Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PRO
XSD
Commits
2695950e
Commit
2695950e
authored
Apr 17, 2019
by
Wolfgang Granzow
Browse files
renamed all xsd files from v2_20_0 to v2_21_0
parent
79ceeabf
Changes
66
Hide whitespace changes
Inline
Side-by-side
v2_21_0/CDT-AE-v2_21_0.xsd
0 → 100644
View file @
2695950e
<?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.
© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, 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"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-container-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-group-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-accessControlPolicy-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-pollingChannel-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-schedule-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-semanticDescriptor-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-timeSeries-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-trafficPattern-v2_20_0.xsd"
/>
<xs:element
name=
"AE"
substitutionGroup=
"m2m:sg_announceableResource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit common attributes for announceable Resources -->
<xs:extension
base=
"m2m:announceableResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"appName"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"App-ID"
type=
"xs:string"
/>
<xs:element
name=
"AE-ID"
type=
"m2m:ID"
/>
<xs:element
name=
"pointOfAccess"
type=
"m2m:poaList"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"nodeLink"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"requestReachability"
type=
"xs:boolean"
/>
<xs:element
name=
"contentSerialization"
type=
"m2m:serializations"
minOccurs=
"0"
/>
<xs:element
name=
"e2eSecInfo"
type=
"m2m:e2eSecInfo"
minOccurs=
"0"
/>
<xs:element
name=
"supportedReleaseVersions"
type=
"m2m:supportedReleaseVersions"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:choice
minOccurs=
"1"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:container"
/>
<xs:element
ref=
"m2m:group"
/>
<xs:element
ref=
"m2m:accessControlPolicy"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:pollingChannel"
/>
<xs:element
ref=
"m2m:schedule"
/>
<xs:element
ref=
"m2m:semanticDescriptor"
/>
<xs:element
ref=
"m2m:timeSeries"
/>
<xs:element
ref=
"m2m:trafficPattern"
/>
<xs:element
ref=
"m2m:sg_flexContainerResource"
/>
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element
name=
"AEAnnc"
substitutionGroup=
"m2m:sg_announcedResource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit common attributes for announced Resources -->
<xs:extension
base=
"m2m:announcedResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"appName"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"App-ID"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"AE-ID"
type=
"m2m:ID"
minOccurs=
"0"
/>
<xs:element
name=
"pointOfAccess"
type=
"m2m:poaList"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"nodeLink"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"requestReachability"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"contentSerialization"
type=
"m2m:serializations"
minOccurs=
"0"
/>
<xs:element
name=
"e2eSecInfo"
type=
"m2m:e2eSecInfo"
minOccurs=
"0"
/>
<xs:element
name=
"supportedReleaseVersions"
type=
"m2m:supportedReleaseVersions"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:choice
minOccurs=
"1"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:container"
/>
<xs:element
ref=
"m2m:containerAnnc"
/>
<xs:element
ref=
"m2m:group"
/>
<xs:element
ref=
"m2m:groupAnnc"
/>
<xs:element
ref=
"m2m:accessControlPolicy"
/>
<xs:element
ref=
"m2m:accessControlPolicyAnnc"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:scheduleAnnc"
/>
<xs:element
ref=
"m2m:semanticDescriptor"
/>
<xs:element
ref=
"m2m:timeSeries"
/>
<xs:element
ref=
"m2m:timeSeriesAnnc"
/>
<xs:element
ref=
"m2m:trafficPatternAnnc"
/>
<xs:element
ref=
"m2m:sg_flexContainerResource"
/>
<xs:element
ref=
"m2m:sg_announcedFlexContainerResource"
/>
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
v2_21_0/CDT-CSEBase-v2_21_0.xsd
0 → 100644
View file @
2695950e
<?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.
© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, 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"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-remoteCSE-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-node-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-AE-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-container-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-group-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-accessControlPolicy-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-mgmtCmd-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-locationPolicy-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-statsConfig-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-statsCollect-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-request-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-delivery-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-schedule-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-m2mServiceSubscriptionProfile-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-serviceSubscribedAppRule-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-serviceSubscribedAppRule-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-role-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-token-v2_20_0.xsd"
/>
<xs:element
name=
"CSEBase"
substitutionGroup=
"m2m:sg_resource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit just the universal resource attributes -->
<xs:extension
base=
"m2m:resource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"accessControlPolicyIDs"
type=
"m2m:acpType"
minOccurs=
"0"
/>
<xs:element
name=
"cseType"
type=
"m2m:cseTypeID"
minOccurs=
"0"
/>
<xs:element
name=
"CSE-ID"
type=
"m2m:ID"
/>
<xs:element
name=
"supportedResourceType"
>
<xs:simpleType>
<xs:list
itemType=
"m2m:resourceType"
/>
</xs:simpleType>
</xs:element>
<xs:element
name=
"pointOfAccess"
type=
"m2m:poaList"
/>
<xs:element
name=
"nodeLink"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"dynamicAuthorizationConsultationIDs"
type=
"m2m:listOfURIs"
minOccurs=
"0"
/>
<xs:element
name=
"e2eSecInfo"
type=
"m2m:e2eSecInfo"
minOccurs=
"0"
/>
<xs:element
name=
"supportedReleaseVersions"
type=
"m2m:supportedReleaseVersions"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:choice
minOccurs=
"1"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:remoteCSE"
/>
<xs:element
ref=
"m2m:remoteCSEAnnc"
/>
<xs:element
ref=
"m2m:node"
/>
<xs:element
ref=
"m2m:AE"
/>
<xs:element
ref=
"m2m:container"
/>
<xs:element
ref=
"m2m:group"
/>
<xs:element
ref=
"m2m:accessControlPolicy"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:mgmtCmd"
/>
<xs:element
ref=
"m2m:locationPolicy"
/>
<xs:element
ref=
"m2m:statsConfig"
/>
<xs:element
ref=
"m2m:statsCollect"
/>
<xs:element
ref=
"m2m:request"
/>
<xs:element
ref=
"m2m:delivery"
/>
<xs:element
ref=
"m2m:schedule"
/>
<xs:element
ref=
"m2m:m2mServiceSubscriptionProfile"
/>
<xs:element
ref=
"m2m:serviceSubscribedAppRule"
/>
<xs:element
ref=
"m2m:role"
/>
<xs:element
ref=
"m2m:token"
/>
<xs:element
ref=
"m2m:sg_flexContainerResource"
/>
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
v2_21_0/CDT-accessControlPolicy-v2_21_0.xsd
0 → 100644
View file @
2695950e
<?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.
© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, 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"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
elementFormDefault=
"unqualified"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v2_20_0.xsd"
/>
<xs:element
name=
"accessControlPolicy"
substitutionGroup=
"m2m:sg_announceableSubordinateResource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Announceable Attributes from announceableSubordinateResource type -->
<xs:extension
base=
"m2m:announceableSubordinateResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"privileges"
type=
"m2m:setOfAcrs"
/>
<xs:element
name=
"selfPrivileges"
type=
"m2m:setOfAcrs"
/>
<!-- 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=
"accessControlPolicyAnnc"
substitutionGroup=
"m2m:sg_announcedSubordinateResource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Announceable Attributes from announceableSubordinateResource type -->
<xs:extension
base=
"m2m:announcedSubordinateResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"privileges"
type=
"m2m:setOfAcrs"
/>
<xs:element
name=
"selfPrivileges"
type=
"m2m:setOfAcrs"
/>
<!-- 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>
<!-- m2m:setOfAcrs and m2m:accessControlRule are defined in commonTypes -->
<!-- locationRegion is defined in commonTypes -->
<!-- countryCode is defined in commonTypes -->
</xs:schema>
v2_21_0/CDT-activeCmdhPolicy-v2_21_0.xsd
0 → 100644
View file @
2695950e
<?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.
© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, 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:xs=
"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"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v2_20_0.xsd"
/>
<xs:element
name=
"activeCmdhPolicy"
substitutionGroup=
"m2m:sg_mgmtResource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit Common Attributes from regularResourceType -->
<xs:extension
base=
"m2m:mgmtResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"activeCmdhPolicyLink"
type=
"m2m:ID"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
v2_21_0/CDT-allJoynApp-v2_21_0.xsd
0 → 100644
View file @
2695950e
<?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.
© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, 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"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-semanticDescriptor-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-allJoynSvcObject-v2_20_0.xsd"
/>
<xs:element
name=
"allJoynApp"
substitutionGroup=
"m2m:sg_flexContainerResource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit attributes common to flexContainer specializations -->
<xs:extension
base=
"m2m:flexContainerResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"direction"
type=
"m2m:allJoynDirection"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:choice
minOccurs=
"0"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:semanticDescriptor"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:allJoynSvcObject"
/>
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element
name=
"allJoynAppAnnc"
substitutionGroup=
"m2m:sg_announcedFlexContainerResource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit attributes common to announced flexContainer specializations -->
<xs:extension
base=
"m2m:announcedFlexContainerResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"direction"
type=
"m2m:allJoynDirection"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:choice
minOccurs=
"0"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:semanticDescriptor"
/>
<xs:element
ref=
"m2m:semanticDescriptorAnnc"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:allJoynSvcObject"
/>
<xs:element
ref=
"m2m:allJoynSvcObjectAnnc"
/>
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
v2_21_0/CDT-allJoynInterface-v2_21_0.xsd
0 → 100644
View file @
2695950e
<?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.
© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, 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"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-semanticDescriptor-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-allJoynMethod-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-allJoynProperty-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-container-v2_20_0.xsd"
/>
<xs:element
name=
"allJoynInterface"
substitutionGroup=
"m2m:sg_flexContainerResource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit attributes common to flexContainer specializations -->
<xs:extension
base=
"m2m:flexContainerResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"interfaceIntrospectXmlRef"
type=
"xs:anyURI"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:choice
minOccurs=
"0"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:semanticDescriptor"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:allJoynMethod"
/>
<xs:element
ref=
"m2m:allJoynProperty"
/>
<xs:element
ref=
"m2m:container"
/>
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element
name=
"allJoynInterfaceAnnc"
substitutionGroup=
"m2m:sg_announcedFlexContainerResource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit attributes common to announced flexContainer specializations -->
<xs:extension
base=
"m2m:announcedFlexContainerResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"interfaceIntrospectXmlRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:choice
minOccurs=
"0"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:semanticDescriptor"
/>
<xs:element
ref=
"m2m:semanticDescriptorAnnc"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:allJoynMethod"
/>
<xs:element
ref=
"m2m:allJoynMethodAnnc"
/>
<xs:element
ref=
"m2m:allJoynProperty"
/>
<xs:element
ref=
"m2m:allJoynPropertyAnnc"
/>
<xs:element
ref=
"m2m:container"
/>
<xs:element
ref=
"m2m:containerAnnc"
/>
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:schema>
v2_21_0/CDT-allJoynMethod-v2_21_0.xsd
0 → 100644
View file @
2695950e
<?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.
© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, 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"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
elementFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:include
schemaLocation=
"CDT-commonTypes-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-semanticDescriptor-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription-v2_20_0.xsd"
/>
<xs:include
schemaLocation=
"CDT-allJoynMethodCall-v2_20_0.xsd"
/>
<xs:element
name=
"allJoynMethod"
substitutionGroup=
"m2m:sg_flexContainerResource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit attributes common to flexContainer specializations -->
<xs:extension
base=
"m2m:flexContainerResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:choice
minOccurs=
"0"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:semanticDescriptor"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:allJoynMethodCall"
/>
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element
name=
"allJoynMethodAnnc"
substitutionGroup=
"m2m:sg_announcedFlexContainerResource"
>
<xs:complexType>
<xs:complexContent>
<!-- Inherit attributes common to announced flexContainer specializations -->
<xs:extension
base=
"m2m:announcedFlexContainerResource"
>
<xs:sequence>
<!-- Resource Specific Attributes -->
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:choice
minOccurs=
"0"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:semanticDescriptor"
/>
<xs:element
ref=
"m2m:semanticDescriptorAnnc"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:allJoynMethodCall"
/>
<xs:element
ref=
"m2m:allJoynMethodCallAnnc"
/>
</xs:choice>
</xs:choice>