From 329d3a17c29f8dbe250e83b3058eee904f9e0270 Mon Sep 17 00:00:00 2001 From: reinaortega <miguelangel.reinaortega@etsi.org> Date: Wed, 14 Oct 2020 10:56:46 +0200 Subject: [PATCH] XSD v3_15_0 baseline Signed-off-by: reinaortega <miguelangel.reinaortega@etsi.org> --- CDT-notification.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CDT-notification.xsd b/CDT-notification.xsd index 4905891..b7e6c18 100644 --- a/CDT-notification.xsd +++ b/CDT-notification.xsd @@ -74,8 +74,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR </xs:element> <xs:element name="AERegistrationPointChange" type="xs:boolean" minOccurs="0"/> <xs:element name="AEReferenceIDChange" type="xs:boolean" minOccurs="0"/> - <xs:element name="trackingID1" type="m2m:ID" minOccurs="1"/> - <xs:element name="trackingID2" type="m2m:ID" minOccurs="1"/> + <xs:element name="trackingID1" type="m2m:ID" minOccurs="0"/> + <xs:element name="trackingID2" type="m2m:ID" minOccurs="0"/> </xs:sequence> </xs:complexType> -- GitLab