have-codes:EOCStatusCodeSimpleType
simpleType EOCStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/4.0/
Definition
A data type for a code set of whether the Emergency Operations Center (EOC) is currently operating.
Diagram
Enumerations
Value | Definition |
Active | Active |
Inactive | Inactive |
XML Schema
<xs:simpleType name="EOCStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of whether the Emergency Operations Center (EOC) is currently operating.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Active">
<xs:annotation>
<xs:documentation>
Active</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Inactive">
<xs:annotation>
<xs:documentation>
Inactive</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>