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
Value | Definition |
non-US | The conveyance is enroute to a non-US destination. |
Unknown | The conveyance transit status is unknown. |
USCustoms | The conveyance has arrived in the US and is enroute to a customs holding facility. |
USDirect | The conveyance is enroute directly to the US or its territories and possessions. |
USExternal | 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. |
USIndirect | The conveyance is enroute to the US or its terrorities and possessions, with stops and possibly transhipments before arrival in the US. |
USInterior | The conveyance is in transit inside the US 50 states. |
USTerritory | The 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:restriction base="xs:token">
<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>