<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>
|