From ef35cef742dd8354191b241302741da5f4f660c0 Mon Sep 17 00:00:00 2001
From: wgranzow <wgranzow@qti.qualcomm.com>
Date: Tue, 28 Apr 2015 13:46:50 +0200
Subject: [PATCH] locationStatus attribute changed to xs:string

This was agreed when discussing PRO-2015-0731R03
---
 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 acafaa1..14c2825 100644
--- a/v1_1_0/CDT-locationPolicy-v1_1_0.xsd
+++ b/v1_1_0/CDT-locationPolicy-v1_1_0.xsd
@@ -43,8 +43,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" />
+						<xs:element name="locationStatus" type="xs:string" />
 
 						<!-- Child Resources -->
 						<xs:choice minOccurs="0" maxOccurs="1">
-- 
GitLab