From fcdd96d8d9376a5c7b52ee7b0928c1fe58b30724 Mon Sep 17 00:00:00 2001
From: Wolfgang Granzow <wgranzow@qti.qualcomm.com>
Date: Fri, 2 Jun 2017 20:59:46 +0200
Subject: [PATCH] Rel-2 changes agreed at PRO#29

See PRO-2017-0141 for a detailed description of the changes
---
 v2_12_0/CDT-commonTypes-v2_12_0.xsd | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/v2_12_0/CDT-commonTypes-v2_12_0.xsd b/v2_12_0/CDT-commonTypes-v2_12_0.xsd
index f422b79..6e9004b 100644
--- a/v2_12_0/CDT-commonTypes-v2_12_0.xsd
+++ b/v2_12_0/CDT-commonTypes-v2_12_0.xsd
@@ -359,7 +359,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	
 	<xs:simpleType name="descriptorRepresentation">
 		<xs:restriction base="xs:string">
-			<xs:pattern value="application\/rdf\+xml\:1" />
+			<xs:pattern value="application/rdf\+xml:1" />
 		</xs:restriction>
 	</xs:simpleType>
 	
@@ -426,7 +426,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	<xs:complexType name="metaInformation">
 		<xs:sequence>
 			<xs:element name="resourceType" type="m2m:resourceType" minOccurs="0" />
-			<xs:element name="name" type="xs:NCName" minOccurs="0" />
 			<xs:element name="originatingTimestamp" type="m2m:timestamp" minOccurs="0" />
 			<xs:element name="requestExpirationTimestamp" type="m2m:absRelTimestamp" minOccurs="0" />
 			<xs:element name="resultExpirationTimestamp" type="m2m:absRelTimestamp" minOccurs="0" />
-- 
GitLab