cbrncl:InspectionThreatFindingCodeSimpleType

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

Definition

A data type that defines the code Values for the various Inspection threat findings

Diagram

Enumerations

ValueDefinition
FalseNIIAlarmFalse NII alarm
FalseRadiationAlarmFalse radiation alarm
IllegalRadioactiveMaterialFoundIllegal radioactive material was found
IllegalRadiologicalEquipmentFoundIllegal radiological equipment was found
LegalRadioactiveMaterialFoundLegal radioactive material was found
LegalRadiologicalEquipmentFoundLegal radiological equipment was found
NothingSuspiciousFoundNothing suspicious found
OtherSuspiciousEquipmentFoundOther suspicious equipment was found
OtherSuspiciousMaterialFoundOther suspicious material was found
OtherThreatOther threat was found

XML Schema

<xs:simpleType name="InspectionThreatFindingCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the code Values for the various Inspection threat findings
</xs:documentation>
</xs:annotation>
<xs:enumeration value="FalseNIIAlarm">
<xs:annotation>
<xs:documentation>
False NII alarm
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FalseRadiationAlarm">
<xs:annotation>
<xs:documentation>
False radiation alarm
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IllegalRadioactiveMaterialFound">
<xs:annotation>
<xs:documentation>
Illegal radioactive material was found
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IllegalRadiologicalEquipmentFound">
<xs:annotation>
<xs:documentation>
Illegal radiological equipment was found
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LegalRadioactiveMaterialFound">
<xs:annotation>
<xs:documentation>
Legal radioactive material was found
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LegalRadiologicalEquipmentFound">
<xs:annotation>
<xs:documentation>
Legal radiological equipment was found
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NothingSuspiciousFound">
<xs:annotation>
<xs:documentation>
Nothing suspicious found
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OtherSuspiciousEquipmentFound">
<xs:annotation>
<xs:documentation>
Other suspicious equipment was found
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OtherSuspiciousMaterialFound">
<xs:annotation>
<xs:documentation>
Other suspicious material was found
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OtherThreat">
<xs:annotation>
<xs:documentation>
Other threat was found
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>