cbrncl:CaseKindCodeSimpleType

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

Definition

A data type for the kinds of cases.

Diagram

Enumerations

ValueDefinition
AnalysisThe case is an analysis/study that integrates data from multiple cases.
ExerciseThe case is regarding a CBRN Detection or Response Exercise event.
OperationalThe case is regarding an operational CBRN Detection or Response event.
OtherThe case is of a kind that does not match to known case kinds.
TestThe case is regarding a CBRN Detection or Response Test event.
UnknownThe case of an unknown kind.
WarningThe case is regarding a BOLO or other type of warning on the possible existence of threat materials that detection sites

XML Schema

<xs:simpleType name="CaseKindCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kinds of cases.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Analysis">
<xs:annotation>
<xs:documentation>
The case is an analysis/study that integrates data from multiple cases.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Exercise">
<xs:annotation>
<xs:documentation>
The case is regarding a CBRN Detection or Response Exercise event.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Operational">
<xs:annotation>
<xs:documentation>
The case is regarding an operational CBRN Detection or Response event.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
The case is of a kind that does not match to known case kinds.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Test">
<xs:annotation>
<xs:documentation>
The case is regarding a CBRN Detection or Response Test event.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
The case of an unknown kind.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Warning">
<xs:annotation>
<xs:documentation>
The case is regarding a BOLO or other type of warning on the possible existence of threat materials that detection sites
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>