summaryrefslogtreecommitdiffstats
path: root/schemas/timed-status.xml
diff options
context:
space:
mode:
authorbossiel <bossiel@yahoo.fr>2011-08-10 22:59:15 +0000
committerbossiel <bossiel@yahoo.fr>2011-08-10 22:59:15 +0000
commit1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f (patch)
tree4b6214a7142ab1035cb0e47444e88af38e712421 /schemas/timed-status.xml
downloaddoubango-1.0.zip
doubango-1.0.tar.gz
Move deprecated v1.0 from trunk to branches1.0
Diffstat (limited to 'schemas/timed-status.xml')
-rw-r--r--schemas/timed-status.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/schemas/timed-status.xml b/schemas/timed-status.xml
new file mode 100644
index 0000000..293dc7f
--- /dev/null
+++ b/schemas/timed-status.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:ts="urn:ietf:params:xml:ns:pidf:timed-status" xmlns:pidf="urn:ietf:params:xml:ns:pidf" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:ietf:params:xml:ns:pidf:timed-status" elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:import namespace="urn:ietf:params:xml:ns:pidf" schemaLocation="pidf.xsd"/>
+ <xs:annotation>
+ <xs:documentation>
+ Describes timed-status tuple extensions for PIDF.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:element name="timed-status" type="ts:timed-status"/>
+ <xs:complexType name="timed-status">
+ <xs:sequence>
+ <xs:element name="basic" type="pidf:basic" minOccurs="0"/>
+ <xs:element name="note" type="pidf:note" minOccurs="0"/>
+ <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:attribute name="from" type="xs:dateTime" use="required"/>
+ <xs:attribute name="until" type="xs:dateTime"/>
+ </xs:complexType>
+</xs:schema>
OpenPOWER on IntegriCloud