Domain Shield re-enabled for ${domainName}.be[Link]

From: Registry
To: Registrar
Purpose: Informs the Registrar that Domain Shield is re-enabled for the domain name.
Content:

There are 2 ways to re-enable Domain Shield: The first is manually by the Domain Shield user. In that case, the email field contains the email address of the Domain Shield user. The second is automatically by the Registry System after 24 hours. In that case, the email field is not present.

##SUBJECT:Domain Shield re-enabled for ${domainName}.be

----BEGIN-OF-CPS----
TYPE: DOMAIN
DOMAINNAME: ${domainName}.be
EMAIL: ${DomainShieldUserEmail}
ACTION:  DOMAIN SHIELD RE-ENABLED
RETURNCODE: 1000
----END-OF-CPS----

Example EPP poll response:

<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:dnsbe="http://www.dns.be/xml/epp/dnsbe-1.0">
  <response>
    <result code="1301">
      <msg>Command completed successfully; ack to dequeue</msg>
    </result>
    <msgQ count="1" id="${msgID}">
      <qDate>${dateYYYY-MM-DDTHH:MM:SS.mmmZ}</qDate>
      <msg>Domain Shield re-enabled</msg>
    </msgQ>
    <resData>
      <dnsbe:pollRes>
        <dnsbe:action>DOMAIN SHIELD RE-ENABLED</dnsbe:action>
        <dnsbe:domainname>${domainName}.be</dnsbe:domainname>
        <dnsbe:email>${domainShieldUserEmail}</dnsbe:email>
        <dnsbe:returncode>1000</dnsbe:returncode>
        <dnsbe:type>DOMAIN</dnsbe:type>
      </dnsbe:pollRes>
    </resData>
    <trID>
      <clTRID>ABC-12345</clTRID>
      <svTRID>dnsbe-0</svTRID>
    </trID>
  </response>
</epp>