<xsd:complexType name="RequestedLineType">
<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="RequestedLineUIDID" type="udt:IdentifierType">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Only populated for
LocatedLine components that do not have a parent LocatedLine, this field represents
the LineNumber of the RequestedLine for which the pricing/availability is for. Must
be equal to one of the RequestedLine.LineNumber values.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LineNumberString" type="qdt:StringType" minOccurs="0">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">The number of the given
Line Component within the document. LineNumbers are assigned by the sending
system.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ShipPart" minOccurs="1" maxOccurs="1" />
<xsd:element name="ItemQuantity" type="sqdt:QuantityType" minOccurs="0">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Quantity of Part
number.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DealerNetPriceAmount" type="udt:AmountType" minOccurs="0">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Dealer net price of the individual part for the quantity indicated. This is the dealer net price to the dealer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SuggestedRetailPriceAmount" type="udt:AmountType" minOccurs="0">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Suggested retail price of the individual part for the quantity indicated. This is the price that the manufacturer suggests the dealer sells the part for.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|