From e641bd9d976ad4cb11514e9471780cbb21d27475 Mon Sep 17 00:00:00 2001
From: seeddn <dale.seed@interdigital.com>
Date: Tue, 13 Jan 2015 13:22:04 -0500
Subject: [PATCH] Update CDT-commonTypes-v0_8_0.xsd

Added actionStatus complexType
---
 CDT-commonTypes-v0_8_0.xsd | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/CDT-commonTypes-v0_8_0.xsd b/CDT-commonTypes-v0_8_0.xsd
index 38f053e..c01aa03 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>
-- 
GitLab