<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>
|