From b346d37fd71afce7d3828b3b0045063c31208351 Mon Sep 17 00:00:00 2001
From: Wolfgang Granzow <wgranzow@qti.qualcomm.com>
Date: Tue, 14 Mar 2017 09:42:32 +0100
Subject: [PATCH] Rel-1 changes approved at PRO#27

See PRO-2017-0058 for the CR references and detailed list of changes
---
 v1_12_0/CDT-commonTypes-v1_12_0.xsd           |  2 +-
 v1_12_0/CDT-enumerationTypes-v1_12_0.xsd      | 26 -------------------
 ...-m2mServiceSubscriptionProfile-v1_12_0.xsd |  7 +----
 3 files changed, 2 insertions(+), 33 deletions(-)

diff --git a/v1_12_0/CDT-commonTypes-v1_12_0.xsd b/v1_12_0/CDT-commonTypes-v1_12_0.xsd
index 1f7e189..9f321f6 100644
--- a/v1_12_0/CDT-commonTypes-v1_12_0.xsd
+++ b/v1_12_0/CDT-commonTypes-v1_12_0.xsd
@@ -325,7 +325,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 
 	<xs:complexType name="primitiveContent">
 		<xs:sequence>
-			<xs:any namespace="http://www.onem2m.org/xml/protocols" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
+			<xs:any namespace="http://www.onem2m.org/xml/protocols" processContents="lax" minOccurs="0" />
 		</xs:sequence>
 	</xs:complexType>
 	
diff --git a/v1_12_0/CDT-enumerationTypes-v1_12_0.xsd b/v1_12_0/CDT-enumerationTypes-v1_12_0.xsd
index 4229687..67e85b6 100644
--- a/v1_12_0/CDT-enumerationTypes-v1_12_0.xsd
+++ b/v1_12_0/CDT-enumerationTypes-v1_12_0.xsd
@@ -883,32 +883,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
         </xs:restriction>
     </xs:simpleType>
     
-    <xs:simpleType name="SRole-ID">
-        <xs:restriction base="xs:token">
-            <!-- Software Management -->
-            <xs:enumeration value="01-001" />
-            <!-- Device Configuration -->
-            <xs:enumeration value="02-001" />
-            <!-- Device Diagnostics and Management -->
-            <xs:enumeration value="02-002" />
-            <!-- Device Firmware Management -->
-            <xs:enumeration value="02-003" />
-            <!-- Device Topology -->
-            <xs:enumeration value="02-004" />
-            <!-- Location -->
-            <xs:enumeration value="03-001" />
-            <!-- Basic Data -->
-            <xs:enumeration value="04-001" />
-            <!-- Onboarding -->
-            <xs:enumeration value="05-001" />
-            <!-- Security Administration -->
-            <xs:enumeration value="06-001" />
-            <!-- Groups Management -->
-            <xs:enumeration value="07-001" />
-            <!-- Event Collection -->
-            <xs:enumeration value="08-001" />
-        </xs:restriction>
-    </xs:simpleType>
     
     <xs:simpleType name="filterUsage">
         <xs:annotation>
diff --git a/v1_12_0/CDT-m2mServiceSubscriptionProfile-v1_12_0.xsd b/v1_12_0/CDT-m2mServiceSubscriptionProfile-v1_12_0.xsd
index 3c5a632..fc2e779 100644
--- a/v1_12_0/CDT-m2mServiceSubscriptionProfile-v1_12_0.xsd
+++ b/v1_12_0/CDT-m2mServiceSubscriptionProfile-v1_12_0.xsd
@@ -37,12 +37,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 -->
-						<xs:element name="serviceRoles" minOccurs="0">
-							<xs:simpleType>
-								<xs:list itemType="m2m:SRole-ID" />
-							</xs:simpleType>
-						</xs:element>
-
+						
 						<!-- Child Resources -->
 						<xs:choice minOccurs="0" maxOccurs="1">
 							<xs:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" />
-- 
GitLab