diff --git a/CDT-eventLog-v1_0_0.xsd b/CDT-eventLog-v1_0_0.xsd
index e946ec79e39a16fe3fa05846ecf70cba2eb736a5..1788a48ae8915bb1406141876ffb19f7865f7c0d 100644
--- a/CDT-eventLog-v1_0_0.xsd
+++ b/CDT-eventLog-v1_0_0.xsd
@@ -1,80 +1,80 @@
-<?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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
-
-Notice of Disclaimer & Limitation of Liability 
-
-The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
-and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
-No recommendation as to products or vendors is made or should be implied. 
-
-NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
-GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
-PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
-NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
-ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
-oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-
--->
-
-<xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onem2m.org/xml/protocols" 
-	xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" 
-	attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-	
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
-	
-	<xs:element name="eventLog">
-		<xs:complexType>
-			<xs:complexContent>
-				<!-- Inherit Common Attributes from data type "mgmtResource" -->
-				<xs:extension base="m2m:mgmtResource">
-					<!-- Resource Specific Attributes -->
-					<xs:sequence>
-						<xs:element name="logTypeId" type="m2m:logTypeId" />
-						<xs:element name="logData" type="xs:string" />
-						<xs:element name="logStatus" type="m2m:logStatus" />
-						<xs:element name="logStart" type="xs:boolean" />
-						<xs:element name="logStop" type="xs:boolean" />
-          
-						<!-- Child Resources -->
-						<xs:choice minOccurs="0" maxOccurs="1">
-							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
-							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
-						</xs:choice>
-					</xs:sequence>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element> 	
-	
-	<xs:element name="eventLogAnnc">
-		<xs:complexType>
-			<xs:complexContent>
-				<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
-				<xs:extension base="m2m:announcedMgmtResource">
-					<!-- Resource Specific Attributes -->
-					<xs:sequence>
-						<xs:element name="logTypeId" type="m2m:logTypeId" minOccurs="0" />
-						<xs:element name="logData" type="xs:string" minOccurs="0" />
-						<xs:element name="logStatus" type="m2m:logStatus" minOccurs="0"  />
-						<xs:element name="logStart" type="xs:boolean" minOccurs="0" />
-						<xs:element name="logStop" type="xs:boolean" minOccurs="0" />
-          
-						<!-- Child Resources -->
-						<xs:choice minOccurs="0" maxOccurs="1">
-							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
-							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
-						</xs:choice>
-					</xs:sequence>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element> 	
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Copyright Notification
+
+The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices 
+contained in the original materials on any copies of the materials and that you comply strictly with these terms. 
+This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of 
+any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document. 
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+
+Notice of Disclaimer & Limitation of Liability 
+
+The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
+and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
+No recommendation as to products or vendors is made or should be implied. 
+
+NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
+GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
+PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
+NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
+ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
+oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
+
+-->
+
+<xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onem2m.org/xml/protocols" 
+	xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" 
+	attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+	
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
+	
+	<xs:element name="eventLog">
+		<xs:complexType>
+			<xs:complexContent>
+				<!-- Inherit Common Attributes from data type "mgmtResource" -->
+				<xs:extension base="m2m:mgmtResource">
+					<!-- Resource Specific Attributes -->
+					<xs:sequence>
+						<xs:element name="logTypeId" type="m2m:logTypeId" />
+						<xs:element name="logData" type="xs:string" />
+						<xs:element name="logStatus" type="m2m:logStatus" />
+						<xs:element name="logStart" type="xs:boolean" />
+						<xs:element name="logStop" type="xs:boolean" />
+          
+						<!-- Child Resources -->
+						<xs:choice minOccurs="0" maxOccurs="1">
+							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
+							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
+						</xs:choice>
+					</xs:sequence>
+				</xs:extension>
+			</xs:complexContent>
+		</xs:complexType>
+	</xs:element> 	
+	
+	<xs:element name="eventLogAnnc">
+		<xs:complexType>
+			<xs:complexContent>
+				<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
+				<xs:extension base="m2m:announcedMgmtResource">
+					<!-- Resource Specific Attributes -->
+					<xs:sequence>
+						<xs:element name="logTypeId" type="m2m:logTypeId" minOccurs="0" />
+						<xs:element name="logData" type="xs:string" minOccurs="0" />
+						<xs:element name="logStatus" type="m2m:logStatus" minOccurs="0"  />
+						<xs:element name="logStart" type="xs:boolean" minOccurs="0" />
+						<xs:element name="logStop" type="xs:boolean" minOccurs="0" />
+          
+						<!-- Child Resources -->
+						<xs:choice minOccurs="0" maxOccurs="1">
+							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
+							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
+						</xs:choice>
+					</xs:sequence>
+				</xs:extension>
+			</xs:complexContent>
+		</xs:complexType>
+	</xs:element> 	
+</xs:schema>
diff --git a/CDT-execInstance-v1_0_0.xsd b/CDT-execInstance-v1_0_0.xsd
index 1f6b7c8c6f77ca8757eaba9ba37fb9de332617fc..1a64988907efda51ed404b5684cdcee76ec8f216 100644
--- a/CDT-execInstance-v1_0_0.xsd
+++ b/CDT-execInstance-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -26,8 +26,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
 
 	<xs:element name="execInstance">
 		<xs:complexType>
diff --git a/CDT-firmware-v1_0_0.xsd b/CDT-firmware-v1_0_0.xsd
index 19e9b241b0620eb6da7dc940e0ba9977c7d57641..4ab6972a6fae1533e9321da34e25d93e45602ee5 100644
--- a/CDT-firmware-v1_0_0.xsd
+++ b/CDT-firmware-v1_0_0.xsd
@@ -1,80 +1,80 @@
-<?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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
-
-Notice of Disclaimer & Limitation of Liability 
-
-The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
-and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
-No recommendation as to products or vendors is made or should be implied. 
-
-NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
-GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
-PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
-NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
-ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
-oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-
--->
-
-<xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onem2m.org/xml/protocols" 
-	xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" 
-	attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-	
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
-	
-	<xs:element name="firmware">
-		<xs:complexType>
-			<xs:complexContent>
-				<!-- Inherit Common Attributes from data type "mgmtResource" -->
-				<xs:extension base="m2m:mgmtResource">
-					<!-- Resource Specific Attributes -->
-					<xs:sequence>
-						<xs:element name="version" type="xs:string" />
-						<xs:element name="name" type="xs:string" />
-						<xs:element name="URL" type="xs:anyURI" />
-						<xs:element name="update" type="xs:boolean" />
-						<xs:element name="updateStatus" type="m2m:actionStatus" minOccurs="0" />
-            
-						<!-- Child Resources -->
-						<xs:choice minOccurs="0" maxOccurs="1">
-							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
-							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
-						</xs:choice>
-					</xs:sequence>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	
-	<xs:element name="firmwareAnnc">
-		<xs:complexType>
-			<xs:complexContent>
-				<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
-				<xs:extension base="m2m:announcedMgmtResource">
-					<!-- Resource Specific Attributes -->
-					<xs:sequence>
-						<xs:element name="version" type="xs:string" minOccurs="0" />
-						<xs:element name="name" type="xs:string" minOccurs="0" />
-						<xs:element name="URL" type="xs:anyURI" minOccurs="0" />
-						<xs:element name="update" type="xs:boolean" minOccurs="0" />
-						<xs:element name="updateStatus" type="m2m:actionStatus" minOccurs="0" />
-            
-						<!-- Child Resources -->
-						<xs:choice minOccurs="0" maxOccurs="1">
-							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
-							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
-						</xs:choice>
-					</xs:sequence>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Copyright Notification
+
+The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices 
+contained in the original materials on any copies of the materials and that you comply strictly with these terms. 
+This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of 
+any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document. 
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+
+Notice of Disclaimer & Limitation of Liability 
+
+The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
+and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
+No recommendation as to products or vendors is made or should be implied. 
+
+NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
+GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
+PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
+NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
+ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
+oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
+
+-->
+
+<xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onem2m.org/xml/protocols" 
+	xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" 
+	attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+	
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
+	
+	<xs:element name="firmware">
+		<xs:complexType>
+			<xs:complexContent>
+				<!-- Inherit Common Attributes from data type "mgmtResource" -->
+				<xs:extension base="m2m:mgmtResource">
+					<!-- Resource Specific Attributes -->
+					<xs:sequence>
+						<xs:element name="version" type="xs:string" />
+						<xs:element name="name" type="xs:string" />
+						<xs:element name="URL" type="xs:anyURI" />
+						<xs:element name="update" type="xs:boolean" />
+						<xs:element name="updateStatus" type="m2m:actionStatus" minOccurs="0" />
+            
+						<!-- Child Resources -->
+						<xs:choice minOccurs="0" maxOccurs="1">
+							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
+							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
+						</xs:choice>
+					</xs:sequence>
+				</xs:extension>
+			</xs:complexContent>
+		</xs:complexType>
+	</xs:element>
+	
+	<xs:element name="firmwareAnnc">
+		<xs:complexType>
+			<xs:complexContent>
+				<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
+				<xs:extension base="m2m:announcedMgmtResource">
+					<!-- Resource Specific Attributes -->
+					<xs:sequence>
+						<xs:element name="version" type="xs:string" minOccurs="0" />
+						<xs:element name="name" type="xs:string" minOccurs="0" />
+						<xs:element name="URL" type="xs:anyURI" minOccurs="0" />
+						<xs:element name="update" type="xs:boolean" minOccurs="0" />
+						<xs:element name="updateStatus" type="m2m:actionStatus" minOccurs="0" />
+            
+						<!-- Child Resources -->
+						<xs:choice minOccurs="0" maxOccurs="1">
+							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
+							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
+						</xs:choice>
+					</xs:sequence>
+				</xs:extension>
+			</xs:complexContent>
+		</xs:complexType>
+	</xs:element>
+</xs:schema>
diff --git a/CDT-group-v1_0_0.xsd b/CDT-group-v1_0_0.xsd
index 81649bc8461d00dc191af6fcc261447c54766c9b..0783e1e5c497ef4c9f32ae75ea5a847a0eec9f83 100644
--- a/CDT-group-v1_0_0.xsd
+++ b/CDT-group-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -27,8 +27,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
 
 	<xs:element name="group">
 		<xs:complexType>
@@ -39,7 +39,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 					<xs:sequence>					
                         <xs:element name="creator" type="m2m:ID" minOccurs="0" />					
 						<xs:element name="memberType" type="m2m:memberType" />
-						<!-- TODO: data type xs:long is used in TS-0004 for currentNrOfMembers and maxNrOfMembers (unchanged in #662R02) -->
+						<!-- TODO: data type xs:integer is used in TS-0004 for currentNrOfMembers and maxNrOfMembers (TS-0004 to be corrected) -->
 						<xs:element name="currentNrOfMembers" type="xs:nonNegativeInteger" />
 						<xs:element name="maxNrOfMembers" type="xs:nonNegativeInteger" />
 						<xs:element name="memberIDs" type="m2m:listOfURIs" />
@@ -70,7 +70,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 					<xs:sequence>
 						<xs:element name="memberType" type="m2m:memberType" minOccurs="0" />
 						<xs:element name="currentNrOfMembers" type="xs:nonNegativeInteger" minOccurs="0" />
-						<!-- TODO: data type xs:long is used in TS-0004 for currentNrOfMembers and maxNrOfMembers (unchanged in #662R02) -->
+						<!-- TODO: data type xs:integer is used in TS-0004 for currentNrOfMembers and maxNrOfMembers (TS-0004 to be corrected) -->
 						<xs:element name="maxNrOfMembers" type="xs:nonNegativeInteger" minOccurs="0" />
 						<xs:element name="memberIDs" type="m2m:listOfURIs" minOccurs="0" />
 						<xs:element name="membersAccessControlPolicyIDs" type="m2m:listOfURIs" minOccurs="0" />
diff --git a/CDT-locationPolicy-v1_0_0.xsd b/CDT-locationPolicy-v1_0_0.xsd
index 8731cceaaa271b227e695576fe447b8fa6bbf0db..e75ac7e3edff41e3e5a7c3f8e01d0faac53d3389 100644
--- a/CDT-locationPolicy-v1_0_0.xsd
+++ b/CDT-locationPolicy-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -27,8 +27,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
 
 	<xs:element name="locationPolicy">
 		<xs:complexType>
@@ -43,7 +43,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="locationServer" type="xs:anyURI" minOccurs="0" />
 						<xs:element name="locationContainerID" type="xs:anyURI" minOccurs="0" />
 						<xs:element name="locationContainerName" type="xs:string" minOccurs="0" />
-						<!-- TODO: Data type changed from "xs:string" to "m2m:status". Table 7.3.10.1 3 of TS-0004 needs to be corrected -->
+						<!-- TODO: Data type changed from "xs:string" to "m2m:status". Table 7.3.10.1-3 of TS-0004 needs to be corrected -->
 						<xs:element name="locationStatus" type="m2m:status" />
 
 						<!-- Child Resources -->
@@ -72,7 +72,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="locationServer" type="xs:anyURI" minOccurs="0" />
 						<xs:element name="locationContainerID" type="xs:anyURI" minOccurs="0" />
 						<xs:element name="locationContainerName" type="xs:string" minOccurs="0" />
-						<!-- TODO: Data type changed from "xs:string" to "m2m:status". Table 7.3.10.1 3 of TS-0004 needs to be corrected -->
+						<!-- TODO: Data type changed from "xs:string" to "m2m:status". Table 7.3.10.1-3 of TS-0004 needs to be corrected -->
 						<xs:element name="locationStatus" type="m2m:status" minOccurs="0" />
 
 						<!-- No Child Resources -->
@@ -81,4 +81,4 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 			</xs:complexContent>
 		</xs:complexType>
 	</xs:element>
-</xs:schema>
+</xs:schema>
\ No newline at end of file
diff --git a/CDT-m2mServiceSubscriptionProfile-v1_0_0.xsd b/CDT-m2mServiceSubscriptionProfile-v1_0_0.xsd
index 41ea089d236184a1f87697d01d60c729feed33b9..d4707a161a1182b5e15914259d8ea1ad582cd2c7 100644
--- a/CDT-m2mServiceSubscriptionProfile-v1_0_0.xsd
+++ b/CDT-m2mServiceSubscriptionProfile-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -26,10 +26,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
 
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-serviceSubscribedNode-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-serviceSubscribedNode-v1_0_0.xsd" />
 
 	<xs:element name="m2mServiceSubscriptionProfile">
 		<xs:complexType>
diff --git a/CDT-memory-v1_0_0.xsd b/CDT-memory-v1_0_0.xsd
index aa48fe96719d5ef7e11f4cfea6f1264268c4f279..bd1c280667ef6d2b55299c70360e8a77a230e88f 100644
--- a/CDT-memory-v1_0_0.xsd
+++ b/CDT-memory-v1_0_0.xsd
@@ -1,74 +1,74 @@
-<?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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
-
-Notice of Disclaimer & Limitation of Liability 
-
-The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
-and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
-No recommendation as to products or vendors is made or should be implied. 
-
-NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
-GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
-PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
-NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
-ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
-oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-
--->
-
-<xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onem2m.org/xml/protocols"
-	xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified"
-	xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
-
-	<xs:element name="memory">
-		<xs:complexType>
-			<xs:complexContent>
-				<!-- Inherit Common Attributes from data type "mgmtResource" -->
-				<xs:extension base="m2m:mgmtResource">
-					<!-- Resource Specific Attributes -->
-					<xs:sequence>
-						<xs:element name="memAvailable" type="xs:unsignedLong" />
-						<xs:element name="memTotal" type="xs:unsignedLong" />
-
-						<!-- Child Resources -->
-						<xs:choice minOccurs="0" maxOccurs="1">
-							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
-							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
-						</xs:choice>
-					</xs:sequence>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-
-	<xs:element name="memoryAnnc">
-		<xs:complexType>
-			<xs:complexContent>
-				<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
-				<xs:extension base="m2m:announcedMgmtResource">
-					<!-- Resource Specific Attributes -->
-					<xs:sequence>
-						<xs:element name="memAvailable" type="xs:unsignedLong" minOccurs="0" />
-						<xs:element name="memTotal" type="xs:unsignedLong" minOccurs="0" />
-
-						<!-- Child Resources -->
-						<xs:choice minOccurs="0" maxOccurs="1">
-							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
-							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
-						</xs:choice>
-					</xs:sequence>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Copyright Notification
+
+The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices 
+contained in the original materials on any copies of the materials and that you comply strictly with these terms. 
+This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of 
+any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document. 
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+
+Notice of Disclaimer & Limitation of Liability 
+
+The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
+and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
+No recommendation as to products or vendors is made or should be implied. 
+
+NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
+GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
+PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
+NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
+ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
+oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
+
+-->
+
+<xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onem2m.org/xml/protocols"
+	xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" attributeFormDefault="unqualified"
+	xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
+
+	<xs:element name="memory">
+		<xs:complexType>
+			<xs:complexContent>
+				<!-- Inherit Common Attributes from data type "mgmtResource" -->
+				<xs:extension base="m2m:mgmtResource">
+					<!-- Resource Specific Attributes -->
+					<xs:sequence>
+						<xs:element name="memAvailable" type="xs:unsignedLong" />
+						<xs:element name="memTotal" type="xs:unsignedLong" />
+
+						<!-- Child Resources -->
+						<xs:choice minOccurs="0" maxOccurs="1">
+							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
+							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
+						</xs:choice>
+					</xs:sequence>
+				</xs:extension>
+			</xs:complexContent>
+		</xs:complexType>
+	</xs:element>
+
+	<xs:element name="memoryAnnc">
+		<xs:complexType>
+			<xs:complexContent>
+				<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
+				<xs:extension base="m2m:announcedMgmtResource">
+					<!-- Resource Specific Attributes -->
+					<xs:sequence>
+						<xs:element name="memAvailable" type="xs:unsignedLong" minOccurs="0" />
+						<xs:element name="memTotal" type="xs:unsignedLong" minOccurs="0" />
+
+						<!-- Child Resources -->
+						<xs:choice minOccurs="0" maxOccurs="1">
+							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
+							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
+						</xs:choice>
+					</xs:sequence>
+				</xs:extension>
+			</xs:complexContent>
+		</xs:complexType>
+	</xs:element>
+</xs:schema>
diff --git a/CDT-mgmtCmd-v1_0_0.xsd b/CDT-mgmtCmd-v1_0_0.xsd
index 9550e1ddf060c0ae30338b78f8d980c41e08d580..bc2eecc28d7ed5bb3d62c4ddc85791981ca14dd9 100644
--- a/CDT-mgmtCmd-v1_0_0.xsd
+++ b/CDT-mgmtCmd-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -26,9 +26,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-execInstance-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-execInstance-v1_0_0.xsd" />
 
 	<xs:element name="mgmtCmd">
 		<xs:complexType>
diff --git a/CDT-node-v1_0_0.xsd b/CDT-node-v1_0_0.xsd
index 2739aef47fbbba37ef6bc8960404e7c736704b47..3b034ee266456b9d66aab20b54b4fc9a75009c22 100644
--- a/CDT-node-v1_0_0.xsd
+++ b/CDT-node-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -27,20 +27,20 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-memory-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-battery-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-areaNwkInfo-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-areaNwkDeviceInfo-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-firmware-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-software-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-deviceInfo-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-deviceCapability-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-reboot-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-eventLog-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-cmdhPolicy-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-activeCmdhPolicy-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-memory-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-battery-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-areaNwkInfo-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-areaNwkDeviceInfo-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-firmware-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-software-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-deviceInfo-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-deviceCapability-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-reboot-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-eventLog-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-cmdhPolicy-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-activeCmdhPolicy-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
 
 	<xs:element name="node">
 		<xs:complexType>
diff --git a/CDT-notification-v1_0_0.xsd b/CDT-notification-v1_0_0.xsd
index a778a6466e7edc3ed1d66a4349bd0c0f7db586df..d13094b25f8727f693ba67bc06d8beb61290a3a4 100644
--- a/CDT-notification-v1_0_0.xsd
+++ b/CDT-notification-v1_0_0.xsd
@@ -1,74 +1,67 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-Copyright Notification
-
-No part of this document may be reproduced, in an electronic retrieval system or otherwise, except as authorized by written permission.
-The copyright and the foregoing restriction extend to reproduction in all media.
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
-
-Notice of Disclaimer & Limitation of Liability 
-
-The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
-and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
-No recommendation as to products or vendors is made or should be implied. 
-
-NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
-GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
-PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
-NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
-ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
-oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-
--->
-<xs:schema xmlns="http://www.w3.org/2001/XMLSchema"
-        targetNamespace="http://www.onem2m.org/xml/protocols"
-        xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified"
-        xmlns:xs="http://www.w3.org/2001/XMLSchema">
-        <xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd"/>
-        <xs:include schemaLocation="CDT-responsePrimitive-v0_8_0.xsd"/>
-
-        <!--  TODO: This "notification data object" does not comply (and does not need to comply) with the    
-              generic <resourceType> specification conventions.  One and only one instance of this data object is included
-              into the Content parameter of a Notify request primitive. However, the data object may include information, 
-              associated with one or more notification events. Do we need to differentiate singleNotification from 
-              aggregatedNotification? Probably not. Then the below top-level structure  can be simplified to represent simply
-              an unbounded sequence of singleNotification elements only.
-              We need to add into TS-0004 information which corresponds to the <resourceType> tables shown in TS-0001. 
-              -->
-        <xs:element name="notification" type="m2m:notification" />      
-
-        <xs:element name="aggregatedNotification" type="m2m:aggregatedNotification" />
-
-        <xs:complexType name="aggregatedNotification">
-                <xs:sequence>
-                        <xs:element name="notification" type="m2m:notification" minOccurs="0" maxOccurs="unbounded"/>
-                </xs:sequence>
-        </xs:complexType>
-
-        <xs:complexType name="notification">
-                <xs:sequence>
-                        <xs:element name="notificationEvent" minOccurs="0">
-                            <xs:complexType >
-                                <xs:sequence>
-                                      <xs:element name="representation" type="xs:anyType" minOccurs="0"/>
-                                      <xs:element name="resourceStatus" type="m2m:resourceStatus" minOccurs="0"/>
-                                      <xs:element name="operationMonitor" minOccurs="0">
-                                          <xs:complexType>
-                                               <xs:sequence>
-                                                   <xs:element name="operation" type="m2m:operation" minOccurs="0"/>
-                                                   <xs:element name="originator" type="m2m:ID" minOccurs="0"/>
-                                               </xs:sequence>
-                                         </xs:complexType>
-                                      </xs:element>
-                                </xs:sequence>
-                            </xs:complexType>
-                        </xs:element>                      
-                        <xs:element name="verificationRequest" type="xs:boolean" minOccurs="0"/>
-                        <xs:element name="subscriptionDeletion" type="xs:boolean" minOccurs="0"/>
-                        <xs:element name="subscriptionReference" type="xs:anyURI" minOccurs="0"/>
-                        <xs:element name="creator" type="m2m:ID" minOccurs="0"/>
-                        <xs:element name="notificationForwardingURI" type="xs:anyURI" minOccurs="0"/>
-                </xs:sequence>
-        </xs:complexType>
-
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Copyright Notification
+
+No part of this document may be reproduced, in an electronic retrieval system or otherwise, except as authorized by written permission.
+The copyright and the foregoing restriction extend to reproduction in all media.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+
+Notice of Disclaimer & Limitation of Liability 
+
+The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
+and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
+No recommendation as to products or vendors is made or should be implied. 
+
+NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
+GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
+PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
+NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
+ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
+oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
+
+-->
+<xs:schema xmlns="http://www.w3.org/2001/XMLSchema"
+        targetNamespace="http://www.onem2m.org/xml/protocols"
+        xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified"
+        xmlns:xs="http://www.w3.org/2001/XMLSchema">
+    <xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd"/>
+    <xs:include schemaLocation="CDT-responsePrimitive-v1_0_0.xsd"/>
+
+
+        <xs:element name="notification" type="m2m:notification" />      
+
+        <xs:element name="aggregatedNotification" type="m2m:aggregatedNotification" />
+
+        <xs:complexType name="aggregatedNotification">
+                <xs:sequence>
+                        <xs:element name="notification" type="m2m:notification" minOccurs="0" maxOccurs="unbounded"/>
+                </xs:sequence>
+        </xs:complexType>
+
+        <xs:complexType name="notification">
+                <xs:sequence>
+                        <xs:element name="notificationEvent" minOccurs="0">
+                            <xs:complexType >
+                                <xs:sequence>
+                                      <xs:element name="representation" type="xs:anyType" minOccurs="0"/>
+                                      <xs:element name="resourceStatus" type="m2m:resourceStatus" minOccurs="0"/>
+                                      <xs:element name="operationMonitor" minOccurs="0">
+                                          <xs:complexType>
+                                               <xs:sequence>
+                                                   <xs:element name="operation" type="m2m:operation" minOccurs="0"/>
+                                                   <xs:element name="originator" type="m2m:ID" minOccurs="0"/>
+                                               </xs:sequence>
+                                         </xs:complexType>
+                                      </xs:element>
+                                </xs:sequence>
+                            </xs:complexType>
+                        </xs:element>                      
+                        <xs:element name="verificationRequest" type="xs:boolean" minOccurs="0"/>
+                        <xs:element name="subscriptionDeletion" type="xs:boolean" minOccurs="0"/>
+                        <xs:element name="subscriptionReference" type="xs:anyURI" minOccurs="0"/>
+                        <xs:element name="creator" type="m2m:ID" minOccurs="0"/>
+                        <xs:element name="notificationForwardingURI" type="xs:anyURI" minOccurs="0"/>
+                </xs:sequence>
+        </xs:complexType>
+
+</xs:schema>
diff --git a/CDT-pollingChannel-v1_0_0.xsd b/CDT-pollingChannel-v1_0_0.xsd
index 73f8d6df423d0040d632532341743bc19086b4bd..b3e46eb6f846820db83d60b5f37be0fa07666c00 100644
--- a/CDT-pollingChannel-v1_0_0.xsd
+++ b/CDT-pollingChannel-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -27,8 +27,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
 
 	<xs:element name="pollingChannel">
 		<xs:complexType>
diff --git a/CDT-reboot-v1_0_0.xsd b/CDT-reboot-v1_0_0.xsd
index 90f4633eb2326f5160da49665f04ece3c826b177..f797bd1178ec0b19b6fa3e0ce8558d3fba5d5277 100644
--- a/CDT-reboot-v1_0_0.xsd
+++ b/CDT-reboot-v1_0_0.xsd
@@ -1,74 +1,74 @@
-<?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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
-
-Notice of Disclaimer & Limitation of Liability 
-
-The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
-and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
-No recommendation as to products or vendors is made or should be implied. 
-
-NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
-GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
-PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
-NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
-ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
-oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-
--->
-
-<xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onem2m.org/xml/protocols" 
-	xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" 
-	attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-	
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
-	
-	<xs:element name="reboot">
-		<xs:complexType>
-			<xs:complexContent>
-				<!-- Inherit Common Attributes from data type "mgmtResource" -->
-				<xs:extension base="m2m:mgmtResource">
-					<!-- Resource Specific Attributes -->
-					<xs:sequence>
-						<xs:element name="reboot" type="xs:boolean" />
-						<xs:element name="factoryReset" type="xs:boolean" />
-              
-						<!-- Child Resources -->
-						<xs:choice minOccurs="0" maxOccurs="1">
-							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
-							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
-						</xs:choice>
-					</xs:sequence>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	
-	<xs:element name="rebootAnnc">
-		<xs:complexType>
-			<xs:complexContent>
-				<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
-				<xs:extension base="m2m:announcedMgmtResource">
-					<!-- Resource Specific Attributes -->
-					<xs:sequence>
-						<xs:element name="reboot" type="xs:boolean" minOccurs="0" />
-						<xs:element name="factoryReset" type="xs:boolean" minOccurs="0" />
-              
-						<!-- Child Resources -->
-						<xs:choice minOccurs="0" maxOccurs="1">
-							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
-							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
-						</xs:choice>
-					</xs:sequence>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Copyright Notification
+
+The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices 
+contained in the original materials on any copies of the materials and that you comply strictly with these terms. 
+This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of 
+any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document. 
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+
+Notice of Disclaimer & Limitation of Liability 
+
+The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
+and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
+No recommendation as to products or vendors is made or should be implied. 
+
+NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
+GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
+PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
+NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
+ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
+oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
+
+-->
+
+<xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onem2m.org/xml/protocols" 
+	xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" 
+	attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+	
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
+	
+	<xs:element name="reboot">
+		<xs:complexType>
+			<xs:complexContent>
+				<!-- Inherit Common Attributes from data type "mgmtResource" -->
+				<xs:extension base="m2m:mgmtResource">
+					<!-- Resource Specific Attributes -->
+					<xs:sequence>
+						<xs:element name="reboot" type="xs:boolean" />
+						<xs:element name="factoryReset" type="xs:boolean" />
+              
+						<!-- Child Resources -->
+						<xs:choice minOccurs="0" maxOccurs="1">
+							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
+							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
+						</xs:choice>
+					</xs:sequence>
+				</xs:extension>
+			</xs:complexContent>
+		</xs:complexType>
+	</xs:element>
+	
+	<xs:element name="rebootAnnc">
+		<xs:complexType>
+			<xs:complexContent>
+				<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
+				<xs:extension base="m2m:announcedMgmtResource">
+					<!-- Resource Specific Attributes -->
+					<xs:sequence>
+						<xs:element name="reboot" type="xs:boolean" minOccurs="0" />
+						<xs:element name="factoryReset" type="xs:boolean" minOccurs="0" />
+              
+						<!-- Child Resources -->
+						<xs:choice minOccurs="0" maxOccurs="1">
+							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
+							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
+						</xs:choice>
+					</xs:sequence>
+				</xs:extension>
+			</xs:complexContent>
+		</xs:complexType>
+	</xs:element>
+</xs:schema>
diff --git a/CDT-remoteCSE-v1_0_0.xsd b/CDT-remoteCSE-v1_0_0.xsd
index 414a613001379f550ac05528b383a10912fd9344..1032353464b2276a652f45a6f3768bc08414a91e 100644
--- a/CDT-remoteCSE-v1_0_0.xsd
+++ b/CDT-remoteCSE-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -26,17 +26,17 @@ 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-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
 
-	<xs:include schemaLocation="CDT-AE-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-container-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-group-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-accessControlPolicy-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-pollingChannel-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-schedule-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-node-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-locationPolicy-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-AE-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-container-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-group-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-accessControlPolicy-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-pollingChannel-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-schedule-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-node-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-locationPolicy-v1_0_0.xsd" />
 
 	<xs:element name="remoteCSE">
 		<xs:complexType>
diff --git a/CDT-request-v1_0_0.xsd b/CDT-request-v1_0_0.xsd
index 71928b7b752f5b8fca2f3d4218e26de47283b100..3bb3bc71c3f74a1cc2419d8c8ad13b8cf8360451 100644
--- a/CDT-request-v1_0_0.xsd
+++ b/CDT-request-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -27,8 +27,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
 
 	<xs:element name="request">
 		<xs:complexType>
@@ -60,4 +60,4 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 			</xs:complexContent>
 		</xs:complexType>
 	</xs:element>
-</xs:schema>
+</xs:schema>
\ No newline at end of file
diff --git a/CDT-requestPrimitive-v1_0_0.xsd b/CDT-requestPrimitive-v1_0_0.xsd
index fb8e5aa60125ffe06d855c8997c00a34b6f86f39..bb9ce6e2072ef50807cb062b7753a2a6a8be2b1d 100644
--- a/CDT-requestPrimitive-v1_0_0.xsd
+++ b/CDT-requestPrimitive-v1_0_0.xsd
@@ -1,82 +1,81 @@
-<?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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
-
-Notice of Disclaimer & Limitation of Liability 
-
-The information provided in this document is directed solely to professionals who have the appropriate degree of experience 
-to understand and interpret its contents in accordance with generally accepted engineering or other professional standards 
-and applicable regulations. No recommendation as to products or vendors is made or should be implied. 
-
-NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
-GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
-PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
-NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, 
-WITH RESPECT TO ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
-oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-
--->
-<xs:schema xmlns: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-v0_8_0.xsd" /> 
-
-    <xs:element name="requestPrimitive" >
-      <xs:complexType>
-        <xs:sequence>
-          <!-- parameter "Operation"  -->
-          <xs:element name="operation" type="m2m:operation" minOccurs="1"/>
-          <!-- parameter "To" -->
-          <xs:element name="to" type="xs:anyURI" minOccurs="1"/>
-          <!-- parameter "From" -->
-          <xs:element name="from" type="m2m:ID" minOccurs="1"/>
-          <!-- parameter "Request Identifier" -->
-          <xs:element name="requestIdentifier" type="m2m:requestID" minOccurs="1"/> 
-          <!-- parameter "ResourceType" -->
-          <xs:element name="resourceType" type="m2m:resourceType" minOccurs="0"/>
-          <!-- parameter "Name" -->
-          <xs:element name="name" type="xs:string" minOccurs="0"/>
-          <!-- parameter "Content" (of the primitive)-->
-          <xs:element name="content" type="m2m:primitiveContent" minOccurs="0"/> 
-          <!-- parameter "Originating Timestamp" -->
-          <xs:element name="originatingTimestamp" type="m2m:timestamp" minOccurs="0"/>
-          <!-- parameter "Request Expiration Timestamp" -->
-          <xs:element name="requestExpirationTimestamp" type="m2m:timestamp" minOccurs="0"/>
-          <!-- parameter "Result Expiration Timestamp" -->
-          <xs:element name="resultExpirationTimestamp" type="m2m:timestamp" minOccurs="0"/>
-          <!-- parameter "Operation Execution Time" -->
-          <xs:element name="operationExecutionTime" type="m2m:timestamp" minOccurs="0"/>
-          <!-- parameter "Response Type" -->
-          <xs:element name="responseType" type="m2m:resourceType" minOccurs="0"/>
-          <!-- TODO: check if the old names Response Persistense and responsePersistence have been replaced everywhere in TS-0004 -->
-          <!-- parameter "Result Persistence" -->
-          <xs:element name="resultPersistence" type="xs:duration" minOccurs="0"/>
-          <!-- parameter "Result Content" -->
-          <xs:element name="resultContent" type="m2m:resultContent" minOccurs="0"/>
-          <!-- parameter "Event Category" -->
-          <xs:element name="eventCategory" type="m2m:eventCat" minOccurs="0"/>
-          <!-- parameter "Delivery Aggregation" -->
-          <xs:element name="deliveryAggregation" type="xs:boolean" minOccurs="0"/>
-          <!-- parameter "Group Request Identifier" -->
-          <xs:element name="groupRequestIdentifier" type="xs:string" minOccurs="0"/>        
-          <!-- parameter "Filter Criteria" -->
-          <xs:element name="filterCriteria" type="m2m:filterCriteria" minOccurs="0"/>
-          <!-- parameter "Discovery Result Type" -->
-          <xs:element name="discoveryResultType" type="m2m:discResType" minOccurs="0"/>
-        </xs:sequence> 	       
-      </xs:complexType>
-    </xs:element>
-  
-    <xs:element name="attributeList" type="m2m:attributeList"  />
-  
-</xs:schema> 
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Copyright Notification
+
+
+The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices 
+contained in the original materials on any copies of the materials and that you comply strictly with these terms. 
+This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of 
+any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document. 
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+
+Notice of Disclaimer & Limitation of Liability 
+
+The information provided in this document is directed solely to professionals who have the appropriate degree of experience 
+to understand and interpret its contents in accordance with generally accepted engineering or other professional standards 
+and applicable regulations. No recommendation as to products or vendors is made or should be implied. 
+
+NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
+GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
+PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
+NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, 
+WITH RESPECT TO ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
+oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
+
+-->
+<xs:schema xmlns: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-v1_0_0.xsd" /> 
+
+    <xs:element name="requestPrimitive" >
+      <xs:complexType>
+        <xs:sequence>
+          <!-- parameter "Operation"  -->
+          <xs:element name="operation" type="m2m:operation" minOccurs="1"/>
+          <!-- parameter "To" -->
+          <xs:element name="to" type="xs:anyURI" minOccurs="1"/>
+          <!-- parameter "From" -->
+          <xs:element name="from" type="m2m:ID" minOccurs="1"/>
+          <!-- parameter "Request Identifier" -->
+          <xs:element name="requestIdentifier" type="m2m:requestID" minOccurs="1"/> 
+          <!-- parameter "ResourceType" -->
+          <xs:element name="resourceType" type="m2m:resourceType" minOccurs="0"/>
+          <!-- parameter "Name" -->
+          <xs:element name="name" type="xs:string" minOccurs="0"/>
+          <!-- parameter "Content" (of the primitive)-->
+          <xs:element name="content" type="m2m:primitiveContent" minOccurs="0"/> 
+          <!-- parameter "Originating Timestamp" -->
+          <xs:element name="originatingTimestamp" type="m2m:timestamp" minOccurs="0"/>
+          <!-- parameter "Request Expiration Timestamp" -->
+          <xs:element name="requestExpirationTimestamp" type="m2m:timestamp" minOccurs="0"/>
+          <!-- parameter "Result Expiration Timestamp" -->
+          <xs:element name="resultExpirationTimestamp" type="m2m:timestamp" minOccurs="0"/>
+          <!-- parameter "Operation Execution Time" -->
+          <xs:element name="operationExecutionTime" type="m2m:timestamp" minOccurs="0"/>
+          <!-- parameter "Response Type" -->
+          <xs:element name="responseType" type="m2m:resourceType" minOccurs="0"/>
+          <!-- parameter "Result Persistence" -->
+          <xs:element name="resultPersistence" type="xs:duration" minOccurs="0"/>
+          <!-- parameter "Result Content" -->
+          <xs:element name="resultContent" type="m2m:resultContent" minOccurs="0"/>
+          <!-- parameter "Event Category" -->
+          <xs:element name="eventCategory" type="m2m:eventCat" minOccurs="0"/>
+          <!-- parameter "Delivery Aggregation" -->
+          <xs:element name="deliveryAggregation" type="xs:boolean" minOccurs="0"/>
+          <!-- parameter "Group Request Identifier" -->
+          <xs:element name="groupRequestIdentifier" type="xs:string" minOccurs="0"/>        
+          <!-- parameter "Filter Criteria" -->
+          <xs:element name="filterCriteria" type="m2m:filterCriteria" minOccurs="0"/>
+          <!-- parameter "Discovery Result Type" -->
+          <xs:element name="discoveryResultType" type="m2m:discResType" minOccurs="0"/>
+        </xs:sequence> 	       
+      </xs:complexType>
+    </xs:element>
+  
+    <xs:element name="attributeList" type="m2m:attributeList"  />
+  
+</xs:schema> 
+
diff --git a/CDT-responsePrimitive-v1_0_0.xsd b/CDT-responsePrimitive-v1_0_0.xsd
index dd4f9b3dc35eac27426b88dbf71f8b80d6331831..678858aa1d13c675eb2529c09a2975f6691ca488 100644
--- a/CDT-responsePrimitive-v1_0_0.xsd
+++ b/CDT-responsePrimitive-v1_0_0.xsd
@@ -1,74 +1,73 @@
-<?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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
-
-Notice of Disclaimer & Limitation of Liability 
-
-The information provided in this document is directed solely to professionals who have the appropriate degree of experience 
-to understand and interpret its contents in accordance with generally accepted engineering or other professional standards 
-and applicable regulations. No recommendation as to products or vendors is made or should be implied. 
-
-NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
-GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
-PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
-NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, 
-WITH RESPECT TO ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
-oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-
--->
-<xs:schema xmlns: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-v0_8_0.xsd" /> 
-
-  <xs:element name="responsePrimitive" >
-      <xs:complexType>
-        <xs:sequence>
-          <!-- Response Code and Status Code primitive parameters defined in TS-0001 have been merged into
-               Response Status Code  in TS-0004 -->
-          <!-- TODO: Table 6.4.2-1 of TS-0004 needs to be corrected: "m2m:responseStatus" to be replaced by "m2m:responseStatusCode" -->
-          <!-- parameter "Response Status Code" -->
-          <xs:element name="responseStatusCode" type="m2m:responseStatusCode" minOccurs="1"/>
-          <!-- parameter "Request Identifier" -->
-          <xs:element name="requestIdentifier" type="m2m:requestID" minOccurs="1"/> 
-          <!-- parameter "Content" (of the primitive) -->
-          <xs:element name="content" type="m2m:primitiveContent" minOccurs="0"/>
-          <!-- parameter "To" -->
-          <xs:element name="to" type="m2m:ID" minOccurs="0"/>
-          <!-- parameter "From" -->
-          <xs:element name="from" type="m2m:ID" minOccurs="0"/>
-          <!-- parameter "Originating Timestamp" -->
-          <xs:element name="originatingTimestamp" type="m2m:timestamp" minOccurs="0"/>
-          <!-- parameter "Result Expiration Timestamp" -->
-          <xs:element name="resultExpirationTimestamp" type="m2m:timestamp" minOccurs="0"/>
-          <!-- parameter "Event Category" -->
-          <xs:element name="eventCategory" type="m2m:eventCat" minOccurs="0" />
-        </xs:sequence> 	       
-      </xs:complexType>
-    </xs:element>
-  
-  <xs:element name="resource" type="m2m:resourceWrapper"  />
-  
-  <xs:element name="URIlist" type="m2m:listOfURIs"  />
- 
-  <xs:element name="aggregatedResponse" type="m2m:aggregatedResponse" />
-  
-  
-  <xs:complexType name="aggregatedResponse">    
-    <xs:sequence>      
-      <xs:element ref="m2m:responsePrimitive" minOccurs="1" maxOccurs="unbounded"/>      
-    </xs:sequence> 	       
-  </xs:complexType> 
-  
-  
-</xs:schema> 
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Copyright Notification
+
+
+The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices 
+contained in the original materials on any copies of the materials and that you comply strictly with these terms. 
+This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of 
+any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document. 
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+
+Notice of Disclaimer & Limitation of Liability 
+
+The information provided in this document is directed solely to professionals who have the appropriate degree of experience 
+to understand and interpret its contents in accordance with generally accepted engineering or other professional standards 
+and applicable regulations. No recommendation as to products or vendors is made or should be implied. 
+
+NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
+GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
+PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
+NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, 
+WITH RESPECT TO ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
+oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
+
+-->
+<xs:schema xmlns: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-v1_0_0.xsd" /> 
+
+  <xs:element name="responsePrimitive" >
+      <xs:complexType>
+        <xs:sequence>
+          <!-- Response Code and Status Code primitive parameters defined in TS-0001 have been merged into
+               Response Status Code  in TS-0004 -->
+          <!-- parameter "Response Status Code" -->
+          <xs:element name="responseStatusCode" type="m2m:responseStatusCode" minOccurs="1"/>
+          <!-- parameter "Request Identifier" -->
+          <xs:element name="requestIdentifier" type="m2m:requestID" minOccurs="1"/> 
+          <!-- parameter "Content" (of the primitive) -->
+          <xs:element name="content" type="m2m:primitiveContent" minOccurs="0"/>
+          <!-- parameter "To" -->
+          <xs:element name="to" type="m2m:ID" minOccurs="0"/>
+          <!-- parameter "From" -->
+          <xs:element name="from" type="m2m:ID" minOccurs="0"/>
+          <!-- parameter "Originating Timestamp" -->
+          <xs:element name="originatingTimestamp" type="m2m:timestamp" minOccurs="0"/>
+          <!-- parameter "Result Expiration Timestamp" -->
+          <xs:element name="resultExpirationTimestamp" type="m2m:timestamp" minOccurs="0"/>
+          <!-- parameter "Event Category" -->
+          <xs:element name="eventCategory" type="m2m:eventCat" minOccurs="0" />
+        </xs:sequence> 	       
+      </xs:complexType>
+    </xs:element>
+  
+  <xs:element name="resource" type="m2m:resourceWrapper"  />
+  
+  <xs:element name="URIlist" type="m2m:listOfURIs"  />
+ 
+  <xs:element name="aggregatedResponse" type="m2m:aggregatedResponse" />
+  
+  
+  <xs:complexType name="aggregatedResponse">    
+    <xs:sequence>      
+      <xs:element ref="m2m:responsePrimitive" minOccurs="1" maxOccurs="unbounded"/>      
+    </xs:sequence> 	       
+  </xs:complexType> 
+  
+  
+</xs:schema> 
+
diff --git a/CDT-schedule-v1_0_0.xsd b/CDT-schedule-v1_0_0.xsd
index 5e35ef49f5c6a37640079b08b00c181bec3b25b6..fbc3200b2e5b1841319c60d72a65a42e0c15ee2d 100644
--- a/CDT-schedule-v1_0_0.xsd
+++ b/CDT-schedule-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -27,8 +27,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
 
 	<xs:element name="schedule">
 		<xs:complexType>
@@ -36,7 +36,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 				<xs:extension base="m2m:announceableSubordinateResource">
 					<xs:sequence>
 						<!-- Resource Specific Attributes -->
-						<!-- TODO: Editor's notes on multiplicity of 'scheduleElement' attribute: should be 1 --> 
 						<xs:element name="scheduleElement" type="m2m:scheduleEntries"  />
 
 						<!-- Child Resources -->
@@ -64,4 +63,4 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 			</xs:complexContent>
 		</xs:complexType>
 	</xs:element>
-</xs:schema>
+</xs:schema>
\ No newline at end of file
diff --git a/CDT-serviceSubscribedAppRule-v1_0_0.xsd b/CDT-serviceSubscribedAppRule-v1_0_0.xsd
index 283ac7b33439ac9951bb0e6c74d6db235eeb0f6c..96098a580107a18171a76152e0bbffcf287da6b0 100644
--- a/CDT-serviceSubscribedAppRule-v1_0_0.xsd
+++ b/CDT-serviceSubscribedAppRule-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -26,8 +26,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
 
 	<xs:element name="serviceSubscribedAppRule">
 		<xs:complexType>
diff --git a/CDT-serviceSubscribedNode-v1_0_0.xsd b/CDT-serviceSubscribedNode-v1_0_0.xsd
index 2c50cc10b8b887904e0d201c0fbeb781b6deba2d..ddbf54de8496d3dcb326b2e0206e8b64fa4ca636 100644
--- a/CDT-serviceSubscribedNode-v1_0_0.xsd
+++ b/CDT-serviceSubscribedNode-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -26,8 +26,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
 
 	<xs:element name="serviceSubscribedNode">
 		<xs:complexType>
diff --git a/CDT-software-v1_0_0.xsd b/CDT-software-v1_0_0.xsd
index 2ad6b533a7531e7a81ecca0628c499f7b0ea5109..bd6538d93fd2eeaeb093c7671956b2f903a48999 100644
--- a/CDT-software-v1_0_0.xsd
+++ b/CDT-software-v1_0_0.xsd
@@ -1,88 +1,88 @@
-<?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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
-
-Notice of Disclaimer & Limitation of Liability 
-
-The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
-and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
-No recommendation as to products or vendors is made or should be implied. 
-
-NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
-GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
-PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
-NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
-ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
-oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
-
--->
-
-<xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onem2m.org/xml/protocols" 
-	xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" 
-	attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-	
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
-	
-	<xs:element name="software">
-		<xs:complexType>
-			<xs:complexContent>
-				<!-- Inherit Common Attributes from data type "mgmtResource" -->
-				<xs:extension base="m2m:mgmtResource">
-					<!-- Resource Specific Attributes -->
-					<xs:sequence>
-						<xs:element name="version" type="xs:string" />
-						<xs:element name="name" type="xs:string" />
-						<xs:element name="URL" type="xs:anyURI" />
-						<xs:element name="install" type="xs:boolean" minOccurs="0" />
-						<xs:element name="uninstall" type="xs:boolean" minOccurs="0" />
-						<xs:element name="installStatus" type="m2m:actionStatus" minOccurs="0" />
-						<xs:element name="activate" type="xs:boolean" minOccurs="0"/>
-						<xs:element name="deactivate" type="xs:boolean" minOccurs="0"/>
-						<xs:element name="activeStatus" type="m2m:actionStatus" minOccurs="0"/>
-              
-						<!-- Child Resources -->
-						<xs:choice minOccurs="0" maxOccurs="1">
-							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
-							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
-						</xs:choice>
-					</xs:sequence>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	
-	<xs:element name="softwareAnnc">
-		<xs:complexType>
-			<xs:complexContent>
-				<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
-				<xs:extension base="m2m:announcedMgmtResource">
-					<!-- Resource Specific Attributes -->
-					<xs:sequence>
-						<xs:element name="version" type="xs:string" minOccurs="0" />
-						<xs:element name="name" type="xs:string" minOccurs="0" />
-						<xs:element name="URL" type="xs:anyURI" minOccurs="0" />
-						<xs:element name="install" type="xs:boolean" minOccurs="0" />
-						<xs:element name="uninstall" type="xs:boolean" minOccurs="0" />
-						<xs:element name="installStatus" type="m2m:actionStatus" minOccurs="0" />
-						<xs:element name="activate" type="xs:boolean" minOccurs="0"/>
-						<xs:element name="deactivate" type="xs:boolean" minOccurs="0"/>
-						<xs:element name="activeStatus" type="m2m:actionStatus" minOccurs="0"/>
-              
-						<!-- Child Resources -->
-						<xs:choice minOccurs="0" maxOccurs="1">
-							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
-							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
-						</xs:choice>
-					</xs:sequence>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Copyright Notification
+
+The oneM2M Partners authorize you to copy this document, provided that you retain all copyright and other proprietary notices 
+contained in the original materials on any copies of the materials and that you comply strictly with these terms. 
+This copyright permission does not constitute an endorsement of the products or services, nor does it encompass the granting of 
+any patent rights. The oneM2M Partners assume no responsibility for errors or omissions in this document. 
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+
+Notice of Disclaimer & Limitation of Liability 
+
+The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand 
+and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. 
+No recommendation as to products or vendors is made or should be implied. 
+
+NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, 
+GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY 
+PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 
+NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO 
+ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
+oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
+
+-->
+
+<xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onem2m.org/xml/protocols" 
+	xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" 
+	attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+	
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
+	
+	<xs:element name="software">
+		<xs:complexType>
+			<xs:complexContent>
+				<!-- Inherit Common Attributes from data type "mgmtResource" -->
+				<xs:extension base="m2m:mgmtResource">
+					<!-- Resource Specific Attributes -->
+					<xs:sequence>
+						<xs:element name="version" type="xs:string" />
+						<xs:element name="name" type="xs:string" />
+						<xs:element name="URL" type="xs:anyURI" />
+						<xs:element name="install" type="xs:boolean" minOccurs="0" />
+						<xs:element name="uninstall" type="xs:boolean" minOccurs="0" />
+						<xs:element name="installStatus" type="m2m:actionStatus" minOccurs="0" />
+						<xs:element name="activate" type="xs:boolean" minOccurs="0"/>
+						<xs:element name="deactivate" type="xs:boolean" minOccurs="0"/>
+						<xs:element name="activeStatus" type="m2m:actionStatus" minOccurs="0"/>
+              
+						<!-- Child Resources -->
+						<xs:choice minOccurs="0" maxOccurs="1">
+							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
+							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
+						</xs:choice>
+					</xs:sequence>
+				</xs:extension>
+			</xs:complexContent>
+		</xs:complexType>
+	</xs:element>
+	
+	<xs:element name="softwareAnnc">
+		<xs:complexType>
+			<xs:complexContent>
+				<!-- Inherit Common Attributes from data type "announcedMgmtResource" -->
+				<xs:extension base="m2m:announcedMgmtResource">
+					<!-- Resource Specific Attributes -->
+					<xs:sequence>
+						<xs:element name="version" type="xs:string" minOccurs="0" />
+						<xs:element name="name" type="xs:string" minOccurs="0" />
+						<xs:element name="URL" type="xs:anyURI" minOccurs="0" />
+						<xs:element name="install" type="xs:boolean" minOccurs="0" />
+						<xs:element name="uninstall" type="xs:boolean" minOccurs="0" />
+						<xs:element name="installStatus" type="m2m:actionStatus" minOccurs="0" />
+						<xs:element name="activate" type="xs:boolean" minOccurs="0"/>
+						<xs:element name="deactivate" type="xs:boolean" minOccurs="0"/>
+						<xs:element name="activeStatus" type="m2m:actionStatus" minOccurs="0"/>
+              
+						<!-- Child Resources -->
+						<xs:choice minOccurs="0" maxOccurs="1">
+							<xs:element name="childResource" type="m2m:childResourceRef" maxOccurs="unbounded" />
+							<xs:element ref="m2m:subscription" maxOccurs="unbounded" />
+						</xs:choice>
+					</xs:sequence>
+				</xs:extension>
+			</xs:complexContent>
+		</xs:complexType>
+	</xs:element>
+</xs:schema>
diff --git a/CDT-statsCollect-v1_0_0.xsd b/CDT-statsCollect-v1_0_0.xsd
index 977c4ff1bf4056fb51d358c50cbeba8daa62fd72..829ce7d2e2c8e668c273c1044c07f1f90912b871 100644
--- a/CDT-statsCollect-v1_0_0.xsd
+++ b/CDT-statsCollect-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -26,8 +26,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
 
 	<xs:element name="statsCollect">
 		<xs:complexType>
diff --git a/CDT-statsConfig-v1_0_0.xsd b/CDT-statsConfig-v1_0_0.xsd
index e455ba745f05274b5209adacede127224edfffdd..7e523b7b919e6c6cb64b11247dccc4f47a248f90 100644
--- a/CDT-statsConfig-v1_0_0.xsd
+++ b/CDT-statsConfig-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 Notice of Disclaimer & Limitation of Liability 
 
@@ -26,9 +26,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-eventConfig-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-subscription-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-eventConfig-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-subscription-v1_0_0.xsd" />
 
 	<xs:element name="statsConfig">
 		<xs:complexType>
diff --git a/CDT-subscription-v1_0_0.xsd b/CDT-subscription-v1_0_0.xsd
index 7da33fb0271780da6743c894da1afdc12206b663..845fe7d654b66dd6bf3cac7f1f25d2958340f071 100644
--- a/CDT-subscription-v1_0_0.xsd
+++ b/CDT-subscription-v1_0_0.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. 
-© 2014, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
+© 2015, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TTA, TTC). All rights reserved.
 
 
 Notice of Disclaimer & Limitation of Liability 
@@ -27,8 +27,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 <xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onem2m.org/xml/protocols"
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:include schemaLocation="CDT-commonTypes-v0_8_0.xsd" />
-	<xs:include schemaLocation="CDT-schedule-v0_8_0.xsd" />
+	<xs:include schemaLocation="CDT-commonTypes-v1_0_0.xsd" />
+	<xs:include schemaLocation="CDT-schedule-v1_0_0.xsd" />
 
 	<xs:element name="subscription">
 		<xs:complexType>