summaryrefslogtreecommitdiffstats
path: root/schemas/kpml-response.xml
diff options
context:
space:
mode:
authorMamadou DIOP <bossiel@yahoo.fr>2015-08-17 01:56:35 +0200
committerMamadou DIOP <bossiel@yahoo.fr>2015-08-17 01:56:35 +0200
commit631fffee8a28b1bec5ed1f1d26a20e0135967f99 (patch)
tree74afe3bf3efe15aa82bcd0272b2b0f4d48c2d837 /schemas/kpml-response.xml
parent7908865936604036e6f200f1b5e069f8752f3a3a (diff)
downloaddoubango-631fffee8a28b1bec5ed1f1d26a20e0135967f99.zip
doubango-631fffee8a28b1bec5ed1f1d26a20e0135967f99.tar.gz
-
Diffstat (limited to 'schemas/kpml-response.xml')
-rw-r--r--schemas/kpml-response.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/schemas/kpml-response.xml b/schemas/kpml-response.xml
new file mode 100644
index 0000000..0dc35d2
--- /dev/null
+++ b/schemas/kpml-response.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+ <xs:element name="kpml-response">
+ <xs:annotation>
+ <xs:documentation>IETF Keypad Markup Language Response
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:attribute name="version" type="xs:string" use="required"/>
+ <xs:attribute name="code" type="xs:string" use="required"/>
+ <xs:attribute name="text" type="xs:string" use="required"/>
+ <xs:attribute name="suppressed" type="xs:boolean" use="optional"/>
+ <xs:attribute name="forced_flush" type="xs:string" use="optional">
+ <xs:annotation>
+ <xs:documentation>
+ String for future use for e.g., number of digits lost.
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+ <xs:attribute name="digits" type="xs:string" use="optional"/>
+ <xs:attribute name="tag" type="xs:string" use="optional">
+ <xs:annotation>
+ <xs:documentation>Matches tag from regex in request
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
OpenPOWER on IntegriCloud