cbrncl:SecondaryInspectionKindCodeSimpleType
simpleType SecondaryInspectionKindCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the various code values for Secondary Inspection Kind.
Diagram
Enumerations
Value | Definition |
Open box | A secondary inspection conducted by opening conveyance/cargo to get direct access to the goods for inspection. |
Other | The secondary inspection kind is other than can be described by the existing codes. |
RIID | A secondary inspection conducted with a RIID. |
XML Schema
<xs:simpleType name="SecondaryInspectionKindCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the various code values for Secondary Inspection Kind.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Open box">
<xs:annotation>
<xs:documentation>
A secondary inspection conducted by opening conveyance/cargo to get direct access to the goods for inspection.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
The secondary inspection kind is other than can be described by the existing codes.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RIID">
<xs:annotation>
<xs:documentation>
A secondary inspection conducted with a RIID.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>