<?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
07 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="ProcessUOMGroup"
        type="ProcessUOMGroupType">
        <xsd:annotation>
            <xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The purpose
                of the ProcessUOMGroup is to enable an application or
                component to send a ProcessUOMGroup.  </xsd:documentation>
        </xsd:annotation>
    </xsd:element>
    
    <xsd:complexType name="ProcessUOMGroupType">
        <xsd:complexContent>
            <xsd:extension base="BusinessObjectDocumentType">
                <xsd:sequence>
                    <xsd:element name="DataArea"
                        type="ProcessUOMGroupDataAreaType">
                        <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 ProcessUOMGroup.
                                The information consists of a Verb
                                and one or more Nouns. The verb
                                (Process) 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="ProcessUOMGroupDataAreaType">
        <xsd:sequence>
            <xsd:element ref="Process"/>
            <xsd:element ref="UOMGroup" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>
</xsd:schema>


