Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
XSD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PRO
XSD
Commits
b529fdc5
Commit
b529fdc5
authored
Jan 29, 2015
by
Peter Niblett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0_8_0 -> 1_0_0 migration
parent
57dd1ff4
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
692 additions
and
702 deletions
+692
-702
CDT-eventLog-v1_0_0.xsd
CDT-eventLog-v1_0_0.xsd
+80
-80
CDT-execInstance-v1_0_0.xsd
CDT-execInstance-v1_0_0.xsd
+3
-3
CDT-firmware-v1_0_0.xsd
CDT-firmware-v1_0_0.xsd
+80
-80
CDT-group-v1_0_0.xsd
CDT-group-v1_0_0.xsd
+5
-5
CDT-locationPolicy-v1_0_0.xsd
CDT-locationPolicy-v1_0_0.xsd
+6
-6
CDT-m2mServiceSubscriptionProfile-v1_0_0.xsd
CDT-m2mServiceSubscriptionProfile-v1_0_0.xsd
+4
-4
CDT-memory-v1_0_0.xsd
CDT-memory-v1_0_0.xsd
+74
-74
CDT-mgmtCmd-v1_0_0.xsd
CDT-mgmtCmd-v1_0_0.xsd
+4
-4
CDT-node-v1_0_0.xsd
CDT-node-v1_0_0.xsd
+15
-15
CDT-notification-v1_0_0.xsd
CDT-notification-v1_0_0.xsd
+67
-74
CDT-pollingChannel-v1_0_0.xsd
CDT-pollingChannel-v1_0_0.xsd
+3
-3
CDT-reboot-v1_0_0.xsd
CDT-reboot-v1_0_0.xsd
+74
-74
CDT-remoteCSE-v1_0_0.xsd
CDT-remoteCSE-v1_0_0.xsd
+11
-11
CDT-request-v1_0_0.xsd
CDT-request-v1_0_0.xsd
+4
-4
CDT-requestPrimitive-v1_0_0.xsd
CDT-requestPrimitive-v1_0_0.xsd
+81
-82
CDT-responsePrimitive-v1_0_0.xsd
CDT-responsePrimitive-v1_0_0.xsd
+73
-74
CDT-schedule-v1_0_0.xsd
CDT-schedule-v1_0_0.xsd
+4
-5
CDT-serviceSubscribedAppRule-v1_0_0.xsd
CDT-serviceSubscribedAppRule-v1_0_0.xsd
+3
-3
CDT-serviceSubscribedNode-v1_0_0.xsd
CDT-serviceSubscribedNode-v1_0_0.xsd
+3
-3
CDT-software-v1_0_0.xsd
CDT-software-v1_0_0.xsd
+88
-88
CDT-statsCollect-v1_0_0.xsd
CDT-statsCollect-v1_0_0.xsd
+3
-3
CDT-statsConfig-v1_0_0.xsd
CDT-statsConfig-v1_0_0.xsd
+4
-4
CDT-subscription-v1_0_0.xsd
CDT-subscription-v1_0_0.xsd
+3
-3
No files found.
CDT-eventLog-v1_0_0.xsd
View file @
b529fdc5
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright Notification
The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
4, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand
and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations.
No recommendation as to products or vendors is made or should be implied.
NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE,
GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY
PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS.
NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO
ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES.
oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-->
<xs:schema
xmlns=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"http://www.onem2m.org/xml/protocols"
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
0_8_0.xsd"
/>
<xs:element
name=
"eventLog"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "mgmtResource" -->
<xs:extension
base=
"m2m:mgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"logTypeId"
type=
"m2m:logTypeId"
/>
<xs:element
name=
"logData"
type=
"xs:string"
/>
<xs:element
name=
"logStatus"
type=
"m2m:logStatus"
/>
<xs:element
name=
"logStart"
type=
"xs:boolean"
/>
<xs:element
name=
"logStop"
type=
"xs:boolean"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element
name=
"eventLogAnnc"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
<xs:extension
base=
"m2m:announcedMgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"logTypeId"
type=
"m2m:logTypeId"
minOccurs=
"0"
/>
<xs:element
name=
"logData"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"logStatus"
type=
"m2m:logStatus"
minOccurs=
"0"
/>
<xs:element
name=
"logStart"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"logStop"
type=
"xs:boolean"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright Notification
The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
5, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand
and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations.
No recommendation as to products or vendors is made or should be implied.
NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE,
GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY
PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS.
NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO
ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES.
oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-->
<xs:schema
xmlns=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"http://www.onem2m.org/xml/protocols"
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
1_0_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
1_0_0.xsd"
/>
<xs:element
name=
"eventLog"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "mgmtResource" -->
<xs:extension
base=
"m2m:mgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"logTypeId"
type=
"m2m:logTypeId"
/>
<xs:element
name=
"logData"
type=
"xs:string"
/>
<xs:element
name=
"logStatus"
type=
"m2m:logStatus"
/>
<xs:element
name=
"logStart"
type=
"xs:boolean"
/>
<xs:element
name=
"logStop"
type=
"xs:boolean"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element
name=
"eventLogAnnc"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
<xs:extension
base=
"m2m:announcedMgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"logTypeId"
type=
"m2m:logTypeId"
minOccurs=
"0"
/>
<xs:element
name=
"logData"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"logStatus"
type=
"m2m:logStatus"
minOccurs=
"0"
/>
<xs:element
name=
"logStart"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"logStop"
type=
"xs:boolean"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
CDT-execInstance-v1_0_0.xsd
View file @
b529fdc5
...
...
@@ -6,7 +6,7 @@ The oneM2M Partners authorize you to copy this document, provided that you retai
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
4
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
© 201
5
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
...
...
@@ -26,8 +26,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-commonTypes-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
1_0
_0.xsd"
/>
<xs:element
name=
"execInstance"
>
<xs:complexType>
...
...
CDT-firmware-v1_0_0.xsd
View file @
b529fdc5
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright Notification
The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
4, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand
and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations.
No recommendation as to products or vendors is made or should be implied.
NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE,
GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY
PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS.
NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO
ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES.
oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-->
<xs:schema
xmlns=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"http://www.onem2m.org/xml/protocols"
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
0_8_0.xsd"
/>
<xs:element
name=
"firmware"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "mgmtResource" -->
<xs:extension
base=
"m2m:mgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"version"
type=
"xs:string"
/>
<xs:element
name=
"name"
type=
"xs:string"
/>
<xs:element
name=
"URL"
type=
"xs:anyURI"
/>
<xs:element
name=
"update"
type=
"xs:boolean"
/>
<xs:element
name=
"updateStatus"
type=
"m2m:actionStatus"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element
name=
"firmwareAnnc"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
<xs:extension
base=
"m2m:announcedMgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"version"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"name"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"URL"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"update"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"updateStatus"
type=
"m2m:actionStatus"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright Notification
The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
5, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand
and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations.
No recommendation as to products or vendors is made or should be implied.
NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE,
GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY
PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS.
NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO
ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES.
oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-->
<xs:schema
xmlns=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"http://www.onem2m.org/xml/protocols"
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
1_0_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
1_0_0.xsd"
/>
<xs:element
name=
"firmware"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "mgmtResource" -->
<xs:extension
base=
"m2m:mgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"version"
type=
"xs:string"
/>
<xs:element
name=
"name"
type=
"xs:string"
/>
<xs:element
name=
"URL"
type=
"xs:anyURI"
/>
<xs:element
name=
"update"
type=
"xs:boolean"
/>
<xs:element
name=
"updateStatus"
type=
"m2m:actionStatus"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element
name=
"firmwareAnnc"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
<xs:extension
base=
"m2m:announcedMgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"version"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"name"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"URL"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"update"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"updateStatus"
type=
"m2m:actionStatus"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
CDT-group-v1_0_0.xsd
View file @
b529fdc5
...
...
@@ -6,7 +6,7 @@ The oneM2M Partners authorize you to copy this document, provided that you retai
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
4
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
© 201
5
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
...
...
@@ -27,8 +27,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-commonTypes-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
1_0
_0.xsd"
/>
<xs:element
name=
"group"
>
<xs:complexType>
...
...
@@ -39,7 +39,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:sequence>
<xs:element
name=
"creator"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"memberType"
type=
"m2m:memberType"
/>
<!-- TODO: data type xs:
long is used in TS-0004 for currentNrOfMembers and maxNrOfMembers (unchanged in #662R02
) -->
<!-- TODO: data type xs:
integer is used in TS-0004 for currentNrOfMembers and maxNrOfMembers (TS-0004 to be corrected
) -->
<xs:element
name=
"currentNrOfMembers"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"maxNrOfMembers"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"memberIDs"
type=
"m2m:listOfURIs"
/>
...
...
@@ -70,7 +70,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:sequence>
<xs:element
name=
"memberType"
type=
"m2m:memberType"
minOccurs=
"0"
/>
<xs:element
name=
"currentNrOfMembers"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<!-- TODO: data type xs:
long is used in TS-0004 for currentNrOfMembers and maxNrOfMembers (unchanged in #662R02
) -->
<!-- TODO: data type xs:
integer is used in TS-0004 for currentNrOfMembers and maxNrOfMembers (TS-0004 to be corrected
) -->
<xs:element
name=
"maxNrOfMembers"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"memberIDs"
type=
"m2m:listOfURIs"
minOccurs=
"0"
/>
<xs:element
name=
"membersAccessControlPolicyIDs"
type=
"m2m:listOfURIs"
minOccurs=
"0"
/>
...
...
CDT-locationPolicy-v1_0_0.xsd
View file @
b529fdc5
...
...
@@ -6,7 +6,7 @@ The oneM2M Partners authorize you to copy this document, provided that you retai
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
4
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
© 201
5
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
...
...
@@ -27,8 +27,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-commonTypes-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
1_0
_0.xsd"
/>
<xs:element
name=
"locationPolicy"
>
<xs:complexType>
...
...
@@ -43,7 +43,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"locationServer"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"locationContainerID"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"locationContainerName"
type=
"xs:string"
minOccurs=
"0"
/>
<!-- TODO: Data type changed from "xs:string" to "m2m:status". Table 7.3.10.1
3 of TS-0004 needs to be corrected -->
<!-- TODO: Data type changed from "xs:string" to "m2m:status". Table 7.3.10.1
-
3 of TS-0004 needs to be corrected -->
<xs:element
name=
"locationStatus"
type=
"m2m:status"
/>
<!-- Child Resources -->
...
...
@@ -72,7 +72,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"locationServer"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"locationContainerID"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"locationContainerName"
type=
"xs:string"
minOccurs=
"0"
/>
<!-- TODO: Data type changed from "xs:string" to "m2m:status". Table 7.3.10.1
3 of TS-0004 needs to be corrected -->
<!-- TODO: Data type changed from "xs:string" to "m2m:status". Table 7.3.10.1
-
3 of TS-0004 needs to be corrected -->
<xs:element
name=
"locationStatus"
type=
"m2m:status"
minOccurs=
"0"
/>
<!-- No Child Resources -->
...
...
@@ -81,4 +81,4 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
</xs:schema>
\ No newline at end of file
CDT-m2mServiceSubscriptionProfile-v1_0_0.xsd
View file @
b529fdc5
...
...
@@ -6,7 +6,7 @@ The oneM2M Partners authorize you to copy this document, provided that you retai
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
4
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
© 201
5
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
...
...
@@ -26,10 +26,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-commonTypes-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-serviceSubscribedNode-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-serviceSubscribedNode-v
1_0
_0.xsd"
/>
<xs:element
name=
"m2mServiceSubscriptionProfile"
>
<xs:complexType>
...
...
CDT-memory-v1_0_0.xsd
View file @
b529fdc5
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright Notification
The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
4, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand
and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations.
No recommendation as to products or vendors is made or should be implied.
NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE,
GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY
PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS.
NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO
ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES.
oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-->
<xs:schema
xmlns=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"http://www.onem2m.org/xml/protocols"
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
0_8_0.xsd"
/>
<xs:element
name=
"memory"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "mgmtResource" -->
<xs:extension
base=
"m2m:mgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"memAvailable"
type=
"xs:unsignedLong"
/>
<xs:element
name=
"memTotal"
type=
"xs:unsignedLong"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element
name=
"memoryAnnc"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
<xs:extension
base=
"m2m:announcedMgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"memAvailable"
type=
"xs:unsignedLong"
minOccurs=
"0"
/>
<xs:element
name=
"memTotal"
type=
"xs:unsignedLong"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright Notification
The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
5, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand
and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations.
No recommendation as to products or vendors is made or should be implied.
NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE,
GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY
PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS.
NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO
ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES.
oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-->
<xs:schema
xmlns=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"http://www.onem2m.org/xml/protocols"
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
1_0_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
1_0_0.xsd"
/>
<xs:element
name=
"memory"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "mgmtResource" -->
<xs:extension
base=
"m2m:mgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"memAvailable"
type=
"xs:unsignedLong"
/>
<xs:element
name=
"memTotal"
type=
"xs:unsignedLong"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element
name=
"memoryAnnc"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
<xs:extension
base=
"m2m:announcedMgmtResource"
>
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"memAvailable"
type=
"xs:unsignedLong"
minOccurs=
"0"
/>
<xs:element
name=
"memTotal"
type=
"xs:unsignedLong"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
<xs:element
ref=
"m2m:subscription"
maxOccurs=
"unbounded"
/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
CDT-mgmtCmd-v1_0_0.xsd
View file @
b529fdc5
...
...
@@ -6,7 +6,7 @@ The oneM2M Partners authorize you to copy this document, provided that you retai
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
4
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
© 201
5
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
...
...
@@ -26,9 +26,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-execInstance-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-commonTypes-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-execInstance-v
1_0
_0.xsd"
/>
<xs:element
name=
"mgmtCmd"
>
<xs:complexType>
...
...
CDT-node-v1_0_0.xsd
View file @
b529fdc5
...
...
@@ -6,7 +6,7 @@ The oneM2M Partners authorize you to copy this document, provided that you retai
contained in the original materials on any copies of the materials and that you comply strictly with these terms.
This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of
any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document.
© 201
4
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
© 201
5
, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
...
...
@@ -27,20 +27,20 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-memory-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-battery-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-areaNwkInfo-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-areaNwkDeviceInfo-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-firmware-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-software-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-deviceInfo-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-deviceCapability-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-reboot-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-eventLog-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-cmdhPolicy-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-activeCmdhPolicy-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
0_8
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-commonTypes-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-memory-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-battery-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-areaNwkInfo-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-areaNwkDeviceInfo-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-firmware-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-software-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-deviceInfo-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-deviceCapability-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-reboot-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-eventLog-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-cmdhPolicy-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-activeCmdhPolicy-v
1_0
_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v
1_0
_0.xsd"
/>
<xs:element
name=
"node"
>
<xs:complexType>
...
...
CDT-notification-v1_0_0.xsd
View file @
b529fdc5
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright Notification
No part of this document may be reproduced, in an electronic retrieval system or otherwise, except as authorized by written permission.
The copyright and the foregoing restriction extend to reproduction in all media.
© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
Notice of Disclaimer & Limitation of Liability
The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand
and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations.
No recommendation as to products or vendors is made or should be implied.
NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE,
GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY
PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS.
NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO
ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES.
oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-->
<xs:schema
xmlns=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"http://www.onem2m.org/xml/protocols"
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v0_8_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-responsePrimitive-v0_8_0.xsd"
/>
<!-- TODO: This "notification data object" does not comply (and does not need to comply) with the
generic <resourceType> specification conventions. One and only one instance of this data object is included
into the Content parameter of a Notify request primitive. However, the data object may include information,
associated with one or more notification events. Do we need to differentiate singleNotification from
aggregatedNotification? Probably not. Then the below top-level structure can be simplified to represent simply
an unbounded sequence of singleNotification elements only.
We need to add into TS-0004 information which corresponds to the <resourceType> tables shown in TS-0001.
-->
<xs:element
name=
"notification"
type=
"m2m:notification"
/>
<xs:element
name=
"aggregatedNotification"
type=
"m2m:aggregatedNotification"
/>
<xs:complexType
name=
"aggregatedNotification"
>
<xs:sequence>
<xs:element
name=
"notification"
type=
"m2m:notification"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"notification"
>
<xs:sequence>
<xs:element
name=
"notificationEvent"
minOccurs=
"0"
>
<xs:complexType
>
<xs:sequence>
<xs:element
name=
"representation"
type=
"xs:anyType"
minOccurs=
"0"
/>
<xs:element
name=
"resourceStatus"
type=
"m2m:resourceStatus"
minOccurs=
"0"
/>
<xs:element
name=
"operationMonitor"
minOccurs=
"0"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"operation"
type=
"m2m:operation"
minOccurs=
"0"
/>
<xs:element
name=
"originator"
type=
"m2m:ID"
minOccurs=
"0"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element
name=
"verificationRequest"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"subscriptionDeletion"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"subscriptionReference"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"creator"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"notificationForwardingURI"
type=
"xs:anyURI"
minOccurs=
"0"
/>
</xs:sequence>
</xs:complexType>