Definition Type: SimpleType
Name: TrafficwayDescriptionCodeSimpleType
Namespace: http://niem.gov/niem/mmucc_2/2.0
Containing Schema: mmucc_2.xsd
Documentation:
A data type for an indication of whether or not the trafficway for this vehicle is divided and whether it serves one-way or two-way traffic.
Collapse XSD Schema Diagram:
XSD Diagram of TrafficwayDescriptionCodeSimpleType in schema mmucc_2_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="TrafficwayDescriptionCodeSimpleType">
    <xsd:annotation>
        <xsd:documentation>A data type for an indication of whether or not the trafficway for this vehicle is divided and whether it serves one-way or two-way traffic.</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="1">
            <xsd:annotation>
                <xsd:documentation>Two-Way,Not Divided</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="101">
            <xsd:annotation>
                <xsd:documentation>Two-Way,Not Divided With a Continuous Left Turn Lane</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="102">
            <xsd:annotation>
                <xsd:documentation>Two-Way,Divided,Positive Median Barrier</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="103">
            <xsd:annotation>
                <xsd:documentation>One-Way, Trafficway</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="2">
            <xsd:annotation>
                <xsd:documentation>Two-Way, Divided,Unprotected(painted &gt;4feet) Median</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="9">
            <xsd:annotation>
                <xsd:documentation>Unknown</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 101
Enumeration 102
Enumeration 103
Enumeration 2
Enumeration 9
Collapse Derivation Tree:
Collapse References:
mmucc_2:TrafficwayDescriptionCodeType