Skip to content
Snippets Groups Projects
Commit 7cd08164 authored by Wolfgang Granzow's avatar Wolfgang Granzow
Browse files

change due to PRO-2016-0201R01-memberType_fix_R1

Change of enumeration value for "MIXED" from 24 to 0
parent 63adcbd6
No related branches found
No related tags found
No related merge requests found
...@@ -317,6 +317,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -317,6 +317,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:documentation>Used for memberType attribute in &lt;group&gt; resource.</xs:documentation> <xs:documentation>Used for memberType attribute in &lt;group&gt; resource.</xs:documentation>
</xs:annotation> </xs:annotation>
<xs:restriction base="xs:integer"> <xs:restriction base="xs:integer">
<!-- Mixed -->
<xs:enumeration value="0" />
<!-- accessControlPolicy --> <!-- accessControlPolicy -->
<xs:enumeration value="1" /> <xs:enumeration value="1" />
<!-- AE --> <!-- AE -->
...@@ -383,9 +385,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -383,9 +385,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration value="10016" /> <xs:enumeration value="10016" />
<!-- scheduleAnnc --> <!-- scheduleAnnc -->
<xs:enumeration value="10018" /> <xs:enumeration value="10018" />
<!-- Mixed -->
<xs:enumeration value="24" />
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
......
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