From 2170c6f50a1525eb8afe922113310db8b228ec44 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Tue, 6 Feb 2024 16:07:58 +0100 Subject: [PATCH] XSD v2_34_0 baseline --- CDT-enumerationTypes.xsd | 4 ++-- CDT-mgmtCmd.xsd | 2 +- CDT-notification.xsd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CDT-enumerationTypes.xsd b/CDT-enumerationTypes.xsd index 00f337d..3bbe841 100644 --- a/CDT-enumerationTypes.xsd +++ b/CDT-enumerationTypes.xsd @@ -295,7 +295,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:enumeration value="4104" /> <!-- CONFLICT --> <xs:enumeration value="4105" /> - <!-- ORIGINATOR_HAS_NOT_REGISTERED --> + <!-- ORIGINATOR_NOT_AUTHENTICATED --> <xs:enumeration value="4106" /> <!-- SECURITY_ASSOCIATION_REQUIRED --> <xs:enumeration value="4107" /> @@ -436,7 +436,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:enumeration value="9" /> <!-- locationPolicy --> <xs:enumeration value="10" /> - <!-- m2mServiceSubscription --> + <!-- m2mServiceSubscriptionProfile --> <xs:enumeration value="11" /> <!-- mgmtCmd --> <xs:enumeration value="12" /> diff --git a/CDT-mgmtCmd.xsd b/CDT-mgmtCmd.xsd index 8c341be..437180e 100644 --- a/CDT-mgmtCmd.xsd +++ b/CDT-mgmtCmd.xsd @@ -48,7 +48,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:element name="execNumber" type="xs:nonNegativeInteger" minOccurs="0" /> <!-- Child Resources --> - <xs:choice minOccurs="1" maxOccurs="1"> + <xs:choice minOccurs="0" maxOccurs="1"> <xs:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" /> <xs:choice minOccurs="1" maxOccurs="unbounded"> <xs:element ref="m2m:execInstance" /> diff --git a/CDT-notification.xsd b/CDT-notification.xsd index 1db2512..29dfd6f 100644 --- a/CDT-notification.xsd +++ b/CDT-notification.xsd @@ -58,7 +58,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR </xs:element> <xs:element name="verificationRequest" type="xs:boolean" minOccurs="0"/> <xs:element name="subscriptionDeletion" type="xs:boolean" minOccurs="0"/> - <xs:element name="subscriptionReference" type="xs:anyURI" minOccurs="0"/> + <xs:element name="subscriptionReference" type="xs:anyURI" /> <xs:element name="creator" type="m2m:ID" minOccurs="0"/> <xs:element name="notificationForwardingURI" type="xs:anyURI" minOccurs="0"/> <xs:element name="notificationTarget" type="m2m:ID" minOccurs="0"/> -- GitLab