st:RoadwayPavementLongitudinalMarkingEdgeLinePresenceCodeSimpleType

simpleType RoadwayPavementLongitudinalMarkingEdgeLinePresenceCodeSimpleType in namespace http://release.niem.gov/niem/domains/surfaceTransportation/5.0/

Definition

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

Diagram

Enumerations

ValueDefinition
0No Marked Edgeline
1Standard Width Edgeline
2Wide Edgeline
97Other

XML Schema

<xs:simpleType name="RoadwayPavementLongitudinalMarkingEdgeLinePresenceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for Edge line 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 Edgeline
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Standard Width Edgeline
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Wide Edgeline
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="97">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>