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

ValueDefinition
1One Lane
2Two Lanes
3Three Lanes
4Four to Six Lanes
7Seven or More Lanes
99Unknown

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: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>