Definition Type: ComplexType
Name: MasterCustomerPartyType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The MasterCustomerParty component represents information about the customer purchasing an item including the BillTo and ShipTo.
Collapse XSD Schema Diagram:
Drilldown into DocumentReference in schema components_xsd Drilldown into ShipToParty in schema components_xsd Drilldown into BillToParty in schema components_xsd Drilldown into CustomerParty in schema components_xsdXSD Diagram of MasterCustomerPartyType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustomerParty star:CustomerParty 0 1
BillToParty star:BillToParty 0 1
ShipToParty star:ShipToParty 0 1
DocumentReference star:DocumentReference 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:MasterCustomerParty