cbrncl:ReachbackRecommendationCodeSimpleType

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

Definition

A data type that defines the variuos code values for the various Reachback Recommnedation.

Diagram

Enumerations

ValueDefinition
ClearThe conveyance should be cleared to proceed.
HoldThe conveyance should be held pending further notification.
Secondary Exam ASPA secondary examination should be conducted using an ASP detector.
Secondary Exam FULLA full secondary examination should be conducted per operational procedures.
Secondary Exam PHYSA physical secondary examination should be conducted per operational procedures.
Secondary Exam RIIDA secondary examination should be conducted using a RIID detector.

XML Schema

<xs:simpleType name="ReachbackRecommendationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the variuos code values for the various Reachback Recommnedation.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Clear">
<xs:annotation>
<xs:documentation>
The conveyance should be cleared to proceed.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hold">
<xs:annotation>
<xs:documentation>
The conveyance should be held pending further notification.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Secondary Exam ASP">
<xs:annotation>
<xs:documentation>
A secondary examination should be conducted using an ASP detector.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Secondary Exam FULL">
<xs:annotation>
<xs:documentation>
A full secondary examination should be conducted per operational procedures.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Secondary Exam PHYS">
<xs:annotation>
<xs:documentation>
A physical secondary examination should be conducted per operational procedures.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Secondary Exam RIID">
<xs:annotation>
<xs:documentation>
A secondary examination should be conducted using a RIID detector.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>