em:WorkLaborCodeSimpleType
simpleType WorkLaborCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type for specifying the type of labor account (own staff) or contract, or combination.
Diagram
Enumerations
| Value | Definition | 
| Contract | Contract | 
| ForceEquipment | Force Account Equipment (equipment owned by the entity.) | 
| ForceLabor | Force Account Labor (labor provided by entities own employees.) | 
| MutualAid | Assistance provided by another state or jurisdiction. | 
XML Schema
<xs:simpleType name="WorkLaborCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for specifying the type of labor account (own staff) or contract, or combination.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Contract">
<xs:annotation>
<xs:documentation>
Contract</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ForceEquipment">
<xs:annotation>
<xs:documentation>
Force Account Equipment (equipment owned by the entity.)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ForceLabor">
<xs:annotation>
<xs:documentation>
Force Account Labor (labor provided by entities own employees.)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MutualAid">
<xs:annotation>
<xs:documentation>
Assistance provided by another state or jurisdiction.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>