<xsd:complexType name="SplitPartsOrderLineType">
<xsd:complexContent>
<xsd:extension base="PartsOrderLineType">
<xsd:sequence>
<xsd:element name="ChildLineReasonCode" type="scl:ChildLineReasonCodeEnumeratedType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The reason this line has child lines.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ChildLinePricingAppliesIndicator" type="udt:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Identifies if the pricing of the child line(s) applies.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SPORequestedShipDateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
datetime the dealer is requesting the supplier to ship the order. This could be sooner or later
than the tyThepical stock order shipping date. However, it is expected this field is intended to
delay the shipment from the typical stock order processing to some later preferred datetime.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SPOPromisedShipDateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Indicates the datetime in which the order was promised to be shipped from the supplier to the dealer.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|