From 29003803d5d8301abaebc89e7f706f2598534788 Mon Sep 17 00:00:00 2001 From: wgranzow <wgranzow@qti.qualcomm.com> Date: Tue, 11 Aug 2015 11:41:36 +0200 Subject: [PATCH] changes due to PRO-2015-0780R01-location_update_period --- v2_0_0/CDT-commonTypes-v2_0_0.xsd | 3 +++ v2_0_0/CDT-locationPolicy-v2_0_0.xsd | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/v2_0_0/CDT-commonTypes-v2_0_0.xsd b/v2_0_0/CDT-commonTypes-v2_0_0.xsd index 02b37d7..4e2c999 100644 --- a/v2_0_0/CDT-commonTypes-v2_0_0.xsd +++ b/v2_0_0/CDT-commonTypes-v2_0_0.xsd @@ -233,6 +233,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR </xs:restriction> </xs:simpleType> + <xs:simpleType name="listOfDuration"> + <list itemType="xs:duration" /> + </xs:simpleType> <!--********************** --> <!-- oneM2M Complex Types --> diff --git a/v2_0_0/CDT-locationPolicy-v2_0_0.xsd b/v2_0_0/CDT-locationPolicy-v2_0_0.xsd index d2f17f6..f7b1976 100644 --- a/v2_0_0/CDT-locationPolicy-v2_0_0.xsd +++ b/v2_0_0/CDT-locationPolicy-v2_0_0.xsd @@ -38,7 +38,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:sequence> <!-- Resource Specific Attributes --> <xs:element name="locationSource" type="m2m:locationSource" /> - <xs:element name="locationUpdatePeriod" type="xs:duration" minOccurs="0" /> + <xs:element name="locationUpdatePeriod" type="m2m:listOfDuration" minOccurs="0" /> <xs:element name="locationTargetID" type="m2m:nodeID" minOccurs="0" /> <xs:element name="locationServer" type="xs:anyURI" minOccurs="0" /> <xs:element name="locationContainerID" type="xs:anyURI" minOccurs="0" /> @@ -66,7 +66,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:sequence> <!-- Resource Specific Attributes --> <xs:element name="locationSource" type="m2m:locationSource" minOccurs="0" /> - <xs:element name="locationUpdatePeriod" type="xs:duration" minOccurs="0" /> + <xs:element name="locationUpdatePeriod" type="m2m:listOfDuration" minOccurs="0" /> <xs:element name="locationTargetID" type="m2m:nodeID" minOccurs="0" /> <xs:element name="locationServer" type="xs:anyURI" minOccurs="0" /> <xs:element name="locationContainerID" type="xs:anyURI" minOccurs="0" /> -- GitLab