<xsd:complexType name="QuoteScheduleType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the schedule for the order items to be delivered.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ProcurementScheduleType">
<xsd:sequence>
<xsd:element ref="PromisedDeliveryDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Date in which the supplier indicates that the Schedule Line will be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PromisedShipDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Date in whicht the supplier indicates the Schedule Line will be shipped.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="OrderCommission" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|