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
| Value | Definition | 
| FalseNIIAlarm | False NII alarm | 
| FalseRadiationAlarm | False radiation alarm | 
| IllegalRadioactiveMaterialFound | Illegal radioactive material was found | 
| IllegalRadiologicalEquipmentFound | Illegal radiological equipment was found | 
| LegalRadioactiveMaterialFound | Legal radioactive material was found | 
| LegalRadiologicalEquipmentFound | Legal radiological equipment was found | 
| NothingSuspiciousFound | Nothing suspicious found | 
| OtherSuspiciousEquipmentFound | Other suspicious equipment was found | 
| OtherSuspiciousMaterialFound | Other suspicious material was found | 
| OtherThreat | Other 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:restriction base="xs:token">
<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>