Commit 0875cdb0 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Update 103280/TS_103_280.asn1, 103280/TS_103_280.xsd files

parent b65f6f53
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -91,4 +91,6 @@ GPSINAI ::= NAI

NAI ::= UTF8String

IPProtocol ::= INTEGER (0..255)

END
+6 −0
Original line number Diff line number Diff line
@@ -266,4 +266,10 @@
            <xs:pattern value="[0-9]{19,20}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="IPProtocol">
        <xs:restriction base="xs:integer">
            <xs:minInclusive value="0"/>
            <xs:maxInclusive value="255"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>