<xsd:complexType name="QuoteLineType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Defines the Quote Line structure.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ProcurementLineType">
<xsd:sequence>
<xsd:element ref="RFQReference" minOccurs="0" />
<xsd:element ref="EffectiveTimePeriod" minOccurs="0" />
<xsd:element ref="PromisedShipDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the date in which the order line was promised to be shipped from the supplier to the customer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PromisedDeliveryDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the date in which the order line was promised to be delivered to the customer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="DeliveryTimeTolerance" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicated the flexibility in the delivery date that the requester will of the Quote will allow in the Line.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="OrderCommission" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Message" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="QuoteSubLine" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="QuoteSchedule" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|