Note: Notifications will be released on 9 Sep 2008.
This notifies you that an account and it's domain names have been moved on to your tag.
<epp:resData> element
The <epp:resData> element contains the following elements
- A <n:rcData> element that contains the following sub-elements
- An <n:orig> giving the originator of the registrar change request.
- An <n:registrar-tag> giving the tag that the domain names are to be moved to.
- A <domain:listData> element. This element has a no-domains attribute which gives the number of domains in the list and contains a list of <domain:simpleInfData> elements that contain the details of the domain names that are being moved to the tag.
- An <account:infData> element giving the details of the account being moved to the tag. This element is as is returned in the response to an <info> command.
Example of a registrar change notification message
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
epp-1.0.xsd">
<response>
<result code="1301">
<msg>Command completed successfully; ack to dequeue</msg>
</result>
<msgQ count="4" id="123456">
<qDate>2005-10-06T10:29:30Z</qDate>
<msg>Registrar Change Notification</msg>
</msgQ>
<resData>
<n:rcData
xmlns:n="http://www.nominet.org.uk/epp/xml/nom-notifications-1.1"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-notifications-1.1
nom-notifications-1.1.xsd">
<n:orig>p@automaton-example.org.uk</n:orig>
<n:registrar-tag>EXAMPLE</n:registrar-tag>
</n:rcData>
<domain:listData no-domains="2"
xmlns:domain="http://www.nominet.org.uk/epp/xml/nom-domain-1.1"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-domain-1.1
nom-domain-1.1.xsd">
<domain:simpleInfData>
<domain:name>auto-example1.co.uk</domain:name>
<domain:reg-status>Registered until expiry date</domain:reg-status>
<domain:ns
xmlns:ns="http://www.nominet.org.uk/epp/xml/nom-ns-1.0">
<ns:infData>
<ns:roid>NS1015-UK</ns:roid>
<ns:name>epp-example1.co.uk</ns:name>
<ns:clID>EXAMPLE-TAG</ns:clID>
</ns:infData>
</domain:ns>
<domain:clID>EXAMPLE-TAG</domain:clID>
<domain:crID>example@epp-example.co.uk</domain:crID>
<domain:crDate>2005-06-03T12:00:00</domain:crDate>
<domain:exDate>2007-06-03T12:00:00</domain:exDate>
</domain:simpleInfData>
<domain:simpleInfData>
<domain:name>epp-example2.co.uk</domain:name>
<domain:reg-status>Renewal required</domain:reg-status>
<domain:clID>EXAMPLE-TAG</domain:clID>
<domain:crID>example@epp-example2.co.uk</domain:crID>
<domain:crDate>2005-06-03T12:00:00</domain:crDate>
<domain:exDate>2007-06-03T12:00:00</domain:exDate>
</domain:simpleInfData>
</domain:listData>
<account:infData
xmlns:account="http://www.nominet.org.uk/epp/xml/nom-account-1.1"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-account-1.1
nom-account-1.1.xsd">
<account:roid>123456</account:roid>
<account:name>Mr R. Strant</account:name>
<account:trad-name>R. S. Industries</account:trad-name>
<account:type>STRA</account:type>
<account:co-no>NI123456</account:co-no>
<account:opt-out>N</account:opt-out>
<account:addr>
<account:street>2102 High Street</account:street>
<account:locality>Carfax</account:locality>
<account:city>Oxford</account:city>
<account:county>Oxfordshire</account:county>
<account:postcode>OX1 1DF</account:postcode>
<account:country>GB</account:country>
</account:addr>
<account:contact type="admin" order="1">
<contact:infData
xmlns:contact="http://www.nominet.org.uk/epp/xml/nom-contact-1.0">
<contact:roid>C12345</contact:roid>
<contact:name>Mr R.Strant</contact:name>
<contact:voice>01865 123456</contact:voice>
<contact:fax>01865 123456</contact:fax>
<contact:email>r.strant@strant.co.uk</contact:email>
<contact:clID>TEST</contact:clID>
<contact:crID>domains@isp.com</contact:crID>
<contact:crDate>1999-04-03T22:00:00.0Z</contact:crDate>
<contact:upID>domains@isp.com</contact:upID>
<contact:upDate>1999-12-03T09:00:00.0Z</contact:upDate>
</contact:infData>
</account:contact>
<account:clID>TEST</account:clID>
<account:crID>TEST</account:crID>
<account:crDate>1999-04-03T22:00:00.0Z</account:crDate>
<account:upID>domains@isp.com</account:upID>
<account:upDate>1999-12-03T09:00:00.0Z</account:upDate>
</account:infData>
</resData>
<trID>
<clTRID>ABC-12345</clTRID>
<svTRID>123456</svTRID>
</trID>
</response>
</epp>