Definition Type: ComplexType
Name: CostSupportRequestChangePartnersType
Namespace: urn:cidx:names:specification:ces:schema:all:5:0
Containing Schema: CIDX_5.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OtherPartner in schema cidx_5_0_xsd Drilldown into SoldTo in schema cidx_5_0_xsd Drilldown into ShipTo in schema cidx_5_0_xsd Drilldown into Supplier in schema cidx_5_0_xsd Drilldown into SoldBy in schema cidx_5_0_xsd Drilldown into Distributor in schema cidx_5_0_xsdXSD Diagram of CostSupportRequestChangePartnersType in schema cidx_5_0_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="CostSupportRequestChangePartnersType">
    <xsd:sequence>
        <xsd:element ref="Distributor" />
        <xsd:element ref="SoldBy" />
        <xsd:element ref="Supplier" />
        <xsd:element ref="ShipTo" maxOccurs="unbounded" />
        <xsd:element ref="SoldTo" />
        <xsd:element ref="OtherPartner" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Distributor nsA:Distributor (1) (1)
SoldBy nsA:SoldBy (1) (1)
Supplier nsA:Supplier (1) (1)
ShipTo nsA:ShipTo (1) unbounded
SoldTo nsA:SoldTo (1) (1)
OtherPartner nsA:OtherPartner 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:CostSupportRequestChangePartners