Commit 53b76c50 authored by mewburn's avatar mewburn Committed by Mark Canterbury
Browse files

TS 103 280 CR0025 - Add VLAN types

parent e16c7c63
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -93,4 +93,6 @@ NAI ::= UTF8String


IPProtocol ::= INTEGER (0..255)
IPProtocol ::= INTEGER (0..255)


VLANID ::= INTEGER (0..4095)

END
END
+6 −0
Original line number Original line Diff line number Diff line
@@ -272,4 +272,10 @@
            <xs:maxInclusive value="255"/>
            <xs:maxInclusive value="255"/>
        </xs:restriction>
        </xs:restriction>
    </xs:simpleType>
    </xs:simpleType>
    <xs:simpleType name="VLANID">
        <xs:restriction base="xs:integer">
            <xs:minExclusive value="0"/>
            <xs:maxInclusive value="4095"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>
</xs:schema>