Definition Type: ComplexType
Name: PartsOrderLineBaseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: PartsOrder.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PromisedShipDate in schema partsorder_xsd Drilldown into PromisedDeliveryDate in schema partsorder_xsd Drilldown into OrderQuantity in schema partsorder_xsd Drilldown into LineNumberString in schema partsorder_xsdXSD Diagram of PartsOrderLineBaseType in schema partsorder_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartsOrderLineBaseType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:appinfo>Is derived from oa:PurchaseOrderLine affectively by restriction.</xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="LineNumberString" type="qdt:StringType" minOccurs="0">
            <xsd:annotation>
                <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 name="OrderQuantity" type="sqdt:QuantityType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the number of ordered items.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="PromisedDeliveryDate" type="udt:DateType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the date in which the order was promised to be
                  delivered to the dealer. This is the default unless specified otherwise at the lineitem level.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="PromisedShipDate" type="udt:DateType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the date in which the order was promised to be
                  shipped from the supplier to the dealer. This is the default unless specified otherwise at the
                  lineitem. level.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineNumberString star:LineNumberString 0 (1)
OrderQuantity star:OrderQuantity 0 (1)
PromisedDeliveryDate star:PromisedDeliveryDate 0 (1)
PromisedShipDate star:PromisedShipDate 0 (1)
Collapse Derivation Tree:
Collapse References:
star:PartsOrderLineBasestar:PartsOrderLineType,