cbrncl:ReachbackRequestCodeSimpleType
simpleType ReachbackRequestCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the various code values for Reachback Request
Diagram
Enumerations
Value | Definition |
ASP | Results from ASP scan appear abnormal or suspicious, therefore reachback assistance is requested. |
GammaAlarm | An unresolved gamma alarm has occurred and reachback assistance is requested. |
ImageAnalysis | Initial results of image analysis appear abnormal or suspicious, therefore reachback assistance is requested. |
NeutronAlarm | An unresolved neutron alarm has occurred and reachback assistance is requested. |
RIID | Results from RIID scan appear abnormal or suspicious, therefore reachback assistance is requested. |
Secondary | An item of interest has been directed to secondary inspection, and reachback assistance is requested. |
SuspiciousCargo | A cargo item has been identified as suspicious, therefore reachback assistance is requested. |
XML Schema
<xs:simpleType name="ReachbackRequestCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the various code values for Reachback Request</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ASP">
<xs:annotation>
<xs:documentation>
Results from ASP scan appear abnormal or suspicious, therefore reachback assistance is requested.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GammaAlarm">
<xs:annotation>
<xs:documentation>
An unresolved gamma alarm has occurred and reachback assistance is requested.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ImageAnalysis">
<xs:annotation>
<xs:documentation>
Initial results of image analysis appear abnormal or suspicious, therefore reachback assistance is requested.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NeutronAlarm">
<xs:annotation>
<xs:documentation>
An unresolved neutron alarm has occurred and reachback assistance is requested.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RIID">
<xs:annotation>
<xs:documentation>
Results from RIID scan appear abnormal or suspicious, therefore reachback assistance is requested.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Secondary">
<xs:annotation>
<xs:documentation>
An item of interest has been directed to secondary inspection, and reachback assistance is requested.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SuspiciousCargo">
<xs:annotation>
<xs:documentation>
A cargo item has been identified as suspicious, therefore reachback assistance is requested.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>