Re: [ire] New versions of data escrow drafts

David Kipling <David.Kipling@nccgroup.com> Wed, 20 March 2013 09:27 UTC

Return-Path: <david.kipling@nccgroup.com>
X-Original-To: ire@ietfa.amsl.com
Delivered-To: ire@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 06A6421F8A8E for <ire@ietfa.amsl.com>; Wed, 20 Mar 2013 02:27:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.049
X-Spam-Level:
X-Spam-Status: No, score=-3.049 tagged_above=-999 required=5 tests=[AWL=-0.050, BAYES_00=-2.599, J_CHICKENPOX_33=0.6, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VEFXH4dagdH9 for <ire@ietfa.amsl.com>; Wed, 20 Mar 2013 02:27:51 -0700 (PDT)
Received: from service141.mimecast.com (service141.mimecast.com [91.220.42.81]) by ietfa.amsl.com (Postfix) with ESMTP id 956EE21F8A71 for <ire@ietf.org>; Wed, 20 Mar 2013 02:27:50 -0700 (PDT)
Received: from keyserver.nccgroup.com (keyserver.nccgroup.com [195.95.131.32]) (Using TLS) by service141.mimecast.com; Wed, 20 Mar 2013 09:27:48 +0000
Received: from manexchprd01.nccgroup.local ([172.20.1.92]) by keyserver.nccgroup.com (PGP Universal service); Wed, 20 Mar 2013 09:27:48 +0000
X-PGP-Universal: processed; by keyserver.nccgroup.com on Wed, 20 Mar 2013 09:27:48 +0000
Received: from MANEXCHPRD02.nccgroup.local ([172.20.1.93]) by manexchprd01 ([172.20.1.92]) with mapi id 14.01.0438.000; Wed, 20 Mar 2013 09:27:47 +0000
From: David Kipling <David.Kipling@nccgroup.com>
To: Francisco Obispo <fobispo@isc.org>
Thread-Topic: [ire] New versions of data escrow drafts
Thread-Index: Ac4fMYocS0NoaqyiSYW/Y095rpHTkQF0D8EAABKK0oA=
Date: Wed, 20 Mar 2013 09:27:47 +0000
Message-ID: <31655AEAB7ACEE41A2D1321E18D4BF3261D51893@manexchprd02>
References: <CD648FC6.CBA8%gustavo.lozano@icann.org> <CAE00825-0C1B-4262-A744-64720B46FEB2@isc.org>
In-Reply-To: <CAE00825-0C1B-4262-A744-64720B46FEB2@isc.org>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [172.20.5.228]
signature: OK
MIME-Version: 1.0
X-MC-Unique: 113032009274807401
Content-Type: text/plain; charset="WINDOWS-1252"
Content-Transfer-Encoding: quoted-printable
Cc: "ire@ietf.org" <ire@ietf.org>
Subject: Re: [ire] New versions of data escrow drafts
X-BeenThere: ire@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "Internet Registration Escrow discussion list." <ire.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ire>, <mailto:ire-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ire>
List-Post: <mailto:ire@ietf.org>
List-Help: <mailto:ire-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ire>, <mailto:ire-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 20 Mar 2013 09:27:53 -0000

Hi Francisco,

You need to use the domain-1.0 namespace for the pw element e.g. if you have xmlns:domain=" urn:ietf:params:xml:ns:domain-1.0" declared then I would expect the change below from:

        <rdeDomain:authInfo>
               < rdeDomain:pw>OhXahpatahriomi6</rdeDomain:pw>
        </rdeDomain:authInfo>

To:

      <rdeDomain:authInfo>
        <domain:pw> OhXahpatahriomi6</domain:pw>
      </rdeDomain:authInfo>

This is because the pw element is declared in domain-1.0 schema and not the rdeDomain-1.0 schema or the eppcom-1.0 schema.  The pw element just conforms to the eppcom-1.0 type of pwAuthInfoType rather than is part of the eppcom-1.0 schema.

I hope this helps

Regards

David

-----Original Message-----
From: ire-bounces@ietf.org [mailto:ire-bounces@ietf.org] On Behalf Of Francisco Obispo
Sent: 20 March 2013 00:28
To: Gustavo Lozano
Cc: ire@ietf.org
Subject: Re: [ire] New versions of data escrow drafts

I just went over the new drafts and found something interesting:

The example XML documents in the draft reference the rdeDomain namespace:

   <rdeDom:domain>
     <rdeDom:name>example1.test</rdeDom:name>
     <rdeDom:roid>Dexample1-TEST</rdeDom:roid>
     <rdeDom:status s="ok"/>
     <rdeDom:registrant>jd1234</rdeDom:registrant>
     <rdeDom:contact type="admin">sh8013</rdeDom:contact>
     <rdeDom:contact type="tech">sh8013</rdeDom:contact>
     <rdeDom:ns>
       <domain:hostObj>ns1.example.com</domain:hostObj>
       <domain:hostObj>ns1.example1.test</domain:hostObj>
     </rdeDom:ns>
     <rdeDom:clID>RegistrarX</rdeDom:clID>
     <rdeDom:crRr client="jdoe">RegistrarX</rdeDom:crRr>
     <rdeDom:crDate>1999-04-03T22:00:00.0Z</rdeDom:crDate>
     <rdeDom:exDate>2015-04-03T22:00:00.0Z</rdeDom:exDate>
   </rdeDom:domain>


but the XML schema is referencing the EPP (Domain) namespace for validation:

(example validation of one of my escrow dump)

[][][][]_2013-03-20_full_S1_R0.ryde:1: element pw: Schemas validity error : Element '{urn:ietf:params:xml:ns:rdeDomain-1.0}pw': This element is not expected. Expected is one of ( {urn:ietf:params:xml:ns:domain-1.0}pw, {urn:ietf:params:xml:ns:domain-1.0}ext ).


So it seems like the schema will need to be modified to include the elements from the EPP schema, (or re-define them), otherwise the schema validation will fail.

Or should I be using the EPP Domain NS instead?

This is part of my escrow dump:


      <rdeDomain:domain>
        <rdeDomain:name>deleteme.[][][][]</rdeDomain:name>
        <rdeDomain:roid>DO_c13a4e438c6471d8ead63a8031d41698-ISC</rdeDomain:roid>
        <rdeDomain:status s="inactive"/>
        <rdeDomain:rgpStatus s="ok"/>
        <rdeDomain:registrant>updateme03</rdeDomain:registrant>
        <rdeDomain:clID>foobar</rdeDomain:clID>
        <rdeDomain:crID>foobar</rdeDomain:crID>
        <rdeDomain:crDate>2013-03-19T16:36:31.961Z</rdeDomain:crDate>
        <rdeDomain:exDate>2014-03-19T16:36:31.961Z</rdeDomain:exDate>
        <rdeDomain:authInfo>
          <rdeDomain:pw>OhXahpatahriomi6</rdeDomain:pw>
        </rdeDomain:authInfo>
      </rdeDomain:domain>


Francisco


On Mar 12, 2013, at 7:54 AM, Gustavo Lozano <gustavo.lozano@icann.org> wrote:

> Colleagues,
>
>
> Two new versions of the data escrow drafts have been
> published:
> *
> http://www.ietf.org/id/draft-arias-noguchi-dnrd-objects-mapping-02.txt
> *
> http://www.ietf.org/id/draft-arias-noguchi-registry-data-escrow-05.txt
>
>
> These drafts incorporate feedback received in this list and private
> emails.
>
>
> The authors of draft-arias-noguchi-dnrd-objects-mapping and
> draft-gould-thippeswamy-dnrd-csv-mapping agreed to merge both drafts
> to create a single specification that supports XML only and XML+CSV.
>
>
> The data elements/objects in both drafts have been normalized.
>
>
> The authors of draft-gould-thippeswamy-dnrd-csv-mapping will publish a
> new version of the CSV draft before the merge of both drafts.
>
>
> The new version (03) of the draft
> draft-arias-noguchi-dnrd-objects-mapping
> is going to include both models (XML only and XML+CSV).
>
>
> Version 03 should include only minor changes to the data escrow
> specification.
>
>
> If you are attending the IETF 86 meeting and want to talk about data
> escrow, please send me an email and we can arrange an informal
> meeting.
>
>
> Regards,
> Gustavo Lozano
>
> _______________________________________________
> ire mailing list
> ire@ietf.org
> https://www.ietf.org/mailman/listinfo/ire

Francisco Obispo
Director of Applications and Services - ISC
email: fobispo@isc.org
Phone: +1 650 423 1374 || INOC-DBA *3557* NOC PGP KeyID = B38DB1BE

_______________________________________________
ire mailing list
ire@ietf.org
https://www.ietf.org/mailman/listinfo/ire

________________________________

David Kipling
Solutions Architect
NCC Group
Manchester Technology Centre,
Oxford Road
Manchester, M1 7EF

Telephone: +44 161 209 5430
Mobile:
Fax:
Website: www.nccgroup.com<http://www.nccgroup.com>
Email:  David.Kipling@nccgroup.com<mailto:David.Kipling@nccgroup.com>
        [http://www.nccgroup.com/media/192418/nccgrouplogo.jpg]  <http://www.nccgroup.com/>
________________________________

This email is sent for and on behalf of NCC Group. NCC Group is the trading name of NCC Services Limited (Registered in England CRN: 2802141). Registered Office: Manchester Technology Centre, Oxford Road, Manchester, M1 7EF. The ultimate holding company is NCC Group plc (Registered in England CRN: 4627044).

Confidentiality: This e-mail contains proprietary information, some or all of which may be confidential and/or legally privileged. It is for the intended recipient only. If an addressing or transmission error has misdirected this e-mail, please notify the author by replying to this e-mail and then delete the original. If you are not the intended recipient you may not use, disclose, distribute, copy, print or rely on any information contained in this e-mail. You must not inform any other person other than NCC Group or the sender of its existence.

For more information about NCC Group please visit www.nccgroup.com<http://www.nccgroup.com>

P Before you print think about the ENVIRONMENT


For more information please visit <a href="http://www.mimecast.com">http://www.mimecast.com<br>
This email message has been delivered safely and archived online by Mimecast.
</a>