<?xml version="1.0" encoding="utf-8"?>
<!--
        
        ** OAGIS® Revision: 9.1  **
        ** Date: 11 May 2007 **
        ** Copyright 1997-2007, All Rights Reserved **
        
        This is an OAGIS® BOD XML Schema (XSD) Definition.
        
       License information for this file is provided in the file **OAGi License Agreement.txt** that is provided with this download package.
        
        For support, more information, or to report implementation bugs, please contact the Open Applications Group at xml@openapplications.org.
        
        XML Schema 
        
-->
 
<!--
© Copyright 2007 Infor Global Solutions Technology GmbH and/or its affiliates and subsidiaries. All rights reserved. The 
word and design marks set forth herein are trademarks and/or registered trademarks of Infor Global Solutions 
Technology GmbH and/or its affiliates and subsidiaries. All rights reserved. All other trademarks listed herein 
are the property of their respective owners.
 
-->
 
<!--    *****     Update Log     *****
 
Date          By      Note
10 Apr 2008    JB      Added correct Copyright and update comments to schema.
 
        *****     Update End     *****
 
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schema.infor.com/InforOAGIS/2" targetNamespace="http://schema.infor.com/InforOAGIS/2" elementFormDefault="qualified">
        
        <xsd:include schemaLocation="../Components/Operational/OrderManagementComponents.xsd"/>
        
        <xsd:element name="RFQ" type="RFQType">
                
                <xsd:annotation>
                        
                        <xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is a document describing goods or services desired from a vendor.  The RFQ includes the terms of the purchase, delivery requirements, identification of goods or services ordered, as well as their quantities.The RFQ noun is used in conjunction with the Quote noun to form a Business-to-Business negotiation dialogue concerning the goods or services specified.</xsd:documentation>
                
                </xsd:annotation>
        
        </xsd:element>
        
        <xsd:complexType name="RFQType">
                
                <xsd:sequence>
                        
                        <xsd:element ref="RFQHeader" minOccurs="0"/>
                        
                        <xsd:element ref="RFQLine" minOccurs="0" maxOccurs="unbounded"/>
                
                </xsd:sequence>
        
        </xsd:complexType>
        
        <xsd:complexType name="RFQHeaderType">
                
                <xsd:complexContent>
                        
                        <xsd:extension base="ProcurementHeaderType">
                                
                                <xsd:sequence>
                                        
                                        <xsd:element ref="BuyerParty" minOccurs="0"/>
                                        
                                        <xsd:element ref="RequesterParty" minOccurs="0"/>
                                        
                                        <xsd:element ref="PriorityCode" minOccurs="0">
                                                
                                                <xsd:annotation>
                                                        
                                                        <xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Priority of the Request</xsd:documentation>
                                                
                                                </xsd:annotation>
                                        
                                        </xsd:element>
                                        
                                        <xsd:element ref="EffectiveTimePeriod" minOccurs="0"/>
                                        
                                        <xsd:element ref="SupplierSelectionTimePeriod" minOccurs="0">
                                                
                                                <xsd:annotation>
                                                        
                                                        <xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the timeperiod that Supplier(s) will be selected.</xsd:documentation>
                                                
                                                </xsd:annotation>
                                        
                                        </xsd:element>
                                        
                                        <xsd:element ref="BiddingTimePeriod" minOccurs="0">
                                                
                                                <xsd:annotation>
                                                        
                                                        <xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the period in which bidding can occur.</xsd:documentation>
                                                
                                                </xsd:annotation>
                                        
                                        </xsd:element>
                                        
                                        <xsd:element ref="QualificationTerm" minOccurs="0" maxOccurs="unbounded"/>
                                        
                                        <xsd:element ref="Message" minOccurs="0" maxOccurs="unbounded"/>
                                        
                                        <xsd:element ref="UserArea" minOccurs="0"/>
                                        <xsd:element ref="BaseCurrencyAmount" minOccurs="0" maxOccurs="unbounded"/>
                                        <xsd:element ref="BuyerReference" minOccurs="0"/>
                                        <xsd:element ref="RemitToParty" minOccurs="0"/>
                                </xsd:sequence>
                        
                        </xsd:extension>
                
                </xsd:complexContent>
        
        </xsd:complexType>
        
        <xsd:complexType name="RFQLineType">
                
                <xsd:complexContent>
                        
                        <xsd:extension base="ProcurementLineType">
                                
                                <xsd:sequence>
                                        
                                        <xsd:element ref="BuyerParty" minOccurs="0"/>
                                        
                                        <xsd:element ref="RequesterParty" minOccurs="0"/>
                                        
                                        <xsd:element ref="RequisitionReference" minOccurs="0" maxOccurs="unbounded"/>
                                        
                                        <xsd:element ref="EnterpriseUnit" minOccurs="0"/>
                                        
                                        <xsd:element ref="DeliveryTimeTolerance" minOccurs="0"/>
                                        
                                        <xsd:element ref="Message" minOccurs="0" maxOccurs="unbounded"/>
                                        
                                        <xsd:element ref="QualificationTerm" minOccurs="0" maxOccurs="unbounded"/>
                                        
                                        <xsd:element ref="RFQSubLine" minOccurs="0" maxOccurs="unbounded"/>
                                        
                                        <xsd:element ref="RFQSchedule" minOccurs="0" maxOccurs="unbounded"/>
                                        
                                        <xsd:element ref="UserArea" minOccurs="0"/>
                                        
                                        <xsd:element ref="QuantityBreakPricing" minOccurs="0" maxOccurs="unbounded"/>
                                        
                                        <xsd:element ref="BaseCurrencyAmount" minOccurs="0" maxOccurs="unbounded"/>
                                
                                </xsd:sequence>
                        
                        </xsd:extension>
                
                </xsd:complexContent>
        
        </xsd:complexType>
        
        
        
        
        <xsd:element name="RFQHeader" type="RFQHeaderType">
                
                <xsd:annotation>
                        
                        <xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Information that applies to the entire request for quote.  </xsd:documentation>
                
                </xsd:annotation>
        
        </xsd:element>
        
        <xsd:element name="RFQLine" type="RFQLineType">
                
                <xsd:annotation>
                        
                        <xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The item or product ordered along with quantity, price and other descriptive information.  </xsd:documentation>
                
                </xsd:annotation>
        
        </xsd:element>
        
        
        
       

</xsd:schema>
