Skip to content
Snippets Groups Projects
Commit 6fa921a8 authored by Peter Niblett's avatar Peter Niblett
Browse files

SDS-2020-0194R01-TS-0004_allowed_serializations_R3 change 2

Remove m2m:seralizationType
parent 84b2ef58
No related branches found
No related tags found
No related merge requests found
......@@ -1380,29 +1380,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="serializationType">
<xs:annotation>
<xs:documentation>Used for the triggerInfoSrializationType field of trigger requests on Mcn</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<!-- XML -->
<xs:enumeration value="1" />
<!-- JSON -->
<xs:enumeration value="2" />
<!-- XML + JSON -->
<xs:enumeration value="3" />
<!-- CBOR -->
<xs:enumeration value="4" />
<!-- XML + CBOR -->
<xs:enumeration value="5" />
<!-- JSON + CBOR -->
<xs:enumeration value="6" />
<!-- XML + JSON + CBOR -->
<xs:enumeration value="7" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="authorizationDecision">
<xs:annotation>
<xs:documentation>Used for the decision attribute of the of authorizationDecision resource</xs:documentation>
......
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