st:RoadwayPavementLongitudinalMarkingLaneLineMarkingsCodeSimpleType

simpleType RoadwayPavementLongitudinalMarkingLaneLineMarkingsCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.0/

Definition

A data Type for Lane Line Markings used on the roadway surface to guide or control the path followed by drivers.

Diagram

Enumerations

ValueDefinition
0No Lane Markings
1Standard Lane Line
2Wide Lane Line

XML Schema

<xs:simpleType name="RoadwayPavementLongitudinalMarkingLaneLineMarkingsCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data Type for Lane Line Markings used on the roadway surface to guide or control the path followed by drivers.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
No Lane Markings
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Standard Lane Line
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Wide Lane Line
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>