From 1ea84ca7ad2e52f40567cf84c9cc5a67977ca104 Mon Sep 17 00:00:00 2001
From: wgranzow <wgranzow@qti.qualcomm.com>
Date: Mon, 10 Aug 2015 17:02:59 +0200
Subject: [PATCH] Change agreed in
 PRO-2015-0804R01-XSD-related_updates_to_TS-0004

Corrected in m2m:announceableSubordinateResource data type of
announcedAttribute to list of xs:NCName (this change was missing in XSD
v1_2_0
---
 v1_3_0/CDT-commonTypes-v1_3_0.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v1_3_0/CDT-commonTypes-v1_3_0.xsd b/v1_3_0/CDT-commonTypes-v1_3_0.xsd
index 1c8045c..5a1293b 100644
--- a/v1_3_0/CDT-commonTypes-v1_3_0.xsd
+++ b/v1_3_0/CDT-commonTypes-v1_3_0.xsd
@@ -538,7 +538,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:simpleType>
 							<xs:restriction> 
 								<xs:simpleType> 
-									<xs:list itemType="xs:token" />
+									<xs:list itemType="xs:NCName" />
 								</xs:simpleType>
 								<xs:minLength value="1" /> 
 							</xs:restriction> 
-- 
GitLab