cbrncl:ConveyanceBoundForCodeSimpleType

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

Definition

A data type that defines the conveyance bound code enumerations.

Diagram

Enumerations

ValueDefinition
non-USThe conveyance is enroute to a non-US destination.
UnknownThe conveyance transit status is unknown.
USCustomsThe conveyance has arrived in the US and is enroute to a customs holding facility.
USDirectThe conveyance is enroute directly to the US or its territories and possessions.
USExternalThe conveyance is in transit to a facility operated by the US government located outside the US and its territories and possessions; for example, an overseas military base.
USIndirectThe conveyance is enroute to the US or its terrorities and possessions, with stops and possibly transhipments before arrival in the US.
USInteriorThe conveyance is in transit inside the US 50 states.
USTerritoryThe conveyance is in transit within a US territory or possession.

XML Schema

<xs:simpleType name="ConveyanceBoundForCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the conveyance bound code enumerations.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="non-US">
<xs:annotation>
<xs:documentation>
The conveyance is enroute to a non-US destination.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
The conveyance transit status is unknown.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="USCustoms">
<xs:annotation>
<xs:documentation>
The conveyance has arrived in the US and is enroute to a customs holding facility.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="USDirect">
<xs:annotation>
<xs:documentation>
The conveyance is enroute directly to the US or its territories and possessions.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="USExternal">
<xs:annotation>
<xs:documentation>
The conveyance is in transit to a facility operated by the US government located outside the US and its territories and possessions; for example, an overseas military base.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="USIndirect">
<xs:annotation>
<xs:documentation>
The conveyance is enroute to the US or its terrorities and possessions, with stops and possibly transhipments before arrival in the US.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="USInterior">
<xs:annotation>
<xs:documentation>
The conveyance is in transit inside the US 50 states.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="USTerritory">
<xs:annotation>
<xs:documentation>
The conveyance is in transit within a US territory or possession.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>