it:SellerType

complexType SellerType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.1/

Definition

A data type for a Name [and address] of a party selling merchandise or services to a buyer

Diagram

XML Schema

<xs:complexType name="SellerType">
<xs:annotation>
<xs:documentation>
A data type for a Name [and address] of a party selling merchandise or services to a buyer
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:SellerIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:SellerIDCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:RoleOfParty" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:SellerAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>