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
Value | Definition |
0 | No Marked Edgeline |
1 | Standard Width Edgeline |
2 | Wide Edgeline |
97 | Other |
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:restriction base="xs:token">
<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>