st:RoadwayNumberLanesCodeSimpleType
simpleType RoadwayNumberLanesCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/
Definition
A data type for number of through lanes on the side-road approaches at intersection including all lanes with through movement (through and left-turn, or through and rightturn) but not exclusive turn lanes.
Diagram
Enumerations
Value | Definition |
1 | One Lane |
2 | Two Lanes |
3 | Three Lanes |
4 | Four to Six Lanes |
7 | Seven or More Lanes |
99 | Unknown |
XML Schema
<xs:simpleType name="RoadwayNumberLanesCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for number of through lanes on the side-road approaches at intersection including all lanes with through movement (through and left-turn, or through and rightturn) but not exclusive turn lanes.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
One Lane</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Two Lanes</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Three Lanes</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Four to Six Lanes</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Seven or More Lanes</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>