From 7bea036117f3946502bd5fc008d3bd86d8e40611 Mon Sep 17 00:00:00 2001 From: reinaortega <miguelangel.reinaortega@etsi.org> Date: Mon, 11 May 2020 13:41:04 +0200 Subject: [PATCH] XSD v2_10_0 baseline --- CDT-commonTypes.xsd | 2 +- CDT-notification.xsd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CDT-commonTypes.xsd b/CDT-commonTypes.xsd index 1a9eba2..9b459b2 100644 --- a/CDT-commonTypes.xsd +++ b/CDT-commonTypes.xsd @@ -486,7 +486,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <!-- primitiveContent defined in CDT-reqestPrimitive and CDT-responsePrimitive ??? --> <xs:complexType name="primitiveContent"> - <xs:choice minOccurs="0" maxOccurs="unbounded"> + <xs:choice minOccurs="0" > <xs:any namespace="http://www.onem2m.org/xml/protocols" processContents="lax" /> <xs:any namespace="##other" processContents="lax" /> </xs:choice> diff --git a/CDT-notification.xsd b/CDT-notification.xsd index 777a376..26ac7ff 100644 --- a/CDT-notification.xsd +++ b/CDT-notification.xsd @@ -91,9 +91,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:enumeration value="1" /> <!-- Dynamic Authorization Response --> <xs:enumeration value="2" /> - <!-- Receiver E2E Rand Object Request --> + <!-- receiverESPrimRandObject Request --> <xs:enumeration value="3" /> - <!-- Receiver E2E Rand Object Response --> + <!-- receiverESPrimRandObject Response --> <xs:enumeration value="4" /> <!-- ESPrim Object --> <xs:enumeration value="5" /> -- GitLab