cbrncl:ReachbackRequestCodeSimpleType

simpleType ReachbackRequestCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/5.0/

Definition

A data type that defines the various code values for Reachback Request

Diagram

Enumerations

ValueDefinition
ASPResults from ASP scan appear abnormal or suspicious, therefore reachback assistance is requested.
GammaAlarmAn unresolved gamma alarm has occurred and reachback assistance is requested.
ImageAnalysisInitial results of image analysis appear abnormal or suspicious, therefore reachback assistance is requested.
NeutronAlarmAn unresolved neutron alarm has occurred and reachback assistance is requested.
RIIDResults from RIID scan appear abnormal or suspicious, therefore reachback assistance is requested.
SecondaryAn item of interest has been directed to secondary inspection, and reachback assistance is requested.
SuspiciousCargoA 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: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>