Documentation for ATIS-Draft-03-00-79

Simple Type: LaneCount

[Table of contents]

Super-types: xs:unsignedByte < LaneCount (by restriction)
Sub-types: None
Name LaneCount
Content
  • Base XSD Type: unsignedByte
  • value <= 63
Documentation Use zero when an unknown value
Diagram
Schema Component Representation
<xs:simpleType name="LaneCount">
<xs:restriction base=" xs:unsignedByte ">
<xs:maxInclusive value="63"/>
</xs:restriction>
</xs:simpleType>