kpml-response.xml 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="urn:ietf:params:xml:ns:kpml-response" targetNamespace="urn:ietf:params:xml:ns:kpml-response" elementFormDefault="qualified" attributeFormDefault="unqualified">
  3. <xs:element name="kpml-response">
  4. <xs:annotation>
  5. <xs:documentation>IETF Keypad Markup Language Response
  6. </xs:documentation>
  7. </xs:annotation>
  8. <xs:complexType>
  9. <xs:attribute name="version" type="xs:string" use="required"/>
  10. <xs:attribute name="code" type="xs:string" use="required"/>
  11. <xs:attribute name="text" type="xs:string" use="required"/>
  12. <xs:attribute name="suppressed" type="xs:boolean" use="optional"/>
  13. <xs:attribute name="forced_flush" type="xs:string" use="optional">
  14. <xs:annotation>
  15. <xs:documentation>
  16. String for future use for e.g., number of digits lost.
  17. </xs:documentation>
  18. </xs:annotation>
  19. </xs:attribute>
  20. <xs:attribute name="digits" type="xs:string" use="optional"/>
  21. <xs:attribute name="tag" type="xs:string" use="optional">
  22. <xs:annotation>
  23. <xs:documentation>Matches tag from regex in request
  24. </xs:documentation>
  25. </xs:annotation>
  26. </xs:attribute>
  27. </xs:complexType>
  28. </xs:element>
  29. </xs:schema>