Skip to Main Content

Nominet

Log in to the online service
Log in to Online Services
Skip Primary Navigation
Skip All Secondary and Tertiary Navigation

Print this page  | Contact Us
There are a number of processes at Nominet that are applied to domain names in order to result in an update of registrant details:
  • When a registrant is dissolved (Dissolved process)
  • When the registrant name is found to be incorrect (Incorrect registrant process)
  • When the registrant's address is found to have incorrect data (Poor quality data process)
When such a process is initiated on a domain name, we initially notify the registrar that the process has been initiated. The registrant is also notified at this time for a dissolved registrant or incorrect registrant name. If the address is incorrect then the registrant is notified 10 days later.

If the details are not updated then the domain name is suspended and cancelled.

The steps and notifications sent can be summarised as:

For incorrect registrant address process:
  • Incorrect registrant address process initiated
  • Registrar notified and given 10 working days to update
  • If no update is received within 10 days the registrant is notified
  • Registrant notified and given 20 working days to update
  • If no update is received the domain name is suspended and notification sent to the registrant and registrar.
  • If, after a 30 day suspension period, no update is received, the domain name is cancelled
For incorrect registrant name and dissolved registrant processes:
  • Process initiated
  • Registrar notified and given 30 working days to update
  • If no update is received, the domain name is suspended and notification sent to the registrant and registrant.
  • If, after a 30 day suspension period, no update is received, the domain name is cancelled.
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:processData> element which contains details of the process. 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. If the account is not updated within 10 days, the registrant will be notified.
    • "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:processData> element has the following sub-elements:
  • An <account:infData> element. Where the <account:addr> element is listed, the associated address has been removed from the account. The <account:addr> is only present if the stage attribute above is "initial" and the process type is  "Poor quality data"
  • An <n:processType> element indicating the type of process. It may be one of "Poor quality data", "Incorrect registrant" or "Dissolved".
  • An optional <n:suspendDate> 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 optional <n:cancelDate> 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 process commenced notification</msg>
</msgQ>
<resData>
<n:processData stage="initial"
xmlns:n="http://www.nominet.org.uk/epp/xml/nom-notifications-2.0"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-notifications-2.0
nom-notifications-2.0.xsd">
<account:infData
xmlns:account="http://www.nominet.org.uk/epp/xml/nom-account-2.0"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-account-2.0
nom-account-2.0.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>
</account:infData>
<n:processType>Poor quality data</n:processType>
<n:suspendDate>2007-10-26T00:00:00</n:suspendDate>
<n:cancelDate>2007-11-25T00:00:00</n:cancelDate>
</n:processData>
<domain:listData
xmlns:domain="http://www.nominet.org.uk/epp/xml/nom-domain-2.0"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-domain-2.0
 nom-domain-2.0.xsd"
no-domains="6">
<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>
 
 
 

© Nominet UK 1996-2010  |  Accessibility  |  Site Map  |  Feeds  |  Glossary  |  Privacy Policy  |  Terms of Use