<?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
14 May 2014   LA      New BOD for QualityTestResult - BOD-2518
 
        *****     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/QualityTestResult.xsd"/>
    
    <xsd:element name="GetQualityTestResult" type="GetQualityTestResultType">
        <xsd:annotation>
            <xsd:documentation>The purpose of the GetQualityTestResult 
                Business Object Document is to Get details of the QualityTestResult</xsd:documentation>
        </xsd:annotation>
    </xsd:element>
    
    <xsd:complexType name="GetQualityTestResultType">
        <xsd:complexContent>
            <xsd:extension base="BusinessObjectDocumentType">
                <xsd:sequence>
                    <xsd:element name="DataArea" type="GetQualityTestResultDataAreaType">
                        <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 GetQualityTestResult. The information consists of a 
                                Verb and one or more Nouns. The verb (Get) indicates the action to be performed 
                                on the Noun (QualityTestResult).</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
    
    <xsd:complexType name="GetQualityTestResultDataAreaType">
        <xsd:sequence>
            <xsd:element ref="Get"/>
            <xsd:element ref="QualityTestResult" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>
</xsd:schema>

