<xsd:complexType name="MasterCustomerPartyType">
<xsd:annotation>
<xsd:documentation>The MasterCustomerParty component represents information about the customer purchasing an item including the BillTo and ShipTo.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="CustomerParty" />
<xsd:element maxOccurs="1" minOccurs="0" ref="BillToParty" />
<xsd:element maxOccurs="1" minOccurs="0" ref="ShipToParty" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="DocumentReference" />
</xsd:sequence>
</xsd:complexType>
|