![]() |
.PRO Agreement Appendix 1 Data Escrow Specification (22 April 2010) |
This Appendix 1 to the Registry Agreement consists of four of the five exhibits to the Escrow Agreement that constitutes Appendix 2 to the Registry Agreement:
Exhibit 1 -Schedule for Escrow Deposits
Exhibit 2-Escrow Deposit Format Specification
Exhibit 3-Escrow Transfer Process
Exhibit 4-Escrow Verification Procedures
The fifth exhibit (Exhibit 5), which sets forth Escrow Agent's fees, is subject to negotiation between Registry Operator and Escrow Agent.
Exhibit 1
SCHEDULE FOR ESCROW DEPOSITS
Full Deposits shall consist of data that reflects the state of the registry as of 0000 UTC on each Sunday. Pending transactions at that time (i.e. transactions that have not been committed to the Registry Database) shall not be reflected in the Full Deposit.
Full Deposits shall be made, according to the transfer process described in Exhibit 3 below, within a four-hour window beginning at 1200 UTC on the same Sunday.
Incremental Deposits are cumulative since the last full escrow. Each incremental file will contain all database transactions since the full escrow file was completed.
Incremental Deposits shall be made, according to the transfer process described in Exhibit 3 below, within a four-hour window beginning at 1200 UTC on the day to which the Incremental Deposit relates.
Exhibit 2
ESCROW DEPOSIT FORMAT SPECIFICATION
Each Full and Incremental Deposit consists of a series of reports that are concatenated in the escrow process.
Full Deposit Contents. The reports involved in a Full Deposit are:
Domain Object Report–This reports on the contents of all domain objects in the registry database.
Host Object Report–This reports on the contents of all host objects in the registry database.
Contact Object Report–This reports on the contents of all contact objects in the registry database.
Registrar Object Report–This reports on the contents of all registrar objects in the registry database.
Format of Reports. All reports are to be formatted in XML format. In compliance with the XML 1.0 specification, certain characters in the data must be escaped, as described in item 1 below. Each Report shall then be prepared according to the general XML format described in items 2 to 6 below. Item 2 describes the report container that is common to all reports. Items 3 to 6 describe the structure of the contents of the report container for each of the specific reports.
1. Escape-Character Requirements. In compliance with the XML 1.0 specification, in data escrowed using the XML format the following characters in any data elements must be replaced with the corresponding escape sequences listed here:
| Character | Escape Sequence |
| " | " |
| & | & |
| ' | ' |
| < | < |
| > | > |
2. The Report Container. At its highest level, the XML format consists of an escrow container with header attributes followed by escrow data. The header attributes are required and include the version of escrow (1.0), the .pro TLD ("pro"), the report type (domain, host, contact or registrar), and data base-committed date and time as to which the escrow relates. The date and time of the escrow will be specified in UTC. The general format of the report container is as follows:
<?xml version="1.0" encoding='UTF-8' ?> <!DOCTYPE escrow SYSTEM "whois-export.dtd" > <escrow version="1.0" tld="pro" report="domain" date="26-Aug-2001 3:15:00AM">
{Here the report contains the actual data being escrowed. It contains one element for each object of the type (domain, host, contact or registrar) covered by the report. The specific format for each report is described in items 3 to 6 below.}
</escrow>
3. The Domain Element. The domain element has the property "fqdn" (the fully qualified name of the domain) and is a container consisting of the following elements:
An example domain container appears below:
<domain fqdn="example.pro">
<id>AAA-0001</id>
<status>ACTIVE</status>
<sponsoring registrar>REG-042</owned-by>
<authcode>PRO-1221</ens-authid>
<created-on>1-Jul-2001 12:34:56AM</created-on>
<created-by>REG-042</created-by>
<renewed-on></renewed-on>
<expires-on>1-Jul-2003</expires-on>
<updated-by>42</updated-by>
<updated-on>1-Jul-2001 12:34:56AM</updated-on>
<transferred-on></transferred-on>
<host>dns1.example.pro</host>
<host>dns2.example.pro</host>
<contact-id type="Registrant">PER-0001</contact-id>
<contact-id type="Administrative">PER-0002</contact-id>
<contact-id type="Technical">PER-0003</contact-id>
<contact-id type="Billing">PER-0004</contact-id>
</domain>
4. The Host Element. The host element has the property "fqdn" (the fully qualified name of the host) and is a container consisting of the following elements:
An example host container appears below:
<host fqdn="dns1.example.pro">
<id>HST-0001</id>
<sponsoring registrar>REG-042</owned-by>
<created-on>1-Jul-2001 12:40:32AM</created-on>
<updated-by>42</updated-by>
<updated-on>1-Jul-2001 12:40:32AM</updated-on>
<transferred-on></transferred-on>
<ip-address>192.168.1.1</ip-address>
<ip-address>192.168.122.1</ip-address>
</host>
5. The Contact Element. The contact element has the property "id" and is a container consisting of the following elements:
An example contact container appears below:
<contact id="1">
<name>John Doe</name>
<organization>PRO</organization>
<street1>425 West Randolph Street</street1>
<street2>8 th floor</street2>
<street3></street3>
<city>Chicago</city>
<state-province>IL</state-province>
<postal-code>60606</postal-code>
<country>US</country>
<voice>+1 866.441 9512</voice>
<fax>+1 312.575 9916</fax>
<email>jdoe@example.pro</email>
<sponsoring registrar>42</owned-by>
<created-by>REG-042</created-by>
<created-on>1-Jul-2001 12:42:22AM</created-on>
<updated-by>42</updated-by>
<updated-on>1-Jul-2001 12:42:22AM</updated-on>
<transferred-on></transferred-on>
<status>ACTIVE</status>
</contact>
6. The Registrar Element. The registrar element has the property "id" and is a container consisting of the following elements:
An example registrar container appears below:
<registrar id="REG-042">
<password>registrarrus</password>
<name>Registrar R Us</name>
<status>ACTIVE</status>
<contact-id type="Registrar">PER-0009</contact-id>
<contact-id type="Administrative">PER-0010</contact-id>
<contact-id type="Administrative">PER-0011</contact-id>
<contact-id type="Technical">PER-0012</contact-id>
<contact-id type="Technical">PER-0013</contact-id>
<contact-id type="Billing">PER-0014</contact-id>
</registrar>
Exhibit 3
ESCROW TRANSFER PROCESS
Deposit Transfer Process. Registry Operator shall prepare and transfer the Deposit file by the following steps, in sequence:
Exhibit 4
ESCROW VERIFICATION PROCEDURES
Verification Procedures. Escrow Agent will verify the format and completeness of each Deposit by the following steps:
Distribution of Public Keys. Each of Registry Operator and Escrow Agent will distribute its public key to the other party (Registry Operator or Escrow Agent, as the case may be) via email to an email address to be specified. Each party will confirm receipt of the other party's public key with a reply email, and the distributing party will subsequently reconfirm the authenticity of the key transmitted. In this way, public key transmission is authenticated to a user able to send and receive mail via a mail server operated by the distributing party. Escrow Agent, Registry and ICANN shall exchange keys by the same procedure.