Definition Type: ComplexType
Name: RequestedLinesType
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 RequestedLine in schema partslocator_xsdXSD Diagram of RequestedLinesType in schema partslocator_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="RequestedLinesType">
    <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 ref="RequestedLine" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RequestedLine star:RequestedLine (1) unbounded
Collapse Derivation Tree:
Collapse References:
star:RequestedLines