it:ConsortiumCarrierType

complexType ConsortiumCarrierType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/

Definition

A data type representing the Name [and address] of the consortium carrier.

Diagram

XML Schema

<xs:complexType name="ConsortiumCarrierType">
<xs:annotation>
<xs:documentation>
A data type representing the Name [and address] of the consortium carrier.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:ConsortiumCarrierIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ConsortiumCarrierIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ConsortiumCarrierAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>