cbrn:ConveyanceConveyanceRelationshipType
complexType ConveyanceConveyanceRelationshipType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/
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="ConveyanceConveyanceRelationshipType">
<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="cbrn:EncounterRelationshipType">
<xs:sequence>
<xs:element ref="cbrn:ConveyanceRelationshipOriginID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceRelationshipTargetID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceRelationshipKindCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceSequenceNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceConveyanceRelationshipAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>