Definition Type: ComplexType
Name: RequestedLineType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: PartsLocator.xsd
Abstract
Documentation:
Represents the parts for which pricing and availability is being requested.
Collapse XSD Schema Diagram:
Drilldown into SuggestedRetailPriceAmount in schema partslocator_xsd Drilldown into DealerNetPriceAmount in schema partslocator_xsd Drilldown into ItemQuantity in schema partslocator_xsd Drilldown into ShipPart in schema components_xsd Drilldown into LineNumberString in schema partslocator_xsd Drilldown into RequestedLineUIDID in schema partslocator_xsdXSD Diagram of RequestedLineType in schema partslocator_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RequestedLineUIDID star:RequestedLineUIDID (1) (1)
LineNumberString star:LineNumberString 0 (1)
ShipPart star:ShipPart 1 1
ItemQuantity star:ItemQuantity 0 (1)
DealerNetPriceAmount star:DealerNetPriceAmount 0 (1)
SuggestedRetailPriceAmount star:SuggestedRetailPriceAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
star:RequestedLine