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

XSD v2_27_0 baseline

parent e74faf41
No related branches found
No related tags found
No related merge requests found
......@@ -254,9 +254,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- auxiliary data type required to define "serializations" below -->
<xs:simpleType name="permittedMediaTypes">
<xs:restriction base="m2m:typeOfContent">
<xs:enumeration value="application/xml" />
<xs:enumeration value="application/json" />
<xs:enumeration value="application/cbor" />
<xs:enumeration value="xml" />
<xs:enumeration value="json" />
<xs:enumeration value="cbor" />
</xs:restriction>
</xs:simpleType>
......
......@@ -322,7 +322,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- SPECIALIZATION_SCHEMA_NOT_FOUND -->
<xs:enumeration value="4125" />
<!-- APP_RULE_VALIDATION_FAILED -->
<xs:enumeration value="4126" />
<xs:enumeration value="4126" />
<!-- SERVICE_SUBSCRIPTION_NOT_ESTABLISHED -->
<xs:enumeration value="4128" />
<!-- INTERNAL_SERVER_ERROR -->
......
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