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