<?xml version="1.0" encoding="UTF-8"?>

<!--
© 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
04 Apr 2014    LA    New BOD for existing noun UOMGroup
 
        *****     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"
    attributeFormDefault="unqualified">
    
    <xsd:include schemaLocation="../../Resources/Nouns/UOMGroup.xsd"/>
    
    <xsd:element name="AcknowledgeUOMGroup"
        type="AcknowledgeUOMGroupType">
        <xsd:annotation>
            <xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The purpose
                of the AcknowledgeUOMGroup is to enable an application or
                component to respond to a ProcessUOMGroup.  </xsd:documentation>
        </xsd:annotation>
    </xsd:element>
    
    <xsd:complexType name="AcknowledgeUOMGroupType">
        <xsd:complexContent>
            <xsd:extension base="BusinessObjectDocumentType">
                <xsd:sequence>
                    <xsd:element name="DataArea"
                        type="AcknowledgeUOMGroupDataAreaType">
                        <xsd:annotation>
                            <xsd:documentation
                                source="http://schema.infor.com/InforOAGIS/2"
                                >Is where the information that the
                                BOD message carries is provided, in
                                this case AcknowledgeUOMGroup.
                                The information consists of a Verb
                                and one or more Nouns. The verb
                                (Acknowledge) indicates the action
                                to be performed on the Noun
                                (UOMGroup).</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
    
    <xsd:complexType name="AcknowledgeUOMGroupDataAreaType">
        <xsd:sequence>
            <xsd:element ref="Acknowledge"/>
            <xsd:element ref="UOMGroup" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>
</xsd:schema>