From 4b64de24f73eb86256c54ecfc1e51533410edddc Mon Sep 17 00:00:00 2001 From: Wolfgang Granzow <wgranzow@qti.qualcomm.com> Date: Tue, 14 Mar 2017 09:43:49 +0100 Subject: [PATCH] Rel-2 changes agreed at PRO#27 See PRO-2017-0058 for the CR references and detailed list of changes --- v2_10_0/CDT-commonTypes-v2_10_0.xsd | 2 +- v2_10_0/CDT-notification-v2_10_0.xsd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v2_10_0/CDT-commonTypes-v2_10_0.xsd b/v2_10_0/CDT-commonTypes-v2_10_0.xsd index 6bdc746..e703809 100644 --- a/v2_10_0/CDT-commonTypes-v2_10_0.xsd +++ b/v2_10_0/CDT-commonTypes-v2_10_0.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/v2_10_0/CDT-notification-v2_10_0.xsd b/v2_10_0/CDT-notification-v2_10_0.xsd index e4be888..048bd8d 100644 --- a/v2_10_0/CDT-notification-v2_10_0.xsd +++ b/v2_10_0/CDT-notification-v2_10_0.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