Skip to content
Snippets Groups Projects
Commit 2170c6f5 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

XSD v2_34_0 baseline

parent 3cc46eb2
No related branches found
No related tags found
No related merge requests found
...@@ -295,7 +295,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -295,7 +295,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration value="4104" /> <xs:enumeration value="4104" />
<!-- CONFLICT --> <!-- CONFLICT -->
<xs:enumeration value="4105" /> <xs:enumeration value="4105" />
<!-- ORIGINATOR_HAS_NOT_REGISTERED --> <!-- ORIGINATOR_NOT_AUTHENTICATED -->
<xs:enumeration value="4106" /> <xs:enumeration value="4106" />
<!-- SECURITY_ASSOCIATION_REQUIRED --> <!-- SECURITY_ASSOCIATION_REQUIRED -->
<xs:enumeration value="4107" /> <xs:enumeration value="4107" />
...@@ -436,7 +436,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -436,7 +436,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration value="9" /> <xs:enumeration value="9" />
<!-- locationPolicy --> <!-- locationPolicy -->
<xs:enumeration value="10" /> <xs:enumeration value="10" />
<!-- m2mServiceSubscription --> <!-- m2mServiceSubscriptionProfile -->
<xs:enumeration value="11" /> <xs:enumeration value="11" />
<!-- mgmtCmd --> <!-- mgmtCmd -->
<xs:enumeration value="12" /> <xs:enumeration value="12" />
......
...@@ -48,7 +48,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -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" /> <xs:element name="execNumber" type="xs:nonNegativeInteger" minOccurs="0" />
<!-- Child Resources --> <!-- 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:element name="childResource" type="m2m:childResourceRef" minOccurs="1" maxOccurs="unbounded" />
<xs:choice minOccurs="1" maxOccurs="unbounded"> <xs:choice minOccurs="1" maxOccurs="unbounded">
<xs:element ref="m2m:execInstance" /> <xs:element ref="m2m:execInstance" />
......
...@@ -58,7 +58,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -58,7 +58,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:element> </xs:element>
<xs:element name="verificationRequest" type="xs:boolean" minOccurs="0"/> <xs:element name="verificationRequest" type="xs:boolean" minOccurs="0"/>
<xs:element name="subscriptionDeletion" 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="creator" type="m2m:ID" minOccurs="0"/>
<xs:element name="notificationForwardingURI" type="xs:anyURI" minOccurs="0"/> <xs:element name="notificationForwardingURI" type="xs:anyURI" minOccurs="0"/>
<xs:element name="notificationTarget" type="m2m:ID" minOccurs="0"/> <xs:element name="notificationTarget" type="m2m:ID" minOccurs="0"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment