summaryrefslogtreecommitdiffstats
path: root/schemas/consent-status.xml
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/consent-status.xml')
-rw-r--r--schemas/consent-status.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/schemas/consent-status.xml b/schemas/consent-status.xml
new file mode 100644
index 0000000..f5f6e49
--- /dev/null
+++ b/schemas/consent-status.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema targetNamespace="urn:ietf:params:xml:ns:consent-status"
+ elementFormDefault="qualified"
+ attributeFormDefault="unqualified"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:tns="urn:ietf:params:xml:ns:consent-status">
+ <xs:element name="consent-status">
+ <xs:simpleType>
+ <xs:restriction base="xs:string">
+ <xs:enumeration value="pending"/>
+ <xs:enumeration value="waiting"/>
+ <xs:enumeration value="error"/>
+ <xs:enumeration value="denied"/>
+ <xs:enumeration value="granted"/>
+ </xs:restriction>
+ </xs:simpleType>
+ </xs:element>
+</xs:schema> \ No newline at end of file
OpenPOWER on IntegriCloud