From 1dcd82f87d9a150d4550775f1decd4b25b245144 Mon Sep 17 00:00:00 2001 From: wgranzow <wgranzow@qti.qualcomm.com> Date: Mon, 10 Aug 2015 14:12:26 +0200 Subject: [PATCH] updated schemaLocation attribute values --- v1_3_0/CDT-AE-v1_3_0.xsd | 14 ++++---- v1_3_0/CDT-CSEBase-v1_3_0.xsd | 34 +++++++++---------- v1_3_0/CDT-accessControlPolicy-v1_3_0.xsd | 4 +-- v1_3_0/CDT-activeCmdhPolicy-v1_3_0.xsd | 2 +- v1_3_0/CDT-areaNwkDeviceInfo-v1_3_0.xsd | 4 +-- v1_3_0/CDT-areaNwkInfo-v1_3_0.xsd | 4 +-- v1_3_0/CDT-battery-v1_3_0.xsd | 4 +-- v1_3_0/CDT-cmdhBuffer-v1_3_0.xsd | 2 +- v1_3_0/CDT-cmdhDefEcValue-v1_3_0.xsd | 2 +- v1_3_0/CDT-cmdhDefaults-v1_3_0.xsd | 2 +- v1_3_0/CDT-cmdhEcDefParamValues-v1_3_0.xsd | 2 +- v1_3_0/CDT-cmdhLimits-v1_3_0.xsd | 2 +- v1_3_0/CDT-cmdhNetworkAccessRules-v1_3_0.xsd | 2 +- v1_3_0/CDT-cmdhNwAccessRule-v1_3_0.xsd | 2 +- v1_3_0/CDT-cmdhPolicy-v1_3_0.xsd | 2 +- v1_3_0/CDT-commonTypes-v1_3_0.xsd | 2 +- v1_3_0/CDT-container-v1_3_0.xsd | 6 ++-- v1_3_0/CDT-contentInstance-v1_3_0.xsd | 2 +- v1_3_0/CDT-delivery-v1_3_0.xsd | 4 +-- v1_3_0/CDT-deviceCapability-v1_3_0.xsd | 4 +-- v1_3_0/CDT-deviceInfo-v1_3_0.xsd | 4 +-- v1_3_0/CDT-eventConfig-v1_3_0.xsd | 4 +-- v1_3_0/CDT-eventLog-v1_3_0.xsd | 4 +-- v1_3_0/CDT-execInstance-v1_3_0.xsd | 4 +-- v1_3_0/CDT-firmware-v1_3_0.xsd | 4 +-- v1_3_0/CDT-group-v1_3_0.xsd | 4 +-- v1_3_0/CDT-locationPolicy-v1_3_0.xsd | 4 +-- ...T-m2mServiceSubscriptionProfile-v1_3_0.xsd | 6 ++-- v1_3_0/CDT-memory-v1_3_0.xsd | 4 +-- v1_3_0/CDT-mgmtCmd-v1_3_0.xsd | 6 ++-- v1_3_0/CDT-node-v1_3_0.xsd | 28 +++++++-------- v1_3_0/CDT-notification-v1_3_0.xsd | 4 +-- v1_3_0/CDT-pollingChannel-v1_3_0.xsd | 4 +-- v1_3_0/CDT-reboot-v1_3_0.xsd | 4 +-- v1_3_0/CDT-remoteCSE-v1_3_0.xsd | 18 +++++----- v1_3_0/CDT-request-v1_3_0.xsd | 4 +-- v1_3_0/CDT-requestPrimitive-v1_3_0.xsd | 2 +- v1_3_0/CDT-responsePrimitive-v1_3_0.xsd | 2 +- v1_3_0/CDT-schedule-v1_3_0.xsd | 4 +-- .../CDT-serviceSubscribedAppRule-v1_3_0.xsd | 4 +-- v1_3_0/CDT-serviceSubscribedNode-v1_3_0.xsd | 4 +-- v1_3_0/CDT-software-v1_3_0.xsd | 4 +-- v1_3_0/CDT-statsCollect-v1_3_0.xsd | 4 +-- v1_3_0/CDT-statsConfig-v1_3_0.xsd | 6 ++-- v1_3_0/CDT-subscription-v1_3_0.xsd | 4 +-- 45 files changed, 120 insertions(+), 120 deletions(-) diff --git a/v1_3_0/CDT-AE-v1_3_0.xsd b/v1_3_0/CDT-AE-v1_3_0.xsd index c714dc6..7056edc 100644 --- a/v1_3_0/CDT-AE-v1_3_0.xsd +++ b/v1_3_0/CDT-AE-v1_3_0.xsd @@ -26,13 +26,13 @@ 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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-container-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-group-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-accessControlPolicy-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-pollingChannel-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-schedule-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-container-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-group-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-accessControlPolicy-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-pollingChannel-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-schedule-v1_3_0.xsd" /> <xs:element name="AE"> <xs:complexType> diff --git a/v1_3_0/CDT-CSEBase-v1_3_0.xsd b/v1_3_0/CDT-CSEBase-v1_3_0.xsd index af55d14..92b0bcc 100644 --- a/v1_3_0/CDT-CSEBase-v1_3_0.xsd +++ b/v1_3_0/CDT-CSEBase-v1_3_0.xsd @@ -26,23 +26,23 @@ 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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-remoteCSE-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-node-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-AE-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-container-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-group-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-accessControlPolicy-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-mgmtCmd-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-locationPolicy-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-statsConfig-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-statsCollect-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-request-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-delivery-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-schedule-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-m2mServiceSubscriptionProfile-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-serviceSubscribedAppRule-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-remoteCSE-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-node-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-AE-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-container-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-group-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-accessControlPolicy-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-mgmtCmd-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-locationPolicy-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-statsConfig-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-statsCollect-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-request-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-delivery-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-schedule-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-m2mServiceSubscriptionProfile-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-serviceSubscribedAppRule-v1_3_0.xsd" /> <xs:element name="CSEBase"> <xs:complexType> diff --git a/v1_3_0/CDT-accessControlPolicy-v1_3_0.xsd b/v1_3_0/CDT-accessControlPolicy-v1_3_0.xsd index d659192..bff1f5a 100644 --- a/v1_3_0/CDT-accessControlPolicy-v1_3_0.xsd +++ b/v1_3_0/CDT-accessControlPolicy-v1_3_0.xsd @@ -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:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified"> - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd"/> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd"/> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd"/> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd"/> <xs:element name="accessControlPolicy"> <xs:complexType> diff --git a/v1_3_0/CDT-activeCmdhPolicy-v1_3_0.xsd b/v1_3_0/CDT-activeCmdhPolicy-v1_3_0.xsd index ff5fcb4..da75e5e 100644 --- a/v1_3_0/CDT-activeCmdhPolicy-v1_3_0.xsd +++ b/v1_3_0/CDT-activeCmdhPolicy-v1_3_0.xsd @@ -28,7 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="activeCmdhPolicy"> <xs:complexType> diff --git a/v1_3_0/CDT-areaNwkDeviceInfo-v1_3_0.xsd b/v1_3_0/CDT-areaNwkDeviceInfo-v1_3_0.xsd index f353cd6..14d5199 100644 --- a/v1_3_0/CDT-areaNwkDeviceInfo-v1_3_0.xsd +++ b/v1_3_0/CDT-areaNwkDeviceInfo-v1_3_0.xsd @@ -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" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="areaNwkDeviceInfo"> <xs:complexType> diff --git a/v1_3_0/CDT-areaNwkInfo-v1_3_0.xsd b/v1_3_0/CDT-areaNwkInfo-v1_3_0.xsd index 6581fda..f0861c1 100644 --- a/v1_3_0/CDT-areaNwkInfo-v1_3_0.xsd +++ b/v1_3_0/CDT-areaNwkInfo-v1_3_0.xsd @@ -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" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="areaNwkInfo"> <xs:complexType> diff --git a/v1_3_0/CDT-battery-v1_3_0.xsd b/v1_3_0/CDT-battery-v1_3_0.xsd index 280ee56..cec9f92 100644 --- a/v1_3_0/CDT-battery-v1_3_0.xsd +++ b/v1_3_0/CDT-battery-v1_3_0.xsd @@ -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" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="battery"> <xs:complexType> diff --git a/v1_3_0/CDT-cmdhBuffer-v1_3_0.xsd b/v1_3_0/CDT-cmdhBuffer-v1_3_0.xsd index 762c8e0..e2613af 100644 --- a/v1_3_0/CDT-cmdhBuffer-v1_3_0.xsd +++ b/v1_3_0/CDT-cmdhBuffer-v1_3_0.xsd @@ -28,7 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="cmdhBuffer"> <xs:complexType> diff --git a/v1_3_0/CDT-cmdhDefEcValue-v1_3_0.xsd b/v1_3_0/CDT-cmdhDefEcValue-v1_3_0.xsd index 19bd0bc..db5805a 100644 --- a/v1_3_0/CDT-cmdhDefEcValue-v1_3_0.xsd +++ b/v1_3_0/CDT-cmdhDefEcValue-v1_3_0.xsd @@ -28,7 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="cmdhDefEcValue"> <xs:complexType> diff --git a/v1_3_0/CDT-cmdhDefaults-v1_3_0.xsd b/v1_3_0/CDT-cmdhDefaults-v1_3_0.xsd index 51e29d8..d4915e8 100644 --- a/v1_3_0/CDT-cmdhDefaults-v1_3_0.xsd +++ b/v1_3_0/CDT-cmdhDefaults-v1_3_0.xsd @@ -28,7 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="cmdhDefaults"> <xs:complexType> diff --git a/v1_3_0/CDT-cmdhEcDefParamValues-v1_3_0.xsd b/v1_3_0/CDT-cmdhEcDefParamValues-v1_3_0.xsd index 908fa76..c10fe1f 100644 --- a/v1_3_0/CDT-cmdhEcDefParamValues-v1_3_0.xsd +++ b/v1_3_0/CDT-cmdhEcDefParamValues-v1_3_0.xsd @@ -28,7 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="cmdhEcDefParamValues"> <xs:complexType> diff --git a/v1_3_0/CDT-cmdhLimits-v1_3_0.xsd b/v1_3_0/CDT-cmdhLimits-v1_3_0.xsd index b483eac..deeac6a 100644 --- a/v1_3_0/CDT-cmdhLimits-v1_3_0.xsd +++ b/v1_3_0/CDT-cmdhLimits-v1_3_0.xsd @@ -28,7 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="cmdhLimits"> <xs:complexType> diff --git a/v1_3_0/CDT-cmdhNetworkAccessRules-v1_3_0.xsd b/v1_3_0/CDT-cmdhNetworkAccessRules-v1_3_0.xsd index 407ee27..37fa67e 100644 --- a/v1_3_0/CDT-cmdhNetworkAccessRules-v1_3_0.xsd +++ b/v1_3_0/CDT-cmdhNetworkAccessRules-v1_3_0.xsd @@ -28,7 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="cmdhNetworkAccessRules"> <xs:complexType> diff --git a/v1_3_0/CDT-cmdhNwAccessRule-v1_3_0.xsd b/v1_3_0/CDT-cmdhNwAccessRule-v1_3_0.xsd index c4ceae1..b4f02bd 100644 --- a/v1_3_0/CDT-cmdhNwAccessRule-v1_3_0.xsd +++ b/v1_3_0/CDT-cmdhNwAccessRule-v1_3_0.xsd @@ -28,7 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="cmdhNwAccessRule"> <xs:complexType> diff --git a/v1_3_0/CDT-cmdhPolicy-v1_3_0.xsd b/v1_3_0/CDT-cmdhPolicy-v1_3_0.xsd index 03dc83f..2e8967c 100644 --- a/v1_3_0/CDT-cmdhPolicy-v1_3_0.xsd +++ b/v1_3_0/CDT-cmdhPolicy-v1_3_0.xsd @@ -28,7 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="cmdhPolicy" > <xs:complexType> diff --git a/v1_3_0/CDT-commonTypes-v1_3_0.xsd b/v1_3_0/CDT-commonTypes-v1_3_0.xsd index 1f1171f..162a2a4 100644 --- a/v1_3_0/CDT-commonTypes-v1_3_0.xsd +++ b/v1_3_0/CDT-commonTypes-v1_3_0.xsd @@ -25,7 +25,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <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-enumerationTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-enumerationTypes-v1_3_0.xsd" /> <!--********************** --> <!-- oneM2M Simple Types --> diff --git a/v1_3_0/CDT-container-v1_3_0.xsd b/v1_3_0/CDT-container-v1_3_0.xsd index a63f7d4..329340a 100644 --- a/v1_3_0/CDT-container-v1_3_0.xsd +++ b/v1_3_0/CDT-container-v1_3_0.xsd @@ -26,9 +26,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:schema 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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-contentInstance-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-contentInstance-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="container"> <xs:complexType> diff --git a/v1_3_0/CDT-contentInstance-v1_3_0.xsd b/v1_3_0/CDT-contentInstance-v1_3_0.xsd index cfaf378..a4a3e36 100644 --- a/v1_3_0/CDT-contentInstance-v1_3_0.xsd +++ b/v1_3_0/CDT-contentInstance-v1_3_0.xsd @@ -27,7 +27,7 @@ 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-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="contentInstance"> <xs:complexType> diff --git a/v1_3_0/CDT-delivery-v1_3_0.xsd b/v1_3_0/CDT-delivery-v1_3_0.xsd index ab39bcb..ebc9c8a 100644 --- a/v1_3_0/CDT-delivery-v1_3_0.xsd +++ b/v1_3_0/CDT-delivery-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="delivery"> diff --git a/v1_3_0/CDT-deviceCapability-v1_3_0.xsd b/v1_3_0/CDT-deviceCapability-v1_3_0.xsd index 15179b3..bfaa5a8 100644 --- a/v1_3_0/CDT-deviceCapability-v1_3_0.xsd +++ b/v1_3_0/CDT-deviceCapability-v1_3_0.xsd @@ -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" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="deviceCapability"> <xs:complexType> diff --git a/v1_3_0/CDT-deviceInfo-v1_3_0.xsd b/v1_3_0/CDT-deviceInfo-v1_3_0.xsd index eec603e..a8b2f71 100644 --- a/v1_3_0/CDT-deviceInfo-v1_3_0.xsd +++ b/v1_3_0/CDT-deviceInfo-v1_3_0.xsd @@ -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" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="deviceInfo"> <xs:complexType> diff --git a/v1_3_0/CDT-eventConfig-v1_3_0.xsd b/v1_3_0/CDT-eventConfig-v1_3_0.xsd index 1dad89e..1c6274e 100644 --- a/v1_3_0/CDT-eventConfig-v1_3_0.xsd +++ b/v1_3_0/CDT-eventConfig-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="eventConfig"> <xs:complexType> diff --git a/v1_3_0/CDT-eventLog-v1_3_0.xsd b/v1_3_0/CDT-eventLog-v1_3_0.xsd index 316310b..5ccb022 100644 --- a/v1_3_0/CDT-eventLog-v1_3_0.xsd +++ b/v1_3_0/CDT-eventLog-v1_3_0.xsd @@ -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" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="eventLog"> <xs:complexType> diff --git a/v1_3_0/CDT-execInstance-v1_3_0.xsd b/v1_3_0/CDT-execInstance-v1_3_0.xsd index 013dd69..45f30d8 100644 --- a/v1_3_0/CDT-execInstance-v1_3_0.xsd +++ b/v1_3_0/CDT-execInstance-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="execInstance"> <xs:complexType> diff --git a/v1_3_0/CDT-firmware-v1_3_0.xsd b/v1_3_0/CDT-firmware-v1_3_0.xsd index 9d29134..2a3409d 100644 --- a/v1_3_0/CDT-firmware-v1_3_0.xsd +++ b/v1_3_0/CDT-firmware-v1_3_0.xsd @@ -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" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="firmware"> <xs:complexType> diff --git a/v1_3_0/CDT-group-v1_3_0.xsd b/v1_3_0/CDT-group-v1_3_0.xsd index 8e84047..70adc8f 100644 --- a/v1_3_0/CDT-group-v1_3_0.xsd +++ b/v1_3_0/CDT-group-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="group"> <xs:complexType> diff --git a/v1_3_0/CDT-locationPolicy-v1_3_0.xsd b/v1_3_0/CDT-locationPolicy-v1_3_0.xsd index 7ab9ef0..51997fd 100644 --- a/v1_3_0/CDT-locationPolicy-v1_3_0.xsd +++ b/v1_3_0/CDT-locationPolicy-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="locationPolicy"> <xs:complexType> diff --git a/v1_3_0/CDT-m2mServiceSubscriptionProfile-v1_3_0.xsd b/v1_3_0/CDT-m2mServiceSubscriptionProfile-v1_3_0.xsd index 7c84090..3be2065 100644 --- a/v1_3_0/CDT-m2mServiceSubscriptionProfile-v1_3_0.xsd +++ b/v1_3_0/CDT-m2mServiceSubscriptionProfile-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-serviceSubscribedNode-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-serviceSubscribedNode-v1_3_0.xsd" /> <xs:element name="m2mServiceSubscriptionProfile"> <xs:complexType> diff --git a/v1_3_0/CDT-memory-v1_3_0.xsd b/v1_3_0/CDT-memory-v1_3_0.xsd index 29380ce..e4ad7dd 100644 --- a/v1_3_0/CDT-memory-v1_3_0.xsd +++ b/v1_3_0/CDT-memory-v1_3_0.xsd @@ -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" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="memory"> <xs:complexType> diff --git a/v1_3_0/CDT-mgmtCmd-v1_3_0.xsd b/v1_3_0/CDT-mgmtCmd-v1_3_0.xsd index 5297639..95fd009 100644 --- a/v1_3_0/CDT-mgmtCmd-v1_3_0.xsd +++ b/v1_3_0/CDT-mgmtCmd-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-execInstance-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-execInstance-v1_3_0.xsd" /> <xs:element name="mgmtCmd"> <xs:complexType> diff --git a/v1_3_0/CDT-node-v1_3_0.xsd b/v1_3_0/CDT-node-v1_3_0.xsd index 0880e98..321c4d0 100644 --- a/v1_3_0/CDT-node-v1_3_0.xsd +++ b/v1_3_0/CDT-node-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-memory-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-battery-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-areaNwkInfo-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-areaNwkDeviceInfo-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-firmware-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-software-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-deviceInfo-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-deviceCapability-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-reboot-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-eventLog-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-cmdhPolicy-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-activeCmdhPolicy-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-memory-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-battery-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-areaNwkInfo-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-areaNwkDeviceInfo-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-firmware-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-software-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-deviceInfo-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-deviceCapability-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-reboot-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-eventLog-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-cmdhPolicy-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-activeCmdhPolicy-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="node"> <xs:complexType> diff --git a/v1_3_0/CDT-notification-v1_3_0.xsd b/v1_3_0/CDT-notification-v1_3_0.xsd index f6db12c..b30dc25 100644 --- a/v1_3_0/CDT-notification-v1_3_0.xsd +++ b/v1_3_0/CDT-notification-v1_3_0.xsd @@ -24,8 +24,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR 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-v1_2_0.xsd"/> - <xs:include schemaLocation="CDT-responsePrimitive-v1_2_0.xsd"/> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd"/> + <xs:include schemaLocation="CDT-responsePrimitive-v1_3_0.xsd"/> <xs:element name="notification" type="m2m:notification" /> diff --git a/v1_3_0/CDT-pollingChannel-v1_3_0.xsd b/v1_3_0/CDT-pollingChannel-v1_3_0.xsd index 24a5bec..26a9a20 100644 --- a/v1_3_0/CDT-pollingChannel-v1_3_0.xsd +++ b/v1_3_0/CDT-pollingChannel-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="pollingChannel"> <xs:complexType> diff --git a/v1_3_0/CDT-reboot-v1_3_0.xsd b/v1_3_0/CDT-reboot-v1_3_0.xsd index 4d0d45f..e5d03c9 100644 --- a/v1_3_0/CDT-reboot-v1_3_0.xsd +++ b/v1_3_0/CDT-reboot-v1_3_0.xsd @@ -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" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="reboot"> <xs:complexType> diff --git a/v1_3_0/CDT-remoteCSE-v1_3_0.xsd b/v1_3_0/CDT-remoteCSE-v1_3_0.xsd index da58b31..0bb024a 100644 --- a/v1_3_0/CDT-remoteCSE-v1_3_0.xsd +++ b/v1_3_0/CDT-remoteCSE-v1_3_0.xsd @@ -26,15 +26,15 @@ 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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-container-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-group-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-accessControlPolicy-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-pollingChannel-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-schedule-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-node-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-locationPolicy-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-container-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-group-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-accessControlPolicy-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-pollingChannel-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-schedule-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-node-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-locationPolicy-v1_3_0.xsd" /> <xs:element name="remoteCSE"> <xs:complexType> diff --git a/v1_3_0/CDT-request-v1_3_0.xsd b/v1_3_0/CDT-request-v1_3_0.xsd index cea8bac..9d005b3 100644 --- a/v1_3_0/CDT-request-v1_3_0.xsd +++ b/v1_3_0/CDT-request-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="request"> <xs:complexType> diff --git a/v1_3_0/CDT-requestPrimitive-v1_3_0.xsd b/v1_3_0/CDT-requestPrimitive-v1_3_0.xsd index a5a299a..61f360a 100644 --- a/v1_3_0/CDT-requestPrimitive-v1_3_0.xsd +++ b/v1_3_0/CDT-requestPrimitive-v1_3_0.xsd @@ -28,7 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="requestPrimitive" > <xs:complexType> diff --git a/v1_3_0/CDT-responsePrimitive-v1_3_0.xsd b/v1_3_0/CDT-responsePrimitive-v1_3_0.xsd index b68079b..fc06255 100644 --- a/v1_3_0/CDT-responsePrimitive-v1_3_0.xsd +++ b/v1_3_0/CDT-responsePrimitive-v1_3_0.xsd @@ -28,7 +28,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified" > - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> <xs:element name="responsePrimitive" > <xs:complexType> diff --git a/v1_3_0/CDT-schedule-v1_3_0.xsd b/v1_3_0/CDT-schedule-v1_3_0.xsd index a0ac223..a7eefd8 100644 --- a/v1_3_0/CDT-schedule-v1_3_0.xsd +++ b/v1_3_0/CDT-schedule-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="schedule"> <xs:complexType> diff --git a/v1_3_0/CDT-serviceSubscribedAppRule-v1_3_0.xsd b/v1_3_0/CDT-serviceSubscribedAppRule-v1_3_0.xsd index 0b79394..2fdbf3c 100644 --- a/v1_3_0/CDT-serviceSubscribedAppRule-v1_3_0.xsd +++ b/v1_3_0/CDT-serviceSubscribedAppRule-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="serviceSubscribedAppRule"> <xs:complexType> diff --git a/v1_3_0/CDT-serviceSubscribedNode-v1_3_0.xsd b/v1_3_0/CDT-serviceSubscribedNode-v1_3_0.xsd index eba0487..377fb50 100644 --- a/v1_3_0/CDT-serviceSubscribedNode-v1_3_0.xsd +++ b/v1_3_0/CDT-serviceSubscribedNode-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="serviceSubscribedNode"> <xs:complexType> diff --git a/v1_3_0/CDT-software-v1_3_0.xsd b/v1_3_0/CDT-software-v1_3_0.xsd index a433740..00189b3 100644 --- a/v1_3_0/CDT-software-v1_3_0.xsd +++ b/v1_3_0/CDT-software-v1_3_0.xsd @@ -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" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:include schemaLocation="CDT-commonTypes-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="software"> <xs:complexType> diff --git a/v1_3_0/CDT-statsCollect-v1_3_0.xsd b/v1_3_0/CDT-statsCollect-v1_3_0.xsd index 2f94d69..736d3ac 100644 --- a/v1_3_0/CDT-statsCollect-v1_3_0.xsd +++ b/v1_3_0/CDT-statsCollect-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="statsCollect"> <xs:complexType> diff --git a/v1_3_0/CDT-statsConfig-v1_3_0.xsd b/v1_3_0/CDT-statsConfig-v1_3_0.xsd index 60b1b97..8c7f02d 100644 --- a/v1_3_0/CDT-statsConfig-v1_3_0.xsd +++ b/v1_3_0/CDT-statsConfig-v1_3_0.xsd @@ -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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-eventConfig-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-eventConfig-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-subscription-v1_3_0.xsd" /> <xs:element name="statsConfig"> <xs:complexType> diff --git a/v1_3_0/CDT-subscription-v1_3_0.xsd b/v1_3_0/CDT-subscription-v1_3_0.xsd index 0869584..e821c09 100644 --- a/v1_3_0/CDT-subscription-v1_3_0.xsd +++ b/v1_3_0/CDT-subscription-v1_3_0.xsd @@ -27,8 +27,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <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-v1_2_0.xsd" /> - <xs:include schemaLocation="CDT-schedule-v1_2_0.xsd" /> + <xs:include schemaLocation="CDT-commonTypes-v1_3_0.xsd" /> + <xs:include schemaLocation="CDT-schedule-v1_3_0.xsd" /> <xs:element name="subscription"> <xs:complexType> -- GitLab