From 796a3b4d4fec009f4538a1b17c3ccf13cfe0419a Mon Sep 17 00:00:00 2001 From: wgranzow <wgranzow@qti.qualcomm.com> Date: Tue, 14 Apr 2015 18:11:23 +0200 Subject: [PATCH] further corrections after PRO#16 1) Removed include statement for subscription resource, 2) in documentation text,, replaced "m2m:permittedBooleanValues" with "restricted list of xs:boolean" (as agreed in PRO-2015-0731R03 change 11) --- v1_1_0/CDT-cmdhLimits-v1_1_0.xsd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v1_1_0/CDT-cmdhLimits-v1_1_0.xsd b/v1_1_0/CDT-cmdhLimits-v1_1_0.xsd index 3799190..884cf66 100644 --- a/v1_1_0/CDT-cmdhLimits-v1_1_0.xsd +++ b/v1_1_0/CDT-cmdhLimits-v1_1_0.xsd @@ -29,7 +29,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR elementFormDefault="unqualified" attributeFormDefault="unqualified" > <xs:include schemaLocation="CDT-commonTypes-v1_1_0.xsd" /> - <xs:include schemaLocation="CDT-subscription-v1_1_0.xsd" /> <xs:element name="cmdhLimits"> <xs:complexType> @@ -53,7 +52,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:simpleType> <xs:restriction base="xs:token"> <xs:annotation> - <xs:documentation>defines data type denoted "m2m:permittedBooleanValues" in TS-0004 D.12.5 + <xs:documentation>defines data type denoted "restricted list of xs:boolean" in TS-0004 D.12.5 </xs:documentation> </xs:annotation> <!-- False --> -- GitLab