Definition Type: ComplexType
Name: SupplyingPartyLocationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DistanceFromRequestor in schema components_xsd Drilldown into DistrictCode in schema components_xsd Drilldown into ZoneCode in schema components_xsd Drilldown into Location in schema components_xsd Drilldown into SupplyingPartyUIDID in schema components_xsd Drilldown into SupplyingPartyLocationUIDID in schema components_xsdXSD Diagram of SupplyingPartyLocationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SupplyingPartyLocationType">
    <xsd:sequence>
        <xsd:element name="SupplyingPartyLocationUIDID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation>The SupplyingPartyLocation.SupplyingPartyLocationUID of the supplying party's location. The combination of SupplyingPartyUID and SupplyingPartyLocationUID must equal one of the records in SupplyingPartyLocations. This field is only poplated when the LocatedLine has no child lines.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element 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="Location" />
        <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:element minOccurs="0" name="DistrictCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>For dealers only, identifies the dealer's supplier defined district code.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="DistanceFromRequestor" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation>Physical distance between the requesting party and the supplying party</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SupplyingPartyLocationUIDID star:SupplyingPartyLocationUIDID (1) (1)
SupplyingPartyUIDID star:SupplyingPartyUIDID (1) (1)
Location star:Location 1 1
ZoneCode star:ZoneCode 0 (1)
DistrictCode star:DistrictCode 0 (1)
DistanceFromRequestor star:DistanceFromRequestor 0 (1)
Collapse Derivation Tree:
Collapse References:
star:SupplyingPartyLocation