ENUM released notification
This notification is generated on a successful registrar transfer away from your tag.
<epp:resData> element
The <resData> element contains an <n:relData> element which contains the following sub-elements:
- An <n:E164Number> element giving the first number in the range transferred.
- An <n:lastE164Number> element giving the last number in the range transferred.
- An <n:from> element giving the tag the ENUM has moved from.
- An <n:registrar-tag> element giving the tag the ENUM has moved to
Example of an ENUM released 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 Released Notification</msg>
</msgQ>
<resData>
<n:relData
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:from>EXAMPLE1-TAG</n:from>
<n:registrar-tag>EXAMPLE2-TAG</n:registrar-tag>
</n:relData>
</resData>
<trID>
<clTRID>ABC-12345</clTRID>
<svTRID>123456</svTRID>
</trID>
</response>
</epp>