cbrncl:CaseStatusCodeSimpleType

simpleType CaseStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/

Definition

A data type for the kinds of status states for a Case.

Diagram

Enumerations

ValueDefinition
Active-HotThe case is active, but not yet determined to be a threat. Requires constant attention.
Active-RoutineThe case is active but not being proactively pursued.
Active-ThreatThe case is active and determined to represent a threat . Requires total commitment of effort to monitor, track, and status.
Active-WatchThe case is active of sufficient interest to maintain on a watch list.
Closed-ErrorThe case has been determined to have been opened in error and has been closed.
Closed-NormalThe case has been closed.
InactiveThe case in no longer of interest, but a decision to close the case has not been made.
MergedThe case has been closed by merging into another case.
PendingThe case has been created, but will not become active until triggered by a date-time, event, or user action.
SuspendedThe case is no longer active, but can be returned to an active state by a time or event trigger, or user action.
UnknownThe case status is unknown.

XML Schema

<xs:simpleType name="CaseStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kinds of status states for a Case.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Active-Hot">
<xs:annotation>
<xs:documentation>
The case is active, but not yet determined to be a threat. Requires constant attention.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Active-Routine">
<xs:annotation>
<xs:documentation>
The case is active but not being proactively pursued.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Active-Threat">
<xs:annotation>
<xs:documentation>
The case is active and determined to represent a threat . Requires total commitment of effort to monitor, track, and status.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Active-Watch">
<xs:annotation>
<xs:documentation>
The case is active of sufficient interest to maintain on a watch list.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Closed-Error">
<xs:annotation>
<xs:documentation>
The case has been determined to have been opened in error and has been closed.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Closed-Normal">
<xs:annotation>
<xs:documentation>
The case has been closed.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Inactive">
<xs:annotation>
<xs:documentation>
The case in no longer of interest, but a decision to close the case has not been made.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Merged">
<xs:annotation>
<xs:documentation>
The case has been closed by merging into another case.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pending">
<xs:annotation>
<xs:documentation>
The case has been created, but will not become active until triggered by a date-time, event, or user action.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Suspended">
<xs:annotation>
<xs:documentation>
The case is no longer active, but can be returned to an active state by a time or event trigger, or user action.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
The case status is unknown.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>