cbrncl:FacilityOperationalStatusCodeSimpleType
simpleType FacilityOperationalStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the Facility Operational Status Codes
Diagram
Enumerations
Value | Definition |
Decommissioned | The site has been decommissioned and is not longer available to support the mission. |
Degraded | The site is mission ready, but has been degraded and is not at full capability. |
In Standup | The site is in the process of being physically implemented. |
Mission Ready | The site is fully mission capable to include communications networks. |
Not Mission Ready | The site is not capable of supporting its assigned mission. |
Planned | The site is not in existence. It represents a planned site at some point in the future. |
Unknown | The status of the site is unknown. |
XML Schema
<xs:simpleType name="FacilityOperationalStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the Facility Operational Status Codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Decommissioned">
<xs:annotation>
<xs:documentation>
The site has been decommissioned and is not longer available to support the mission.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Degraded">
<xs:annotation>
<xs:documentation>
The site is mission ready, but has been degraded and is not at full capability.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="In Standup">
<xs:annotation>
<xs:documentation>
The site is in the process of being physically implemented.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mission Ready">
<xs:annotation>
<xs:documentation>
The site is fully mission capable to include communications networks.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Not Mission Ready">
<xs:annotation>
<xs:documentation>
The site is not capable of supporting its assigned mission.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Planned">
<xs:annotation>
<xs:documentation>
The site is not in existence. It represents a planned site at some point in the future.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
The status of the site is unknown.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>