mmucc:WorkZoneCategoryCodeSimpleType

simpleType WorkZoneCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/5.0/

Definition

A data type for a crash that occurs in or related to a construction, maintenance, or utility work zone and indicates kind of the work zone

Diagram

Enumerations

ValueDefinition
1Lane Closure
2Lane Shift/Crossover
3Work on Shoulder or Median
4Intermittent or Moving Work
5Other

XML Schema

<xs:simpleType name="WorkZoneCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a crash that occurs in or related to a construction, maintenance, or utility work zone and indicates kind of the work zone
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Lane Closure
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Lane Shift/Crossover
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Work on Shoulder or Median
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Intermittent or Moving Work
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>