st:RoadwayPavementLongitudinalMarkingCenterlinePresenceCodeSimpleType

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

Definition

A data type for Centerline Presence/Type on the roadway surface to guide or control the path followed by drivers.

Diagram

Enumerations

ValueDefinition
0No Marked Centerline
1Standard Centerline Markings
2Centerline 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: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>