Skip to content
Snippets Groups Projects
Commit d8f04fec authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files
parent c7a1f503
Branches
No related tags found
No related merge requests found
...@@ -449,8 +449,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -449,8 +449,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:simpleType name="releaseVersion"> <xs:simpleType name="releaseVersion">
<xs:restriction base="xs:string" > <xs:restriction base="xs:string" >
<xs:pattern value="2"/>
<xs:pattern value="2a"/> <xs:pattern value="2a"/>
<xs:pattern value="3"/> <xs:pattern value="3"/>
<xs:pattern value="4"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
...@@ -460,6 +462,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -460,6 +462,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:pattern value="2"/> <xs:pattern value="2"/>
<xs:pattern value="2a"/> <xs:pattern value="2a"/>
<xs:pattern value="3"/> <xs:pattern value="3"/>
<xs:pattern value="4"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment