From 0e23dab8b049f945ff3e97fa7df75baeea3b85b4 Mon Sep 17 00:00:00 2001
From: reinaortega <miguelangel.reinaortega@etsi.org>
Date: Mon, 11 May 2020 09:22:56 +0200
Subject: [PATCH] XSD v1_9_0 baseline

---
 CDT-AE.xsd                            |  6 +++---
 CDT-CSEBase.xsd                       |  3 ++-
 CDT-accessControlPolicy.xsd           |  2 +-
 CDT-activeCmdhPolicy.xsd              |  2 +-
 CDT-areaNwkDeviceInfo.xsd             |  2 +-
 CDT-areaNwkInfo.xsd                   |  2 +-
 CDT-battery.xsd                       |  2 +-
 CDT-cmdhBuffer.xsd                    |  2 +-
 CDT-cmdhDefEcValue.xsd                |  2 +-
 CDT-cmdhEcDefParamValues.xsd          |  2 +-
 CDT-cmdhLimits.xsd                    |  2 +-
 CDT-cmdhNetworkAccessRules.xsd        |  2 +-
 CDT-cmdhNwAccessRule.xsd              |  2 +-
 CDT-cmdhPolicy.xsd                    |  2 +-
 CDT-commonTypes.xsd                   |  2 +-
 CDT-container.xsd                     |  4 +---
 CDT-contentInstance.xsd               |  2 +-
 CDT-delivery.xsd                      |  2 +-
 CDT-deviceCapability.xsd              |  2 +-
 CDT-deviceInfo.xsd                    |  2 +-
 CDT-enumerationTypes.xsd              | 30 ++++++++++++++++++++-------
 CDT-eventConfig.xsd                   |  2 +-
 CDT-eventLog.xsd                      |  2 +-
 CDT-execInstance.xsd                  |  2 +-
 CDT-firmware.xsd                      |  2 +-
 CDT-group.xsd                         | 22 +++++++++++++-------
 CDT-locationPolicy.xsd                |  2 +-
 CDT-m2mServiceSubscriptionProfile.xsd |  2 +-
 CDT-memory.xsd                        |  2 +-
 CDT-mgmtCmd.xsd                       |  2 +-
 CDT-node.xsd                          |  2 +-
 CDT-notification.xsd                  |  2 +-
 CDT-pollingChannel.xsd                |  6 ++----
 CDT-reboot.xsd                        |  2 +-
 CDT-remoteCSE.xsd                     | 14 +++++++++++--
 CDT-request.xsd                       |  2 +-
 CDT-requestPrimitive.xsd              |  2 +-
 CDT-responsePrimitive.xsd             |  6 ++++--
 CDT-schedule.xsd                      |  2 +-
 CDT-serviceSubscribedAppRule.xsd      |  2 +-
 CDT-serviceSubscribedNode.xsd         |  2 +-
 CDT-software.xsd                      |  2 +-
 CDT-statsCollect.xsd                  |  2 +-
 CDT-statsConfig.xsd                   |  2 +-
 CDT-subscription.xsd                  |  2 +-
 45 files changed, 97 insertions(+), 68 deletions(-)

diff --git a/CDT-AE.xsd b/CDT-AE.xsd
index 8e0b001..ffac963 100644
--- a/CDT-AE.xsd
+++ b/CDT-AE.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -76,8 +76,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 					<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="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" />
diff --git a/CDT-CSEBase.xsd b/CDT-CSEBase.xsd
index 22eb283..17d026f 100644
--- a/CDT-CSEBase.xsd
+++ b/CDT-CSEBase.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -67,6 +67,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
                             <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" />
diff --git a/CDT-accessControlPolicy.xsd b/CDT-accessControlPolicy.xsd
index 515ba22..b91b203 100644
--- a/CDT-accessControlPolicy.xsd
+++ b/CDT-accessControlPolicy.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-activeCmdhPolicy.xsd b/CDT-activeCmdhPolicy.xsd
index 3083aef..06ae5d7 100644
--- a/CDT-activeCmdhPolicy.xsd
+++ b/CDT-activeCmdhPolicy.xsd
@@ -7,7 +7,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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-areaNwkDeviceInfo.xsd b/CDT-areaNwkDeviceInfo.xsd
index 899951a..ad76a9a 100644
--- a/CDT-areaNwkDeviceInfo.xsd
+++ b/CDT-areaNwkDeviceInfo.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-areaNwkInfo.xsd b/CDT-areaNwkInfo.xsd
index d3bb407..cd60fe1 100644
--- a/CDT-areaNwkInfo.xsd
+++ b/CDT-areaNwkInfo.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-battery.xsd b/CDT-battery.xsd
index 3bc621b..2d2213d 100644
--- a/CDT-battery.xsd
+++ b/CDT-battery.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-cmdhBuffer.xsd b/CDT-cmdhBuffer.xsd
index 33dba5a..b7c7ea4 100644
--- a/CDT-cmdhBuffer.xsd
+++ b/CDT-cmdhBuffer.xsd
@@ -7,7 +7,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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-cmdhDefEcValue.xsd b/CDT-cmdhDefEcValue.xsd
index a3acd9f..4b4bbd7 100644
--- a/CDT-cmdhDefEcValue.xsd
+++ b/CDT-cmdhDefEcValue.xsd
@@ -7,7 +7,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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-cmdhEcDefParamValues.xsd b/CDT-cmdhEcDefParamValues.xsd
index 0000e5f..108473d 100644
--- a/CDT-cmdhEcDefParamValues.xsd
+++ b/CDT-cmdhEcDefParamValues.xsd
@@ -7,7 +7,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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-cmdhLimits.xsd b/CDT-cmdhLimits.xsd
index e7e4e76..bf2db3b 100644
--- a/CDT-cmdhLimits.xsd
+++ b/CDT-cmdhLimits.xsd
@@ -7,7 +7,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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-cmdhNetworkAccessRules.xsd b/CDT-cmdhNetworkAccessRules.xsd
index aa9ddc1..04ef9bc 100644
--- a/CDT-cmdhNetworkAccessRules.xsd
+++ b/CDT-cmdhNetworkAccessRules.xsd
@@ -7,7 +7,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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-cmdhNwAccessRule.xsd b/CDT-cmdhNwAccessRule.xsd
index d0cc7d1..239b1c8 100644
--- a/CDT-cmdhNwAccessRule.xsd
+++ b/CDT-cmdhNwAccessRule.xsd
@@ -7,7 +7,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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-cmdhPolicy.xsd b/CDT-cmdhPolicy.xsd
index b00a4da..7a96286 100644
--- a/CDT-cmdhPolicy.xsd
+++ b/CDT-cmdhPolicy.xsd
@@ -7,7 +7,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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-commonTypes.xsd b/CDT-commonTypes.xsd
index 6b679a2..c0bd3bc 100644
--- a/CDT-commonTypes.xsd
+++ b/CDT-commonTypes.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-container.xsd b/CDT-container.xsd
index e8c8bc3..98a002e 100644
--- a/CDT-container.xsd
+++ b/CDT-container.xsd
@@ -7,7 +7,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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -48,8 +48,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="ontologyRef" type="xs:anyURI" minOccurs="0" />
 
 						<!-- Child Resources -->
-						<xs:element name="latest" type="xs:anyURI" />
-						<xs:element name="oldest" type="xs:anyURI" />
 						<xs:choice minOccurs="0" maxOccurs="1">
 							<xs:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" />
 							<xs:choice minOccurs="1" maxOccurs="unbounded">
diff --git a/CDT-contentInstance.xsd b/CDT-contentInstance.xsd
index 73efb4e..561f2b8 100644
--- a/CDT-contentInstance.xsd
+++ b/CDT-contentInstance.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-delivery.xsd b/CDT-delivery.xsd
index 06664bc..433913b 100644
--- a/CDT-delivery.xsd
+++ b/CDT-delivery.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-deviceCapability.xsd b/CDT-deviceCapability.xsd
index ba02de8..ac30c83 100644
--- a/CDT-deviceCapability.xsd
+++ b/CDT-deviceCapability.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-deviceInfo.xsd b/CDT-deviceInfo.xsd
index 7768596..f2d0a11 100644
--- a/CDT-deviceInfo.xsd
+++ b/CDT-deviceInfo.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-enumerationTypes.xsd b/CDT-enumerationTypes.xsd
index 102bb8a..646bbef 100644
--- a/CDT-enumerationTypes.xsd
+++ b/CDT-enumerationTypes.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 
 Notice of Disclaimer & Limitation of Liability 
@@ -241,19 +241,29 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
             <xs:enumeration value="4101" />            
             <!-- CONTENTS_UNACCEPTABLE  -->
             <xs:enumeration value="4102" />              
-            <!-- ACCESS_DENIED    -->
+			<!-- ORIGINATOR_HAS_NO_PRIVILEGE    -->
             <xs:enumeration value="4103" />              
-            <!-- GROUP_REQUEST_IDENTIFIER_EXISTS  -->
+            <!-- GROUP_REQUEST_IDENTIFIER_EXISTS -->
             <xs:enumeration value="4104" />              
             <!-- CONFLICT                  -->
-            <xs:enumeration value="4105" />              
+            <xs:enumeration value="4105" /> 
+			<!-- ORIGINATOR_HAS_NOT_REGISTERED -->
+			<xs:enumeration value="4106" /> 
+			<!-- SECURITY_ASSOCIATION_REQUIRED -->
+			<xs:enumeration value="4107" /> 
+			<!-- INVALID_CHILD_RESOURCE_TYPE -->
+			<xs:enumeration value="4108" /> 
+			<!-- NO_MEMBERS                -->
+			<xs:enumeration value="4109" /> 			
+			<!-- GROUP_MEMBER_TYPE_INCONSISTENT -->
+			<xs:enumeration value="4110" />       									
             <!-- INTERNAL_SERVER_ERROR     -->
             <xs:enumeration value="5000" />              
             <!-- NOT_IMPLEMENTED           -->
             <xs:enumeration value="5001" />
             <!-- TARGET_NOT_REACHABLE      -->
             <xs:enumeration value="5103" />             
-            <!-- NO_PRIVILEGE              -->
+			<!-- RECEIVER_HAS_NO_PRIVILEGE -->
             <xs:enumeration value="5105" />            
             <!-- ALREADY_EXISTS            -->
             <xs:enumeration value="5106" />
@@ -267,6 +277,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
             <xs:enumeration value="5206" />     
 			<!-- NOT_ACCEPTABLE                         -->
 			<xs:enumeration value="5207" />
+			<!-- GROUP_MEMBERS_NOT_RESPONDED            -->
+			<xs:enumeration value="5209" />			
             <!-- EXTERNAL_OBJECT_NOT_REACHABLE          -->
             <xs:enumeration value="6003" />              
             <!-- EXTERNAL_OBJECT_NOT_FOUND              -->
@@ -274,8 +286,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
             <!-- MAX_NUMBER_OF_MEMBER_EXCEEDED          -->
             <xs:enumeration value="6010" />              
             <!-- MEMBER_TYPE_INCONSISTENT               -->
-            <xs:enumeration value="6011" />               
-            <!-- MGMT_SESSION_CANNOT_BE_ESTABLISHED     -->
             <xs:enumeration value="6020" />               
             <!-- MGMT_SESSION_ESTABLISHMENT_TIMEOUT     -->
             <xs:enumeration value="6021" />               
@@ -385,8 +395,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 			<xs:enumeration value="10016" />
 			<!-- scheduleAnnc -->
 			<xs:enumeration value="10018" />
+			<!-- oldest -->
+			<xs:enumeration value="20001" />
+			<!-- latest -->
+			<xs:enumeration value="20002" />
 		</xs:restriction>
-	</xs:simpleType>
+	</xs:simpleType>	
 
 	<xs:simpleType name="consistencyStrategy">
 		<xs:annotation>
diff --git a/CDT-eventConfig.xsd b/CDT-eventConfig.xsd
index 89a7216..88c8fac 100644
--- a/CDT-eventConfig.xsd
+++ b/CDT-eventConfig.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-eventLog.xsd b/CDT-eventLog.xsd
index 93cf663..cc687fa 100644
--- a/CDT-eventLog.xsd
+++ b/CDT-eventLog.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-execInstance.xsd b/CDT-execInstance.xsd
index 458c448..46313ce 100644
--- a/CDT-execInstance.xsd
+++ b/CDT-execInstance.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-firmware.xsd b/CDT-firmware.xsd
index 3e6ed3e..342590c 100644
--- a/CDT-firmware.xsd
+++ b/CDT-firmware.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-group.xsd b/CDT-group.xsd
index d2ad25a..c37652a 100644
--- a/CDT-group.xsd
+++ b/CDT-group.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -39,17 +39,19 @@ 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" />
-						<xs:element name="currentNrOfMembers" type="xs:positiveInteger" />
+						<xs:element name="currentNrOfMembers" type="xs:nonNegativeInteger" />
 						<xs:element name="maxNrOfMembers" type="xs:positiveInteger" />
-						<xs:element name="memberIDs" type="m2m:listOfURIs" />
-						<xs:element name="membersAccessControlPolicyIDs" type="m2m:listOfURIs" minOccurs="0" />
+						<xs:element name="memberIDs">
+							<xs:simpleType> 
+								<xs:list itemType="xs:anyURI" /> 
+							</xs:simpleType> 
+						</xs:element>						
+						<xs:element name="membersAccessControlPolicyIDs" type="m2m:listOfURIs" minOccurs="0" />					
 						<xs:element name="memberTypeValidated" type="xs:boolean" />
 						<xs:element name="consistencyStrategy" type="m2m:consistencyStrategy" minOccurs="0" />
 						<xs:element name="groupName" type="xs:string" minOccurs="0" />
 						
 						<!-- Child Resources -->
-						<xs:element name="fanOutPoint" type="xs:anyURI" />
-
 						<xs:choice minOccurs="0" maxOccurs="1">
 							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
 							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
@@ -68,9 +70,13 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 					<!-- Resource Specific Attributes -->
 					<xs:sequence>
 						<xs:element name="memberType" type="m2m:memberType" minOccurs="0" />
-						<xs:element name="currentNrOfMembers" type="xs:positiveInteger" minOccurs="0" />
+						<xs:element name="currentNrOfMembers" type="xs:nonNegativeInteger" minOccurs="0" />
 						<xs:element name="maxNrOfMembers" type="xs:positiveInteger" minOccurs="0" />
-						<xs:element name="memberIDs" type="m2m:listOfURIs" minOccurs="0" />
+						<xs:element name="memberIDs" minOccurs="0">
+							<xs:simpleType> 
+								<xs:list itemType="xs:anyURI" /> 
+							</xs:simpleType> 
+						</xs:element>						
 						<xs:element name="membersAccessControlPolicyIDs" type="m2m:listOfURIs" minOccurs="0" />
 						<xs:element name="memberTypeValidated" type="xs:boolean" minOccurs="0" />
 						<xs:element name="consistencyStrategy" type="m2m:consistencyStrategy" minOccurs="0" />
diff --git a/CDT-locationPolicy.xsd b/CDT-locationPolicy.xsd
index d3f54b1..917031d 100644
--- a/CDT-locationPolicy.xsd
+++ b/CDT-locationPolicy.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-m2mServiceSubscriptionProfile.xsd b/CDT-m2mServiceSubscriptionProfile.xsd
index 897447c..8df6df5 100644
--- a/CDT-m2mServiceSubscriptionProfile.xsd
+++ b/CDT-m2mServiceSubscriptionProfile.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-memory.xsd b/CDT-memory.xsd
index bb15e47..c41d790 100644
--- a/CDT-memory.xsd
+++ b/CDT-memory.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-mgmtCmd.xsd b/CDT-mgmtCmd.xsd
index bd2956d..c95e54c 100644
--- a/CDT-mgmtCmd.xsd
+++ b/CDT-mgmtCmd.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-node.xsd b/CDT-node.xsd
index 6078487..6bd230f 100644
--- a/CDT-node.xsd
+++ b/CDT-node.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-notification.xsd b/CDT-notification.xsd
index b914c43..fcd1dda 100644
--- a/CDT-notification.xsd
+++ b/CDT-notification.xsd
@@ -4,7 +4,7 @@ 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.
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-pollingChannel.xsd b/CDT-pollingChannel.xsd
index dd6b498..5cc53f2 100644
--- a/CDT-pollingChannel.xsd
+++ b/CDT-pollingChannel.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -36,10 +36,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 				<!-- Inherit common attributes -->
 				<xs:extension base="m2m:subordinateResource">
 					<xs:sequence>
-						<!-- No Resource Specific Attributes -->
+						<!-- No Resource Specific Attributes, no child resources -->
 
-						<!-- Virtual Child Resource -->
-						<xs:element name="pollingChannelURI" type="xs:anyURI" />
 					</xs:sequence>
 				</xs:extension>
 			</xs:complexContent>
diff --git a/CDT-reboot.xsd b/CDT-reboot.xsd
index b222bda..220fa97 100644
--- a/CDT-reboot.xsd
+++ b/CDT-reboot.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-remoteCSE.xsd b/CDT-remoteCSE.xsd
index a575abe..e849018 100644
--- a/CDT-remoteCSE.xsd
+++ b/CDT-remoteCSE.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -35,6 +35,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	<xs:include schemaLocation="CDT-schedule.xsd" />
 	<xs:include schemaLocation="CDT-node.xsd" />
 	<xs:include schemaLocation="CDT-locationPolicy.xsd" />
+	<xs:include schemaLocation="CDT-AE.xsd" />
 
 	<xs:element name="remoteCSE">
 		<xs:complexType>
@@ -57,18 +58,25 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
                             <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:pollingChannel" />
                                 <xs:element ref="m2m:schedule" />
+                            	<xs:element ref="m2m:nodeAnnc" />
+                            	<xs:element ref="m2m:remoteCSEAnnc" />
+                            	<xs:element ref="m2m:AEAnnc" />
+                            	<xs:element ref="m2m:locationPolicyAnnc" />
                             </xs:choice>
                         </xs:choice>
 					</xs:sequence>
 				</xs:extension>
 			</xs:complexContent>
 		</xs:complexType>
-	</xs:element>
+	</xs:element>													
 
 	<xs:element name="remoteCSEAnnc">
 		<xs:complexType>
@@ -99,6 +107,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
                                 <xs:element ref="m2m:pollingChannel" />
                                 <xs:element ref="m2m:scheduleAnnc" />
                                 <xs:element ref="m2m:locationPolicyAnnc" />
+                            	<xs:element ref="m2m:remoteCSEAnnc" />
+                            	<xs:element ref="m2m:AEAnnc" />
                             </xs:choice>
                         </xs:choice>
 					</xs:sequence>
diff --git a/CDT-request.xsd b/CDT-request.xsd
index f99a960..83e7d51 100644
--- a/CDT-request.xsd
+++ b/CDT-request.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-requestPrimitive.xsd b/CDT-requestPrimitive.xsd
index bb92ccb..786cbf2 100644
--- a/CDT-requestPrimitive.xsd
+++ b/CDT-requestPrimitive.xsd
@@ -7,7 +7,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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-responsePrimitive.xsd b/CDT-responsePrimitive.xsd
index 92169ee..f2ad0f2 100644
--- a/CDT-responsePrimitive.xsd
+++ b/CDT-responsePrimitive.xsd
@@ -7,7 +7,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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -107,6 +107,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
  
   <xs:element name="aggregatedResponse" type="m2m:aggregatedResponse" />
   
+  <xs:element name="debugInfo" type="xs:string" />
+  
   <xs:complexType name="resourceWrapper">	
     <xs:sequence>
       <xs:choice minOccurs="1" maxOccurs="1">
@@ -162,7 +164,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
   
   <xs:complexType name="aggregatedResponse">    
     <xs:sequence>      
-      <xs:element ref="m2m:responsePrimitive" minOccurs="1" maxOccurs="unbounded"/>      
+      <xs:element ref="m2m:responsePrimitive" minOccurs="0" maxOccurs="unbounded"/>      
     </xs:sequence> 	       
   </xs:complexType> 
   
diff --git a/CDT-schedule.xsd b/CDT-schedule.xsd
index 0825e38..eb41b3b 100644
--- a/CDT-schedule.xsd
+++ b/CDT-schedule.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-serviceSubscribedAppRule.xsd b/CDT-serviceSubscribedAppRule.xsd
index f2d5dc1..cbd5a6f 100644
--- a/CDT-serviceSubscribedAppRule.xsd
+++ b/CDT-serviceSubscribedAppRule.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-serviceSubscribedNode.xsd b/CDT-serviceSubscribedNode.xsd
index bcc1ff9..7ed0ba8 100644
--- a/CDT-serviceSubscribedNode.xsd
+++ b/CDT-serviceSubscribedNode.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-software.xsd b/CDT-software.xsd
index df8cd2e..c703a6f 100644
--- a/CDT-software.xsd
+++ b/CDT-software.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-statsCollect.xsd b/CDT-statsCollect.xsd
index 22cba0e..5df079c 100644
--- a/CDT-statsCollect.xsd
+++ b/CDT-statsCollect.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-statsConfig.xsd b/CDT-statsConfig.xsd
index 3092de0..a81174d 100644
--- a/CDT-statsConfig.xsd
+++ b/CDT-statsConfig.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
diff --git a/CDT-subscription.xsd b/CDT-subscription.xsd
index 44bb0e5..3421612 100644
--- a/CDT-subscription.xsd
+++ b/CDT-subscription.xsd
@@ -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. 
-© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC). All rights reserved.
 
 
 Notice of Disclaimer & Limitation of Liability 
-- 
GitLab