Commits (2)
......@@ -91,4 +91,6 @@ GPSINAI ::= NAI
NAI ::= UTF8String
IPProtocol ::= INTEGER (0..255)
END
......@@ -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>