nc:TransportationAssociationType

complexType TransportationAssociationType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for an association between a conveyance and the people and/or goods it transported.

Diagram

XML Schema

<xs:complexType name="TransportationAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a conveyance and the people and/or goods it transported.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Conveyance" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ConveyedItem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ConveyanceOperator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ConveyedPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ConveyancePassengerQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TransportationAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>