mmucc:IntersectionCategoryCodeSimpleType
simpleType IntersectionCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for an intersection consists of two or more roadways that intersect at the same level.
Diagram
Enumerations
| Value | Definition |
| 1 | Not an Intersection |
| 10 | L-Intersection |
| 2 | Four-Way Intersection |
| 3 | T-Intersection |
| 4 | Y-Intersection |
| 5 | Traffic Circle |
| 6 | Roundabout |
| 7 | Five Point, or More |
| 98 | Not Reported |
| 99 | Unknown |
XML Schema
<xs:simpleType name="IntersectionCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an intersection consists of two or more roadways that intersect at the same level.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Not an Intersection</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
L-Intersection</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Four-Way Intersection</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
T-Intersection</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Y-Intersection</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Traffic Circle</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Roundabout</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Five Point, or More</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="98">
<xs:annotation>
<xs:documentation>
Not Reported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>