Commit 63d3f873 authored by Olaf Wenck's avatar Olaf Wenck
Browse files

Update file TS_103_280.xsd

parent a25e4c62
Loading
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>