diff --git a/CDT-commonTypes-v0_8_0.xsd b/CDT-commonTypes-v0_8_0.xsd
index 38f053e2ecc6301685e66fbc2333f5a8cde52aae..c01aa03e9f6f6bb78e0a1c3a2946cfa8248d2fc0 100644
--- a/CDT-commonTypes-v0_8_0.xsd
+++ b/CDT-commonTypes-v0_8_0.xsd
@@ -103,12 +103,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 			<xs:extension base="xs:anyURI">
 			</xs:extension>
 		</xs:simpleContent>
-	</xs:complexType>
- 	
-	<!-- TODO: decide which of these two we prefer and use it consistently -->
-	<xs:simpleType name="listOfURIs">
-		<list itemType="xs:anyURI" />
-	</xs:simpleType>
+	</xs:complexType>
+ 	
+	<!-- TODO: decide which of these two we prefer and use it consistently -->
+	<xs:simpleType name="listOfURIs">
+		<list itemType="xs:anyURI" />
+	</xs:simpleType>
 
 	<xs:complexType name="AnyURIList">
 		<xs:sequence>
@@ -483,4 +483,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 		<xs:list itemType="m2m:eventCatType" /> 
 	</xs:simpleType>	
 	
+	<!--   "actionStatus" is used accross mgmtObj resources                  -->
+        <xs:complexType name="actionStatus">
+        	<xs:sequence>
+        		<xs:element name="action" type="xs:anyURI" minOccurs="0"/>
+        		<xs:element name="status" type="m2m:status" minOccurs="0"/>
+        	</xs:sequence>
+        </xs:complexType>	
+    
 </xs:schema>