From a02100238422811e70975c1e1c14ff15f9df57ea Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Tue, 17 May 2022 14:08:47 +0200 Subject: [PATCH] SDS-2020-0175R01 - TS-0004-time_synchronization_compensation_R4 Signed-off-by: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> --- CDT-AE.xsd | 1 + CDT-remoteCSE.xsd | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CDT-AE.xsd b/CDT-AE.xsd index 9ea0686..5f1e8d5 100644 --- a/CDT-AE.xsd +++ b/CDT-AE.xsd @@ -67,6 +67,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:element name="sessionCapabilities" type="m2m:sessionCapabilities" minOccurs="0" /> <xs:element name="triggerEnable" type="xs:boolean" minOccurs="0" /> <xs:element name="activityPatternElements" type="m2m:activityPatternElements" minOccurs="0" /> + <xs:element name="enableTimeCompensation" type="xs:boolean" minOccurs="0" /> <!-- Child Resources --> <xs:choice minOccurs="0" maxOccurs="1"> diff --git a/CDT-remoteCSE.xsd b/CDT-remoteCSE.xsd index 5937fc9..645b443 100644 --- a/CDT-remoteCSE.xsd +++ b/CDT-remoteCSE.xsd @@ -70,7 +70,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:element name="externalGroupID" type="m2m:externalID" minOccurs="0" /> <xs:element name="triggerEnable" type="xs:boolean" minOccurs="0" /> <xs:element name="activityPatternElements" type="m2m:activityPatternElements" minOccurs="0" /> - + <xs:element name="enableTimeCompensation" type="xs:boolean" minOccurs="0" /> + <!-- Child Resources --> <xs:choice minOccurs="0" maxOccurs="1"> <xs:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" /> -- GitLab