st:RoadwayPavementLongitudinalMarkingLaneLineMarkingsCodeSimpleType
simpleType RoadwayPavementLongitudinalMarkingLaneLineMarkingsCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/4.1/
Definition
A data Type for Lane Line Markings used on the roadway surface to guide or control the path followed by drivers.
Diagram
Enumerations
Value | Definition |
0 | No Lane Markings |
1 | Standard Lane Line |
2 | Wide 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:restriction base="xs:token">
<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>