Note: Notifications will be released on 9 Sep 2008.
When a registrant's account is found to have poor quality or incorrect data, the registrant is put on notice that they have 30 days to update the data before the domain name(s) are suspended. A second notice is sent after 30 days if the data has not been updated when the domain name(s) are suspended and a third 30 days later on cancellation of the domain names. A fourth notification is sent when the account is updated. These notifications are copied to the registrar. However, if the registrar elects to get their notifications via EPP, then this notification will be generated.
<epp:resData> element
The <epp:resData> element contains the following elements:
- A <n:pqData> element which contains details of the case. This element has a "stage" attribute which determines the stage of case:
- "initial". This is the initial warning. No action has been taken on the account yet.
- "suspend". The domain names on the account have been suspended
- "cancel". The domain names on the account have been cancelled.
- "updated". The account has been updated and no further action will be taken.
- A <domain:listData> element containing a list of the domain names involved. This element has an attribute "no-domains" giving the number of domains in the list.
The <n:pqData> element has the following sub-elements:
- An <account:account-id> element
- An <account:account-name> element
- An <account:addr> element with attribute type set to "admin" giving the address that has been removed from the account. This is only present if the stage attribute above is "initial".
- An <n:suspend-date> giving the date that the account will be suspended if the address data is not updated. This is only present if the type attribute above is "initial".
- An <n:cancel-date> giving the date that the account will be cancelled if the address data is not updated. This is only present if the type attribute above is "initial" or "suspend".
Example of a poor quality data notification
<?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>2007-10-06T10:29:30Z</qDate>
<msg>Poor Quality Data Notification</msg>
</msgQ>
<resData>
<n:pqData stage="initial"
xmlns:n="http://www.nominet.org.uk/epp/xml/nom-notifications-1.1"
xmlns:account="http://www.nominet.org.uk/epp/xml/nom-account-1.1"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-notifications-1.1
nom-notifications-1.1.xsd">
<account:roid>589695</account:roid>
<account:name>E. Example</account:name>
<account:addr type="admin">
<account:street>n/a</account:street>
<account:city>n/a</account:city>
<account:postcode>N1 1NA</account:postcode>
<account:country>GB</account:country>
</account:addr>
<n:suspend-date>2007-10-26T00:00:00</n:suspend-date>
<n:cancel-date>2007-11-25T00:00:00</n:cancel-date>
</n:pqData>
<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:name>epp-example1.co.uk</domain:name>
<domain:name>epp-example2.co.uk</domain:name>
<domain:name>epp-example3.co.uk</domain:name>
<domain:name>epp-example4.co.uk</domain:name>
<domain:name>epp-example5.co.uk</domain:name>
<domain:name>epp-example6.co.uk</domain:name>
</domain:listData>
</resData>
<trID>
<clTRID>ABC-12345</clTRID>
<svTRID>123456</svTRID>
</trID>
</response>
</epp>