e164valex-1.1.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schema targetNamespace="urn:ietf:params:xml:ns:e164valex-1.1"
  3. xmlns:e164valex="urn:ietf:params:xml:ns:e164valex-1.1"
  4. xmlns:eppcom="urn:ietf:params:xml:ns:eppcom-1.0"
  5. xmlns="http://www.w3.org/2001/XMLSchema"
  6. elementFormDefault="qualified">
  7. <!--
  8. Import common element types.
  9. -->
  10. <import namespace="urn:ietf:params:xml:ns:eppcom-1.0"
  11. schemaLocation="eppcom-1.0.xsd"/>
  12. <annotation>
  13. <documentation>
  14. Example for E.164 number validation information.
  15. </documentation>
  16. </annotation>
  17. <element name="simpleVal" type="e164valex:simpleValType"/>
  18. <complexType name="simpleValType">
  19. <sequence>
  20. <element name="methodID" type="e164valex:methodIdType"/>
  21. <element name="validationEntityID" type="eppcom:clIDType"
  22. minOccurs="0"/>
  23. <element name="registrarID" type="eppcom:clIDType"
  24. minOccurs="0"/>
  25. <element name="executionDate" type="date"/>
  26. <element name="expirationDate" type="date"
  27. minOccurs="0"/>
  28. </sequence>
  29. </complexType>
  30. <simpleType name="methodIdType">
  31. <restriction base="token">
  32. <minLength value="1"/>
  33. <maxLength value="63"/>
  34. </restriction>
  35. </simpleType>
  36. <!--
  37. End of schema.
  38. -->
  39. </schema>