Definition Type: ComplexType
Name: PartsLocatorSupplyingPartyType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ZoneCode in schema components_xsd Drilldown into PartyTypeCode in schema components_xsd Drilldown into SupplierParty in schema components_xsd Drilldown into SupplyingPartyUIDID in schema components_xsdXSD Diagram of PartsLocatorSupplyingPartyType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartsLocatorSupplyingPartyType">
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="SupplyingPartyUIDID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation>
                        This field identifies the supplying party for the located
                            line and must be equal to one of the
                            SupplyingParties.Party.SupplyingPartyUID values.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" ref="SupplierParty" />
        <xsd:element maxOccurs="1" minOccurs="1" name="PartyTypeCode" type="scl:PartyTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>
                        Identifies if the supplier is a dealer or a supplier (OEM
                            or aftermarket distributor).
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ZoneCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        For dealers only, identifies the dealer's supplier defined
                            zone code.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SupplyingPartyUIDID star:SupplyingPartyUIDID 1 1
SupplierParty star:SupplierParty 1 1
PartyTypeCode star:PartyTypeCode 1 1
ZoneCode star:ZoneCode 0 (1)
Collapse Derivation Tree:
Collapse References:
star:PartsLocatorSupplyingParty, star:Party, star:PartyPartsLocatorSupplyingParty