From c3d749656eafc4998988ee541617548e5046263e Mon Sep 17 00:00:00 2001 From: PeterNiblett <pdn3270@gmail.com> Date: Thu, 21 May 2015 06:24:51 +0900 Subject: [PATCH] locationStatus attribute changed to xs:string (part 2) --- v1_1_0/CDT-locationPolicy-v1_1_0.xsd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v1_1_0/CDT-locationPolicy-v1_1_0.xsd b/v1_1_0/CDT-locationPolicy-v1_1_0.xsd index 14c2825..c498b18 100644 --- a/v1_1_0/CDT-locationPolicy-v1_1_0.xsd +++ b/v1_1_0/CDT-locationPolicy-v1_1_0.xsd @@ -71,8 +71,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:element name="locationServer" type="xs:anyURI" minOccurs="0" /> <xs:element name="locationContainerID" type="xs:anyURI" minOccurs="0" /> <xs:element name="locationContainerName" type="xs:string" minOccurs="0" /> - <!-- TODO: Data type changed from "xs:string" to "m2m:status". Table 7.3.10.1-3 of TS-0004 needs to be corrected --> - <xs:element name="locationStatus" type="m2m:status" minOccurs="0" /> + <xs:element name="locationStatus" type="xs:string" minOccurs="0" /> <!-- No Child Resources --> </xs:sequence> -- GitLab