Commit 39340949 authored by Olaf Wenck's avatar Olaf Wenck Committed by Mark Canterbury
Browse files

Update file TS_103_280.xsd

parent c43d51e2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -299,17 +299,17 @@
    </xs:simpleType>
    <xs:simpleType name="H323URI">
        <xs:restriction base="ShortString">
            <xs:pattern value="h323:[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"/>
            <xs:pattern value="h323:[a-zA-Z0-9!#$&amp;-;=?-\[\]_~%]+"/>
        </xs:restriction>
    </xs:simpleType>
   <xs:simpleType name="IMPU">
        <xs:restriction base="ShortString">
            <xs:pattern value="[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"/>
            <xs:pattern value="[a-zA-Z0-9!#$&amp;-;=?-\[\]_~%]+"/>
        </xs:restriction>
    </xs:simpleType>
   <xs:simpleType name="IMPI">
        <xs:restriction base="ShortString">
            <xs:pattern value="[a-zA-Z0-9!#$&-;=?-\[\]_~%]+"/>
            <xs:pattern value="[a-zA-Z0-9!#$&amp;-;=?-\[\]_~%]+"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>