cbrncl:SecondaryInspectionReferralReasonCodeSimpleType
simpleType SecondaryInspectionReferralReasonCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the variuos code values for Secondary Inspection Referral Reason
Diagram
Enumerations
Value | Definition |
ATSRecommendation | ATS analysis indicates that a more detailed examination would be needed to determine the presence or absence of a threat. |
ForeignGovernmentIntelligence | Information from a foreign government indicates that a more detailed examination would be needed to determine the presence or absence of a threat. |
InspectorSuspicion | An inspector made an assessment that further examination was required to determine the presence or absence of a threat. |
Missing | The reason for secondary referral is not available. |
RadiationAlarm | An unresolved radiation alarm occurred in primary inspection. |
SuspiciousCarrier | Information about the carrier indicates that a more detailed examination would be needed to determine the presence or absence of a threat. |
SuspiciousOtherParticipant | Information about involved parties other than the shipper and carrier indicates that a more detailed examination would be needed to determine the presence or absence of a threat. |
SuspiciousShipper | Information about the shipper indicates that a more detailed examination would be needed to determine the presence or absence of a threat. |
USIntelligence | Information from an element of the US government indicates that a more detailed examination would be needed to determine the presence or absence of a threat. |
XML Schema
<xs:simpleType name="SecondaryInspectionReferralReasonCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the variuos code values for Secondary Inspection Referral Reason</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ATSRecommendation">
<xs:annotation>
<xs:documentation>
ATS analysis indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ForeignGovernmentIntelligence">
<xs:annotation>
<xs:documentation>
Information from a foreign government indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="InspectorSuspicion">
<xs:annotation>
<xs:documentation>
An inspector made an assessment that further examination was required to determine the presence or absence of a threat.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Missing">
<xs:annotation>
<xs:documentation>
The reason for secondary referral is not available.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RadiationAlarm">
<xs:annotation>
<xs:documentation>
An unresolved radiation alarm occurred in primary inspection.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SuspiciousCarrier">
<xs:annotation>
<xs:documentation>
Information about the carrier indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SuspiciousOtherParticipant">
<xs:annotation>
<xs:documentation>
Information about involved parties other than the shipper and carrier indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SuspiciousShipper">
<xs:annotation>
<xs:documentation>
Information about the shipper indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="USIntelligence">
<xs:annotation>
<xs:documentation>
Information from an element of the US government indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>