Commit 48ba3ec3 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Correcting error from earlier merge conflict fix

parent 4c199705
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -286,17 +286,15 @@
    <xs:simpleType name="ServiceAccessIdentifier">
        <xs:restriction base="xs:string"/>
    </xs:simpleType>
<<<<<<< HEAD
    <xs:simpleType name="EUICCID">
        <xs:restriction base="xs:token">
            <xs:pattern value="[0-9]{32}"/>
        </xs:restriction>
=======
    </xs:simpleType>
    <xs:simpleType name="APN">
        <xs:restriction base="LongString"/>
    </xs:simpleType>
    <xs:simpleType name="DNN">
        <xs:restriction base="LongString"/>
>>>>>>> cr/103280/030
    </xs:simpleType>
</xs:schema>