it:TransportMeansOwnerType
complexType TransportMeansOwnerType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.1/
Definition
A data type representing the registered owner of means of transport.
Diagram
XML Schema
<xs:complexType name="TransportMeansOwnerType">
<xs:annotation>
<xs:documentation>
A data type representing the registered owner of means of transport.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:TransportMeansOwnerIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:Party" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:TransportMeansOwnerAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>