cbrncl:ConveyanceKindCodeSimpleType
simpleType ConveyanceKindCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type for the kinds of conveyances.
Diagram
Enumerations
| Value | Definition | 
| A01 | aircraft fixed-wing commercial passenger | 
| A02 | aircraft fixed-wing commercial cargo | 
| A03 | aircraft rotary-wing commercial passenger | 
| A04 | aircraft rotary-wing commercial cargo | 
| A05 | aircraft amphibian commercial | 
| A06 | aircraft fixed-wing multi-engine private | 
| A07 | aircraft fixed-wing single-engine private | 
| A08 | aircraft rotary-wing private | 
| A09 | aircraft amphibian private | 
| A10 | aircraft unpowered | 
| A11 | aircraft fixed-wing military | 
| A12 | aircraft rotary-wing military | 
| A13 | aircraft amphibian military | 
| A14 | aircraft fixed-wing government | 
| A15 | aircraft rotary-wing government | 
| A16 | aircraft amphibian government | 
| A17 | aircraft lighter-than-air | 
| A18 | aircraft other | 
| B01 | boat fishing | 
| B02 | boat recreation | 
| B03 | boat utility/service | 
| B04 | boat sail | 
| B05 | boat other | 
| C01 | container | 
| other | other conveyance | 
| pipeline | pipeline | 
| R01 | rail boxcar | 
| R02 | rail flatcar | 
| R03 | rail tanker | 
| R04 | rail container car | 
| R05 | rail auto carrier | 
| R06 | rail locomotive | 
| R07 | rail car other | 
| S01 | ship commercial passenger | 
| S02 | ship commercial cargo | 
| S03 | ship commercial tanker | 
| S04 | ship commercial fishing | 
| S05 | ship commercial utility/service | 
| S06 | ship ferry | 
| S07 | ship private | 
| S08 | ship military | 
| S09 | ship government | 
| S10 | ship other | 
| unknown | unknown conveyance | 
| V01 | vehicle truck commercial cargo | 
| V02 | vehicle truck commercial tanker | 
| V03 | vehicle truck commercial service | 
| V04 | vehicle truck rental | 
| V05 | vehicle truck private | 
| V06 | vehicle truck government | 
| V07 | vehicle truck military | 
| V08 | vehicle trailer flatbed | 
| V09 | vehicle trailer cargo | 
| V10 | vehicle trailer tanker | 
| V11 | vehicle trailer boat | 
| V12 | vehicle trailer car | 
| V13 | vehicle bus commercial | 
| V14 | vehicle bus private | 
| V15 | vehicle bus government | 
| V16 | vehicle automobile commercial | 
| V17 | vehicle automobile private | 
| V18 | vehicle automobile government | 
| V19 | vehicle automobile military | 
| V20 | vehicle military combat | 
| V21 | vehicle utility/service | 
| V22 | vehicle farm | 
| V23 | vehicle recreation | 
| V24 | vehicle motorcycle | 
| V25 | vehicle other | 
XML Schema
<xs:simpleType name="ConveyanceKindCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kinds of conveyances.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A01">
<xs:annotation>
<xs:documentation>
aircraft fixed-wing commercial passenger</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A02">
<xs:annotation>
<xs:documentation>
aircraft fixed-wing commercial cargo</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A03">
<xs:annotation>
<xs:documentation>
aircraft rotary-wing commercial passenger</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A04">
<xs:annotation>
<xs:documentation>
aircraft rotary-wing commercial cargo</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A05">
<xs:annotation>
<xs:documentation>
aircraft amphibian commercial</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A06">
<xs:annotation>
<xs:documentation>
aircraft fixed-wing multi-engine private</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A07">
<xs:annotation>
<xs:documentation>
aircraft fixed-wing single-engine private</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A08">
<xs:annotation>
<xs:documentation>
aircraft rotary-wing private</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A09">
<xs:annotation>
<xs:documentation>
aircraft amphibian private</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A10">
<xs:annotation>
<xs:documentation>
aircraft unpowered</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A11">
<xs:annotation>
<xs:documentation>
aircraft fixed-wing military</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A12">
<xs:annotation>
<xs:documentation>
aircraft rotary-wing military</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A13">
<xs:annotation>
<xs:documentation>
aircraft amphibian military</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A14">
<xs:annotation>
<xs:documentation>
aircraft fixed-wing government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A15">
<xs:annotation>
<xs:documentation>
aircraft rotary-wing government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A16">
<xs:annotation>
<xs:documentation>
aircraft amphibian government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A17">
<xs:annotation>
<xs:documentation>
aircraft lighter-than-air</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="A18">
<xs:annotation>
<xs:documentation>
aircraft other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B01">
<xs:annotation>
<xs:documentation>
boat fishing</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B02">
<xs:annotation>
<xs:documentation>
boat recreation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B03">
<xs:annotation>
<xs:documentation>
boat utility/service</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B04">
<xs:annotation>
<xs:documentation>
boat sail</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B05">
<xs:annotation>
<xs:documentation>
boat other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C01">
<xs:annotation>
<xs:documentation>
container</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="other">
<xs:annotation>
<xs:documentation>
other conveyance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="pipeline">
<xs:annotation>
<xs:documentation>
pipeline</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R01">
<xs:annotation>
<xs:documentation>
rail boxcar</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R02">
<xs:annotation>
<xs:documentation>
rail flatcar</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R03">
<xs:annotation>
<xs:documentation>
rail tanker</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R04">
<xs:annotation>
<xs:documentation>
rail container car</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R05">
<xs:annotation>
<xs:documentation>
rail auto carrier</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R06">
<xs:annotation>
<xs:documentation>
rail locomotive</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R07">
<xs:annotation>
<xs:documentation>
rail car other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S01">
<xs:annotation>
<xs:documentation>
ship commercial passenger</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S02">
<xs:annotation>
<xs:documentation>
ship commercial cargo</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S03">
<xs:annotation>
<xs:documentation>
ship commercial tanker</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S04">
<xs:annotation>
<xs:documentation>
ship commercial fishing</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S05">
<xs:annotation>
<xs:documentation>
ship commercial utility/service</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S06">
<xs:annotation>
<xs:documentation>
ship ferry</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S07">
<xs:annotation>
<xs:documentation>
ship private</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S08">
<xs:annotation>
<xs:documentation>
ship military</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S09">
<xs:annotation>
<xs:documentation>
ship government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S10">
<xs:annotation>
<xs:documentation>
ship other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="unknown">
<xs:annotation>
<xs:documentation>
unknown conveyance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V01">
<xs:annotation>
<xs:documentation>
vehicle truck commercial cargo</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V02">
<xs:annotation>
<xs:documentation>
vehicle truck commercial tanker</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V03">
<xs:annotation>
<xs:documentation>
vehicle truck commercial service</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V04">
<xs:annotation>
<xs:documentation>
vehicle truck rental</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V05">
<xs:annotation>
<xs:documentation>
vehicle truck private</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V06">
<xs:annotation>
<xs:documentation>
vehicle truck government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V07">
<xs:annotation>
<xs:documentation>
vehicle truck military</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V08">
<xs:annotation>
<xs:documentation>
vehicle trailer flatbed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V09">
<xs:annotation>
<xs:documentation>
vehicle trailer cargo</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V10">
<xs:annotation>
<xs:documentation>
vehicle trailer tanker</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V11">
<xs:annotation>
<xs:documentation>
vehicle trailer boat</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V12">
<xs:annotation>
<xs:documentation>
vehicle trailer car</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V13">
<xs:annotation>
<xs:documentation>
vehicle bus commercial</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V14">
<xs:annotation>
<xs:documentation>
vehicle bus private</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V15">
<xs:annotation>
<xs:documentation>
vehicle bus government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V16">
<xs:annotation>
<xs:documentation>
vehicle automobile commercial</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V17">
<xs:annotation>
<xs:documentation>
vehicle automobile private</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V18">
<xs:annotation>
<xs:documentation>
vehicle automobile government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V19">
<xs:annotation>
<xs:documentation>
vehicle automobile military</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V20">
<xs:annotation>
<xs:documentation>
vehicle military combat</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V21">
<xs:annotation>
<xs:documentation>
vehicle utility/service</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V22">
<xs:annotation>
<xs:documentation>
vehicle farm</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V23">
<xs:annotation>
<xs:documentation>
vehicle recreation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V24">
<xs:annotation>
<xs:documentation>
vehicle motorcycle</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V25">
<xs:annotation>
<xs:documentation>
vehicle other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>