Definition Type: ComplexType
Name: SupplyingPartiesType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: PartsLocator.xsd
Abstract
Documentation:
Represents the parts for which pricing and availability is being requested.
Collapse XSD Schema Diagram:
Drilldown into PartsLocatorSupplyingParty in schema components_xsd Drilldown into Party in schema partslocator_xsdXSD Diagram of SupplyingPartiesType in schema partslocator_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SupplyingPartiesType">
    <xsd:annotation xmlns:star="http://www.starstandards.org/STAR" xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Represents the parts for which pricing and availability is being requested.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Party" type="PartsLocatorSupplyingPartyType" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Deprecated:  Use PartsLocatorSupplyingParty.  This was changed to align with naming and design rules.  It is kept here for compatibility reasons.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="PartsLocatorSupplyingParty" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Party star:Party (1) unbounded
PartsLocatorSupplyingParty star:PartsLocatorSupplyingParty 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:SupplyingParties