it:BuyerType
complexType BuyerType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type for a name [and address] of a party to which merchandise or services are sold.
Diagram
XML Schema
<xs:complexType name="BuyerType">
<xs:annotation>
<xs:documentation>
A data type for a name [and address] of a party to which merchandise or services are sold.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:BuyerIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:BuyerIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:BuyerAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>