Definition Type: ComplexType
Name: PartsPickListLineType
Namespace: http://www.starstandard.org/STAR/5
Type: star:PartsPickListLineBaseType
Containing Schema: PartsPickList.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LineNumberString in schema partspicklist_xsd Drilldown into StatusDetail in schema components_xsd Drilldown into Pricing in schema components_xsd Drilldown into PartsProductItem in schema components_xsd Drilldown into ItemQuantity in schema partspicklist_xsd Drilldown into PartsPickListLineBaseType in schema partspicklist_xsdXSD Diagram of PartsPickListLineType in schema partspicklist_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartsPickListLineType">
    <xsd:complexContent>
        <xsd:extension base="PartsPickListLineBaseType">
            <xsd:sequence>
                <xsd:element ref="PartsProductItem" />
                <xsd:element ref="Pricing" minOccurs="0" />
                <xsd:element ref="StatusDetail" minOccurs="0" maxOccurs="1" />
                <xsd:element name="LineNumberString" type="qdt:StringType" minOccurs="0" maxOccurs="1">
                    <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:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemQuantity star:ItemQuantity 0 (1)
PartsProductItem star:PartsProductItem (1) (1)
Pricing star:Pricing 0 (1)
StatusDetail star:StatusDetail 0 1
LineNumberString star:LineNumberString 0 1
Collapse Derivation Tree:
Collapse References:
star:PartsPickListLine