2014-01-21 23:01:41 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<schema xmlns:eppcom="urn:ietf:params:xml:ns:eppcom-1.0" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:ietf:params:xml:ns:eppcom-1.0" elementFormDefault="qualified">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
2014-01-06 19:19:17 +00:00
|
|
|
Extensible Provisioning Protocol v1.0
|
|
|
|
shared structures schema.
|
|
|
|
</documentation>
|
2014-01-21 23:01:41 +00:00
|
|
|
</annotation>
|
|
|
|
<!--
|
2014-01-06 19:19:17 +00:00
|
|
|
Object authorization information types.
|
|
|
|
-->
|
2014-01-21 23:01:41 +00:00
|
|
|
<complexType name="pwAuthInfoType">
|
|
|
|
<simpleContent>
|
|
|
|
<extension base="normalizedString">
|
|
|
|
<attribute name="roid" type="eppcom:roidType"/>
|
|
|
|
</extension>
|
|
|
|
</simpleContent>
|
|
|
|
</complexType>
|
|
|
|
<complexType name="extAuthInfoType">
|
|
|
|
<sequence>
|
|
|
|
<any namespace="##other"/>
|
|
|
|
</sequence>
|
|
|
|
</complexType>
|
|
|
|
<!--
|
2014-01-06 19:19:17 +00:00
|
|
|
<check> response types.
|
|
|
|
-->
|
2014-01-21 23:01:41 +00:00
|
|
|
<complexType name="reasonType">
|
|
|
|
<simpleContent>
|
|
|
|
<extension base="eppcom:reasonBaseType">
|
|
|
|
<attribute name="lang" type="language"/>
|
|
|
|
</extension>
|
|
|
|
</simpleContent>
|
|
|
|
</complexType>
|
|
|
|
<simpleType name="reasonBaseType">
|
|
|
|
<restriction base="token">
|
|
|
|
<minLength value="1"/>
|
|
|
|
<maxLength value="32"/>
|
|
|
|
</restriction>
|
|
|
|
</simpleType>
|
|
|
|
<!--
|
2014-01-06 19:19:17 +00:00
|
|
|
Abstract client and object identifier type.
|
|
|
|
-->
|
2014-01-21 23:01:41 +00:00
|
|
|
<simpleType name="clIDType">
|
|
|
|
<restriction base="token">
|
|
|
|
<minLength value="3"/>
|
|
|
|
<maxLength value="16"/>
|
|
|
|
</restriction>
|
|
|
|
</simpleType>
|
|
|
|
<!--
|
2014-01-06 19:19:17 +00:00
|
|
|
DNS label type.
|
|
|
|
-->
|
2014-01-21 23:01:41 +00:00
|
|
|
<simpleType name="labelType">
|
|
|
|
<restriction base="token">
|
|
|
|
<minLength value="1"/>
|
|
|
|
<maxLength value="255"/>
|
|
|
|
</restriction>
|
|
|
|
</simpleType>
|
|
|
|
<!--
|
2014-01-06 19:19:17 +00:00
|
|
|
Non-empty token type.
|
|
|
|
-->
|
2014-01-21 23:01:41 +00:00
|
|
|
<simpleType name="minTokenType">
|
|
|
|
<restriction base="token">
|
|
|
|
<minLength value="1"/>
|
|
|
|
</restriction>
|
|
|
|
</simpleType>
|
|
|
|
<!--
|
2014-01-06 19:19:17 +00:00
|
|
|
Repository Object IDentifier type.
|
|
|
|
-->
|
2014-01-21 23:01:41 +00:00
|
|
|
<simpleType name="roidType">
|
|
|
|
<restriction base="token">
|
|
|
|
<pattern value="(\w|_){1,80}-\w{1,8}"/>
|
|
|
|
</restriction>
|
|
|
|
</simpleType>
|
|
|
|
<!--
|
2014-01-06 19:19:17 +00:00
|
|
|
Transfer status identifiers.
|
|
|
|
-->
|
2014-01-21 23:01:41 +00:00
|
|
|
<simpleType name="trStatusType">
|
|
|
|
<restriction base="token">
|
|
|
|
<enumeration value="clientApproved"/>
|
|
|
|
<enumeration value="clientCancelled"/>
|
|
|
|
<enumeration value="clientRejected"/>
|
|
|
|
<enumeration value="pending"/>
|
|
|
|
<enumeration value="serverApproved"/>
|
|
|
|
<enumeration value="serverCancelled"/>
|
|
|
|
</restriction>
|
|
|
|
</simpleType>
|
|
|
|
<!--
|
2014-01-06 19:19:17 +00:00
|
|
|
End of schema.
|
|
|
|
-->
|
2014-01-21 23:01:41 +00:00
|
|
|
</schema>
|