cbrn:ConveyanceAssociationType
complexType ConveyanceAssociationType in namespace http://release.niem.gov/niem/domains/cbrn/5.0/
Definition
A data type for a relationship between two conveyances; for example, a trailer towed by a truck, or a container on a trailer or railcar. A set of relationships in the same time period define a set of conveyances that are connected together, such as a truck towing three trailers.
Diagram
XML Schema
<xs:complexType name="ConveyanceAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between two conveyances; for example, a trailer towed by a truck, or a container on a trailer or railcar. A set of relationships in the same time period define a set of conveyances that are connected together, such as a truck towing three trailers.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="cbrn:Conveyee" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:Conveyor" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceAssociationCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceSequenceNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>