Commit baf78cc0 authored by Rachid's avatar Rachid
Browse files

Added APN and DNN

parent 8d155ebd
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -286,4 +286,13 @@
    <xs:simpleType name="ServiceAccessIdentifier">
        <xs:restriction base="xs:string"/>
    </xs:simpleType>
    </xs:simpleType>
        <xs:simpleType name="APN">
        <xs:restriction base="xs:LongString">
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="DNN">
        <xs:restriction base="xs:LongString">
        </xs:restriction>
    </xs:simpleType>
</xs:schema>