<?xml version="1.0" encoding="utf-8"?>
<!--

    ** OAGIS® Revision: 9.2 Release Candidate 1  **
    ** Date: 26 Oct 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  
     
    Name: 
-->
<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"
        attributeFormDefault="unqualified">
        <xsd:include schemaLocation="../Components/Common/Components.xsd"/>
        <xsd:element name="RequireProduct" type="RequireProductType">
                <xsd:annotation>
                        <xsd:documentation source="http://www.openapplications.org/oagis/9"
                                >RequireProduct is a request to reserve or allocate a specified
                                quantity of a specified item. Typically, this requirement would be
                                received by an inventory or production system.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:complexType name="RequireProductType">
                <xsd:complexContent>
                        <xsd:extension base="ProductRequirementBaseType">
                                <xsd:sequence>
                                        <xsd:element ref="UserArea" minOccurs="0"/>
                                        <xsd:element ref="ReferenceString" minOccurs="0"/>
                                        <xsd:element ref="CustomerParty" minOccurs="0"/>
                                        <xsd:element ref="WarehouseLocation" minOccurs="0"/>
                                        <xsd:element ref="PriorityCode" minOccurs="0">
                                                <xsd:annotation>
                                                  <xsd:documentation> Use the
                                                  AlphaPriorityCode code which will
                                                  allow the user to define priorities
                                                  A through ZZZZZZZZZ whcih will be
                                                  sorted alphabetically.
                                                  </xsd:documentation>
                                                </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element ref="EndDateTime" minOccurs="0">
                                                <xsd:annotation>
                                                  <xsd:documentation> This is the date time
                                                  when this reservation expires if the
                                                  actual demand document has not been
                                                  received by ICM.
                                                  </xsd:documentation>
                                                </xsd:annotation>
                                        </xsd:element>
                                </xsd:sequence>
                        </xsd:extension>
                </xsd:complexContent>
        </xsd:complexType>

        <xsd:element name="ReferenceString" type="NormalizedStringType"/>

</xsd:schema>
