ENUM cancelled notification
This notification is generated when an ENUM is cancelled by Nominet's systems.
<epp:resData> element
The <resData> element contains a single <n:cancData> element with the details of the cancellation. This contains the following sub-elements:
- An <n:E164Number> element giving the first number in the range cancelled.
- An <n:lastE164Number> element giving the last number in the range cancelled.
- An <n:orig> element giving the originator of the cancellation.
Example of an ENUM cancelled 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>ENUM Cancellation Notification</msg>
</msgQ>
<resData>
<n:cancData
xmlns:n="http://www.nominet.org.uk/epp/xml/nom-enum-notifications-1.0"
xsi:schemaLocation="http://www.nominet.org.uk/epp/xml/nom-enum-notifications-1.0
nom-enum-notifications-1.0.xsd">
<n:E164Number>+441865332100</n:E164Number>
<n:lastE164Number>+441865332300</n:lastE164Number>
<n:orig>example@nominet</n:orig>
</n:cancData>
</resData>
<trID>
<clTRID>ABC-12345</clTRID>
<svTRID>123456</svTRID>
</trID>
</response>
</epp>