summaryrefslogtreecommitdiffstats
path: root/branches/1.0/schemas/data-model.xsd
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 /branches/1.0/schemas/data-model.xsd
parent7908865936604036e6f200f1b5e069f8752f3a3a (diff)
downloaddoubango-631fffee8a28b1bec5ed1f1d26a20e0135967f99.zip
doubango-631fffee8a28b1bec5ed1f1d26a20e0135967f99.tar.gz
-
Diffstat (limited to 'branches/1.0/schemas/data-model.xsd')
-rw-r--r--branches/1.0/schemas/data-model.xsd51
1 files changed, 0 insertions, 51 deletions
diff --git a/branches/1.0/schemas/data-model.xsd b/branches/1.0/schemas/data-model.xsd
deleted file mode 100644
index 6091aa0..0000000
--- a/branches/1.0/schemas/data-model.xsd
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
- <xs:schema targetNamespace="urn:ietf:params:xml:ns:pidf:data-model"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns="urn:ietf:params:xml:ns:pidf:data-model"
- elementFormDefault="qualified" attributeFormDefault="unqualified">
- <xs:include schemaLocation="common-schema.xsd"/>
- <xs:element name="deviceID" type="deviceID_t">
- <xs:annotation>
- <xs:documentation>Device ID, a URN</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="device">
- <xs:annotation>
- <xs:documentation>Contains information about the
- device</xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded"/>
- <xs:element ref="deviceID"/>
- <xs:element name="note" type="Note_t" minOccurs="0"
- maxOccurs="unbounded"/>
- <xs:element name="timestamp" type="Timestamp_t" minOccurs="0"/>
- </xs:sequence>
- <xs:attribute name="id" type="xs:ID" use="required"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="person">
- <xs:annotation>
- <xs:documentation>Contains information about the human
- user</xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded">
- <xs:annotation>
- <xs:documentation>Characteristic and status
- information</xs:documentation>
- </xs:annotation>
- </xs:any>
- <xs:element name="note" type="Note_t" minOccurs="0"
- maxOccurs="unbounded"/>
- <xs:element name="timestamp" type="Timestamp_t" minOccurs="0"/>
- </xs:sequence>
- <xs:attribute name="id" type="xs:ID" use="required"/>
- </xs:complexType>
- </xs:element>
- </xs:schema>
-
OpenPOWER on IntegriCloud