Commit 6af9d9f4 authored by grahamj's avatar grahamj
Browse files

Update 33128/r18/PayloadModificationProfile.xsd

parent 55173af1
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -96,9 +96,9 @@
            <xs:enumeration value=""></xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
    <xsd:simpleType name="BitString">
        <xsd:restriction base="xsd:token">
            <xsd:pattern value="[0-1]{0,}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xs:simpleType name="BitString">
        <xs:restriction base="xsd:token">
            <xs:pattern value="[0-1]{0,}"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>