st:RoadwayPavementLongitudinalMarkingCenterlinePresenceCodeSimpleType
simpleType RoadwayPavementLongitudinalMarkingCenterlinePresenceCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/5.0/
Definition
A data type for Centerline Presence/Type on the roadway surface to guide or control the path followed by drivers.
Diagram
Enumerations
Value | Definition |
0 | No Marked Centerline |
1 | Standard Centerline Markings |
2 | Centerline With Centerline Rumble Strip |
XML Schema
<xs:simpleType name="RoadwayPavementLongitudinalMarkingCenterlinePresenceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for Centerline Presence/Type 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 Marked Centerline</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Standard Centerline Markings</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Centerline With Centerline Rumble Strip</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>