Commit 8ff39854 authored by grahamj's avatar grahamj
Browse files

Update 33128/r18/PayloadModificationProfile.xsd

parent 6af9d9f4
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@
            <xs:element name="remove" type="EmptyElement"/>
            <xs:element name="replaceWithCharacters" type="xs:string"/>
            <xs:element name="replaceWithOctets" type="xs:hexBinary"/>
            <xs:element name="replaceWithBits" type="xs:BitString"/>
            <xs:element name="replaceWithBits" type="BitString"/>
        </xs:choice>
    </xs:complexType>
    <xs:simpleType name="EmptyElement">
@@ -97,7 +97,7 @@
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="BitString">
        <xs:restriction base="xsd:token">
        <xs:restriction base="xs:token">
            <xs:pattern value="[0-1]{0,}"/>
        </xs:restriction>
    </xs:simpleType>