<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:sequence>
</xsd:complexType>
|