diff --git a/CDT-CSEBase.xsd b/CDT-CSEBase.xsd index 31e55973a65e23c1e6999a874dc5ca255e39492f..9c01099acf0c0babb42b515d09c8da0dbb8a9edf 100644 --- a/CDT-CSEBase.xsd +++ b/CDT-CSEBase.xsd @@ -64,6 +64,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR </xs:element> <xs:element name="pointOfAccess" type="m2m:poaList" /> <xs:element name="nodeLink" type="xs:anyURI" minOccurs="0" /> + <xs:element name="dynamicAuthorizationConsultationIDs" type="m2m:listOfURIs" minOccurs="0" /> <xs:element name="e2eSecInfo" type="m2m:e2eSecInfo" minOccurs="0" /> <!-- Child Resources --> diff --git a/CDT-enumerationTypes.xsd b/CDT-enumerationTypes.xsd index 4cc6123fe3b301c798228172fa83f8cc138ca533..2f0bffc8c82190fd54586ecb83d03924e037bb0b 100644 --- a/CDT-enumerationTypes.xsd +++ b/CDT-enumerationTypes.xsd @@ -261,6 +261,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:restriction base="xs:integer"> <!-- ACCEPTED --> <xs:enumeration value="1000" /> + <!-- ACCEPTED for nonBlockingRequestSynch --> + <xs:enumeration value="1001" /> + <!-- ACCEPTED for nonBlockingRequestAsynch --> + <xs:enumeration value="1002" /> <!-- OK --> <xs:enumeration value="2000" /> <!-- CREATED --> @@ -309,7 +313,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:enumeration value="4115" /> <!-- ESPRIM_IMPERSONATION_ERROR --> <xs:enumeration value="4116" /> - <!-- INTERNAL_SERVER_ERROR --> + <!-- ORIGINATOR_HAS_ALREADY_REGISTERED --> + <xs:enumeration value="4117" /> + <!-- INTERNAL_SERVER_ERROR --> <xs:enumeration value="5000" /> <!-- NOT_IMPLEMENTED --> <xs:enumeration value="5001" /> @@ -365,6 +371,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:enumeration value="6029" /> </xs:restriction> </xs:simpleType> + <xs:simpleType name="requestStatus"> <xs:annotation> diff --git a/CDT-remoteCSE.xsd b/CDT-remoteCSE.xsd index 44a2943c3e6a16e4d8eddeaf3dd2b67cd476a0a4..45d5f8d9e8b37eed7703059358ed88bc958dc25e 100644 --- a/CDT-remoteCSE.xsd +++ b/CDT-remoteCSE.xsd @@ -53,8 +53,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:element name="Trigger-Recipient-ID" type="m2m:triggerRecipientID" minOccurs="0" /> <xs:element name="requestReachability" type="xs:boolean" /> <xs:element name="nodeLink" type="xs:anyURI" minOccurs="0" /> - <xs:element name="e2eSecInfo" type="m2m:e2eSecInfo" minOccurs="0" /> <xs:element name="triggerReferenceNumber" type="xs:unsignedInt" minOccurs="0" /> + <xs:element name="e2eSecInfo" type="m2m:e2eSecInfo" minOccurs="0" /> <!-- Child Resources --> <xs:choice minOccurs="0" maxOccurs="1"> diff --git a/CDT-responsePrimitive.xsd b/CDT-responsePrimitive.xsd index aca28c3969207e3bafddb6ea9a803ac4541896c1..e3805e3cc25f1c0ed7b533cbbd8ea9a0da08f63c 100644 --- a/CDT-responsePrimitive.xsd +++ b/CDT-responsePrimitive.xsd @@ -151,8 +151,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR </xs:complexType> <xs:complexType name="listOfChildResourceRef"> - <xs:sequence> - <xs:element name="childResource" type="m2m:childResourceRef" minOccurs="0" maxOccurs="unbounded" /> + <xs:sequence> + <xs:element name="resourceRef" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType>