mmucc:WorkZoneWorkersPresenceIndicationCodeSimpleType
simpleType WorkZoneWorkersPresenceIndicationCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/
Definition
A data type for the Work Zone Workers Presence
Diagram
Enumerations
Value | Definition |
1 | Yes |
2 | No |
9 | Unknown |
XML Schema
<xs:simpleType name="WorkZoneWorkersPresenceIndicationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the Work Zone Workers Presence</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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>