2014-01-06 19:19:17 +00:00
|
|
|
<?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"
|
2014-01-06 19:19:17 +00:00
|
|
|
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>
|
|
|
|
|