cbrncl:MeasuredItemKindCodeSimpleType
simpleType MeasuredItemKindCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type for the kinds of items being inspected for Radiation/Nuclear threats.
Diagram
Enumerations
Value | Definition |
Aircraft | A conveyance for transporting cargo via the airspace above the earth's surface. |
Animal | A living being, other than a human being, either living or dead. |
Barge | An unpowered conveyance for transporting cargo over water. |
Boat | A watercraft conveyance typically smaller than a ship and typically employed in roles other than transporting cargo. |
Car | A conveyance for transporting persons and their personal affects over land via roadways under its own power. |
Cargo | A collection of goods being transported. |
Container | Shipping Container |
Luggage | A package of goods accompanying a person being transported. |
A mail or courier package item. | |
Other | The measured item is of a kind not included in the standard list. It should be described in the element MeasuredItemDescriptionText. |
Package | A package of goods. |
Person | A human being, either living or dead. |
Pipeline | A continuous line of pipe for conveying liquids over an extended distance. |
Railcar | A conveyance for transporting cargo over land via railways. |
Ship | A conveyance for transporting cargo over the oceans and other large bodies of water. |
Trailer | An unpowered conveyance for transporting cargo over land via roadways. |
Truck | A conveyance for transporting cargo over land via roadways under its own power. |
Vehicle | A conveyance that operates on land under its own power. |
XML Schema
<xs:simpleType name="MeasuredItemKindCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kinds of items being inspected for Radiation/Nuclear threats.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Aircraft">
<xs:annotation>
<xs:documentation>
A conveyance for transporting cargo via the airspace above the earth's surface.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Animal">
<xs:annotation>
<xs:documentation>
A living being, other than a human being, either living or dead.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Barge">
<xs:annotation>
<xs:documentation>
An unpowered conveyance for transporting cargo over water.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Boat">
<xs:annotation>
<xs:documentation>
A watercraft conveyance typically smaller than a ship and typically employed in roles other than transporting cargo.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Car">
<xs:annotation>
<xs:documentation>
A conveyance for transporting persons and their personal affects over land via roadways under its own power.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Cargo">
<xs:annotation>
<xs:documentation>
A collection of goods being transported.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Container">
<xs:annotation>
<xs:documentation>
Shipping Container</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Luggage">
<xs:annotation>
<xs:documentation>
A package of goods accompanying a person being transported.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mail">
<xs:annotation>
<xs:documentation>
A mail or courier package item.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
The measured item is of a kind not included in the standard list. It should be described in the element MeasuredItemDescriptionText.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Package">
<xs:annotation>
<xs:documentation>
A package of goods.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Person">
<xs:annotation>
<xs:documentation>
A human being, either living or dead.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pipeline">
<xs:annotation>
<xs:documentation>
A continuous line of pipe for conveying liquids over an extended distance.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Railcar">
<xs:annotation>
<xs:documentation>
A conveyance for transporting cargo over land via railways.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ship">
<xs:annotation>
<xs:documentation>
A conveyance for transporting cargo over the oceans and other large bodies of water.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Trailer">
<xs:annotation>
<xs:documentation>
An unpowered conveyance for transporting cargo over land via roadways.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Truck">
<xs:annotation>
<xs:documentation>
A conveyance for transporting cargo over land via roadways under its own power.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Vehicle">
<xs:annotation>
<xs:documentation>
A conveyance that operates on land under its own power.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>