mmucc:WorkZoneWorkersPresenceIndicationCodeSimpleType

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

Definition

A data type for the Work Zone Workers Presence

Diagram

Enumerations

ValueDefinition
1Yes
2No
9Unknown

XML Schema

<xs:simpleType name="WorkZoneWorkersPresenceIndicationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the Work Zone Workers Presence
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Yes
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
No
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>