cbrncl:CaseThreatLevelCodeSimpleType
simpleType CaseThreatLevelCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type for a case threat level code values
Diagram
Enumerations
Value | Definition |
General Risk | General risk that the case represents activities or items intended to support a terrorist attack. |
Hazard | The case represents activities or items that have been adjudicated by governing authority to not represent a threat of terrorist attack, but do represent a risk to people and/or the environment. |
High Risk | High risk that the case represents activities or items intended to support a terrorist attack. |
Illicit | The case represents activities or items that have been adjudicated by governing authority to not represent a threat of terrorist attack, but are believed to be in violation of laws or regulations. |
Low Risk | Low risk that the case represents activities or items intended to support a terrorist attack. |
No Risk | The case represents activities or items that have been adjudicated by the governing authority to not represent a threat of terrorist attack. |
Severe Risk | Severe risk that the case represents activities or items intended to support a terrorist attack. |
Significant Risk | Significant risk that the case represents activities or items intended to support a terrorist attack. |
Unknown | The threat represented by the activities or items is unknown. |
XML Schema
<xs:simpleType name="CaseThreatLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a case threat level code values</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="General Risk">
<xs:annotation>
<xs:documentation>
General risk that the case represents activities or items intended to support a terrorist attack.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hazard">
<xs:annotation>
<xs:documentation>
The case represents activities or items that have been adjudicated by governing authority to not represent a threat of terrorist attack, but do represent a risk to people and/or the environment.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="High Risk">
<xs:annotation>
<xs:documentation>
High risk that the case represents activities or items intended to support a terrorist attack.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Illicit">
<xs:annotation>
<xs:documentation>
The case represents activities or items that have been adjudicated by governing authority to not represent a threat of terrorist attack, but are believed to be in violation of laws or regulations.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Low Risk">
<xs:annotation>
<xs:documentation>
Low risk that the case represents activities or items intended to support a terrorist attack.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="No Risk">
<xs:annotation>
<xs:documentation>
The case represents activities or items that have been adjudicated by the governing authority to not represent a threat of terrorist attack.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Severe Risk">
<xs:annotation>
<xs:documentation>
Severe risk that the case represents activities or items intended to support a terrorist attack.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Significant Risk">
<xs:annotation>
<xs:documentation>
Significant risk that the case represents activities or items intended to support a terrorist attack.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
The threat represented by the activities or items is unknown.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>