it:MasterType

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

Definition

A data type representing the Name of the Master of a means of transport such as a vessel.

Diagram

XML Schema

<xs:complexType name="MasterType">
<xs:annotation>
<xs:documentation>
A data type representing the Name of the Master of a means of transport such as a vessel.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:MasterIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:MasterIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:MasterNationalityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:MasterAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>