diff --git a/CDT-enumerationTypes-v0_8_0.xsd b/CDT-enumerationTypes-v0_8_0.xsd
index d9dd56979bf86324ab43a7218027f7ac2391787c..b56d15f6b18b275e56b81a02119b7b30a896d566 100644
--- a/CDT-enumerationTypes-v0_8_0.xsd
+++ b/CDT-enumerationTypes-v0_8_0.xsd
@@ -360,7 +360,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 		</xs:restriction>
 	</xs:simpleType>
 
-	<xs:simpleType name="execStateType">
+	<xs:simpleType name="execStatusType">
 		<xs:annotation>
 			<xs:documentation>Used for execStatusType attribute in &lt;execInstance&gt; resource.</xs:documentation>
 		</xs:annotation>
diff --git a/CDT-execInstance-v0_8_0.xsd b/CDT-execInstance-v0_8_0.xsd
index 3172f9468867f5a10eecb555447e028796b2755b..87df206600a40221838b38bb3deb48135205f9ac 100644
--- a/CDT-execInstance-v0_8_0.xsd
+++ b/CDT-execInstance-v0_8_0.xsd
@@ -36,9 +36,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 				<xs:extension base="m2m:regularResource">
 					<xs:sequence>
 						<!-- Resource Specific Attributes -->
-
-						<!-- TODO: in TS-0004 7.2.16 this is called m2m:execStatusType, but in the enums it is called execStateType -->
-						<xs:element name="execStatus" type="m2m:execStateType" />
+              			<xs:element name="execStatus" type="m2m:execStatusType" />
 						<xs:element name="execResult" type="m2m:execResultType" />
 
 						<!-- TODO: in TS-0004 7.2.16 this is shown as xs:string, but the text suggests that it is a URI -->
diff --git a/CDT-mgmtCmd-v0_8_0.xsd b/CDT-mgmtCmd-v0_8_0.xsd
index 8e1835ba32d30ca5342e0f0fa6e35bca86dd9b9d..04ec5b81c1561c2f23c5118cb0b91adc4eb2e6c4 100644
--- a/CDT-mgmtCmd-v0_8_0.xsd
+++ b/CDT-mgmtCmd-v0_8_0.xsd
@@ -39,22 +39,22 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 					<xs:sequence>
 						<!-- Resource Specific Attributes -->
 						<xs:element name="description" type="xs:string" minOccurs="0" />
-						<xs:element name="cmdType" type="m2m:cmdType" />                      
-						<xs:element name="execReqType" type="m2m:execReqArgsListType" minOccurs="0" />
+						<xs:element name="cmdType" type="m2m:cmdType" />
+						<xs:element name="execReqArgs" type="m2m:execReqArgsListType" minOccurs="0" />
 						<xs:element name="execEnable" type="xs:anyURI" />
-                        <xs:element name="execTarget" type="m2m:nodeID" />
-                        <xs:element name="execMode" type="m2m:execModeType" minOccurs="0" />
-                        <xs:element name="execFrequency" type="xs:duration" minOccurs="0" />
-                        <xs:element name="execDelay" type="xs:duration" minOccurs="0" />
-                        <xs:element name="execNumber" type="xs:nonNegativeInteger" minOccurs="0" />
-	
+						<xs:element name="execTarget" type="m2m:nodeID" />
+						<xs:element name="execMode" type="m2m:execModeType" minOccurs="0" />
+						<xs:element name="execFrequency" type="xs:duration" minOccurs="0" />
+						<xs:element name="execDelay" type="xs:duration" minOccurs="0" />
+						<xs:element name="execNumber" type="xs:nonNegativeInteger" minOccurs="0" />
+
 						<!-- Child Resources -->
-						<xs:choice minOccurs="1" maxOccurs="1">
-		                    <xs:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" />			
-							<xs:sequence>
-								<xs:element ref="m2m:execInstance"/>
-								<xs:element ref="m2m:subscription" minOccurs="0" maxOccurs="unbounded" />
-							</xs:sequence>
+						<xs:choice minOccurs="0" maxOccurs="1">
+							<xs:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" />
+							<xs:choice minOccurs="1" maxOccurs="unbounded">
+								<xs:element ref="m2m:execInstance" />
+								<xs:element ref="m2m:subscription" />
+							</xs:choice>
 						</xs:choice>
 					</xs:sequence>
 				</xs:extension>
diff --git a/CDT-node-v0_8_0.xsd b/CDT-node-v0_8_0.xsd
index 15caa7cbba2c9c52257ae2ebc6e7ba77cea9b47d..2e1d84bb628e8f74813003acee064c1fd316aed1 100644
--- a/CDT-node-v0_8_0.xsd
+++ b/CDT-node-v0_8_0.xsd
@@ -52,7 +52,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="nodeID" type="m2m:nodeID" />
 
 						<!-- TODO: This attribute is called hostedCSEID in TS-0004, but is called hostedCSELink in TS-0001 -->
-						<xs:element name="hostedCSEID" type="m2m:ID" minOccurs="0" />
+						<xs:element name="hostedCSELink" type="m2m:ID" minOccurs="0" />
 
 						<!-- Child Resources -->
 						<xs:choice minOccurs="0" maxOccurs="1">
@@ -89,7 +89,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
                         <xs:element name="nodeID" type="m2m:nodeID" />
 
                         <!-- TODO: This attribute is called hostedCSEID in TS-0004, but is called hostedCSELink in TS-0001 -->
-                        <xs:element name="hostedCSEID" type="m2m:ID" minOccurs="0" />
+                        <xs:element name="hostedCSELink" type="m2m:ID" minOccurs="0" />
 
                         <!-- Child Resources -->
                         <xs:choice minOccurs="0" maxOccurs="1">
diff --git a/CDT-pollingChannel-v0_8_0.xsd b/CDT-pollingChannel-v0_8_0.xsd
index 030da4b6dd6040ee6a3729f85873b2e5e444795d..63e19575baabced78f31d3fc9b02804c05e2baca 100644
--- a/CDT-pollingChannel-v0_8_0.xsd
+++ b/CDT-pollingChannel-v0_8_0.xsd
@@ -36,12 +36,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 				<!-- Inherit common attributes -->
 				<xs:extension base="m2m:regularResource">
 					<xs:sequence>
-						<!-- Resource Specific Attributes -->
-						<!-- TODO: Not clear if there is supposed to be a creator attribute or not -->
-						<xs:element name="creator" type="m2m:ID" minOccurs="0" />
-						
+						<!-- No Resource Specific Attributes -->
+
 						<!-- Child Resources -->
-						<!-- TODO: decide if this is how we want to represent virtual resources or not -->
 						<xs:element name="pollingChannelURI" type="xs:anyURI" />
 					</xs:sequence>
 				</xs:extension>
diff --git a/CDT-statsConfig-v0_8_0.xsd b/CDT-statsConfig-v0_8_0.xsd
index 16eb9e5682036707885a8de54f4660354c68586c..e455ba745f05274b5209adacede127224edfffdd 100644
--- a/CDT-statsConfig-v0_8_0.xsd
+++ b/CDT-statsConfig-v0_8_0.xsd
@@ -27,7 +27,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	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" />