<xsd:simpleType name="RoadwayDelineatorPresenceCodeSimpleType">
<xsd:annotation>
<xsd:documentation>A data type for the presence or absence of a series of reflecting devices mounted at regular intervals on the side of the road to indicate the horizontal alignment of the roadway not at an intersection.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="B">
<xsd:annotation>
<xsd:documentation>Delineator, Both Sides</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="L">
<xsd:annotation>
<xsd:documentation>Delineators, Left</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="N">
<xsd:annotation>
<xsd:documentation>None</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="R">
<xsd:annotation>
<xsd:documentation>Delineators, Right</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="UN">
<xsd:annotation>
<xsd:documentation>Unknown</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|