This notification is generated upon domain suspension, not including the cases of renewal and phishing.
<epp:resData> element
The resData element contains the following elements:
- An <n:suspData> element. This contains the following sub-elements:
- An <n:reason> giving the reason for the suspension of domain names.
- An optional <n:cancelDate> giving a cancellation date for the domains if they have been scheduled for cancellation.
- A <domain:listData> element showing the domain names that have been suspended.
Example of a domains suspended 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="10" id="12345">
<qDate>2007-09-26T07:31:30</qDate>
<msg>Domains Suspended Notification</msg>
</msgQ>
<resData>
<n:suspData
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">
<n:reason>Poor Quality Data</n:reason>
<n:cancelDate>2009-12-12T00:00:13Z</n:cancelDate>
</n:suspData>
<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>