diff --git a/CDT-commonTypes.xsd b/CDT-commonTypes.xsd index 95a40553339350a771517402885310578a701dff..fd91fad2fcc75699ae425fdf2766d4ff648f02b3 100644 --- a/CDT-commonTypes.xsd +++ b/CDT-commonTypes.xsd @@ -449,8 +449,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:simpleType name="releaseVersion"> <xs:restriction base="xs:string" > + <xs:pattern value="2"/> <xs:pattern value="2a"/> <xs:pattern value="3"/> + <xs:pattern value="4"/> </xs:restriction> </xs:simpleType> @@ -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="2a"/> <xs:pattern value="3"/> + <xs:pattern value="4"/> </xs:restriction> </xs:simpleType>