DRDE/ACTK1_0/resources/sync-1.0.xsd

33 lines
742 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
2014-01-22 01:43:30 +00:00
xmlns:sync="urn:X-ac:params:xml:ns:sync-1.0"
targetNamespace="urn:X-ac:params:xml:ns:sync-1.0"
elementFormDefault="qualified">
<annotation>
<documentation>
Extensible Provisioning Protocol v1.0 domain name
extension schema for expiration date synchronisation.
</documentation>
</annotation>
<!--
Child elements found in EPP commands.
-->
<element name="update" type="sync:updateType" />
<!--
Child elements of the <update> command.
-->
<complexType name="updateType">
<sequence>
<element name="exDate" type="dateTime" />
</sequence>
</complexType>
<!--
End of schema.
-->
</schema>