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

ValueDefinition
DecommissionedThe site has been decommissioned and is not longer available to support the mission.
DegradedThe site is mission ready, but has been degraded and is not at full capability.
In StandupThe site is in the process of being physically implemented.
Mission ReadyThe site is fully mission capable to include communications networks.
Not Mission ReadyThe site is not capable of supporting its assigned mission.
PlannedThe site is not in existence. It represents a planned site at some point in the future.
UnknownThe 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: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>