<xsd:simpleType name="RoadwaySideRoadLanesNumberCodeSimpleType">
<xsd:annotation>
<xsd:documentation>A data type for a number of "thru" lanes on the side-road approaches at intersection including all lanes with "thru" movement ("thru" and left-turn, or "thru" and right-turn) but not exclusive turn lanes.</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="101">
<xsd:annotation>
<xsd:documentation>One Lane</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="102">
<xsd:annotation>
<xsd:documentation>Two Lanes</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="103">
<xsd:annotation>
<xsd:documentation>Three Lanes</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="104">
<xsd:annotation>
<xsd:documentation>Four to Six Lanes</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="105">
<xsd:annotation>
<xsd:documentation>Seven or More Lanes</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="999">
<xsd:annotation>
<xsd:documentation>Unknown</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|