itcodes:ConveyanceRelationshipKindCodeSimpleType

simpleType ConveyanceRelationshipKindCodeSimpleType in namespace http://release.niem.gov/niem/codes/it_codes/4.0/

Definition

A data type for the relationship that describes the way in which the different conveyances are connected to each other

Diagram

Enumerations

ValueDefinition
connected toA conveyance connected to another conveyance, such as a trailer connected to the tractor in a truck, or a railcar in a train consist.
contained inA conveyance contained on or in another conveyance, such as a container on a ship or a railcar.
otherThe relationship between the two conveyances is other than contained in or connected to.

XML Schema

<xs:simpleType name="ConveyanceRelationshipKindCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the relationship that describes the way in which the different conveyances are connected to each other
</xs:documentation>
</xs:annotation>
<xs:enumeration value="connected to">
<xs:annotation>
<xs:documentation>
A conveyance connected to another conveyance, such as a trailer connected to the tractor in a truck, or a railcar in a train consist.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="contained in">
<xs:annotation>
<xs:documentation>
A conveyance contained on or in another conveyance, such as a container on a ship or a railcar.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="other">
<xs:annotation>
<xs:documentation>
The relationship between the two conveyances is other than contained in or connected to.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>