<?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.
17 Aug 2016    LA       1099WithheldAmount definitions added, BOD-2520
        *****     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="../Components/Financial/Components.xsd"/>

    <xsd:element name="PayableTransaction" type="PayableTransactionType"/>

    <xsd:complexType name="PayableTransactionType">
        <xsd:annotation>
            <xsd:documentation>The schema type for Payable. This document tracks the status and
                balance amounts for a payable.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element ref="PayableTransactionHeader" minOccurs="0"/>
            <xsd:element ref="PayableTransactionLine" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:element name="PayableTransactionHeader" type="PayableTransactionHeaderType"/>
    <xsd:element name="PayableTransactionLine" type="PayableTransactionLineType"/>

    <xsd:complexType name="PayableTransactionHeaderType">
        <xsd:complexContent>
            <xsd:extension base="StatusEnabledHeaderType">
                <xsd:sequence>
                    <xsd:element ref="SupplierParty" minOccurs="0"/>
                    <xsd:element ref="RemitToParty" minOccurs="0"/>
                    <xsd:element ref="CustomerParty" minOccurs="0"/>
                    <xsd:element ref="PayableStyle" minOccurs="0"/>
                    <xsd:element ref="PayableStyleCategory" minOccurs="0"/>
                    <xsd:element ref="InvoiceReference" minOccurs="0" maxOccurs="unbounded"/>
                    <xsd:element ref="Classification" minOccurs="0"/>
                    <xsd:element ref="Supplier1099Indicator" minOccurs="0"/>
                    <xsd:element ref="ExtendedAmount" minOccurs="0"/>
                    <xsd:element ref="ExtendedBaseAmount" minOccurs="0"/>
                    <xsd:element ref="ExtendedReportAmount" minOccurs="0"/>
                    <xsd:element ref="ExtendedLocalAmount" minOccurs="0"/>
                    <xsd:element ref="TotalAmount" minOccurs="0"/>
                    <xsd:element ref="TotalBaseAmount" minOccurs="0"/>
                    <xsd:element ref="TotalReportAmount" minOccurs="0"/>
                    <xsd:element ref="TotalLocalAmount" minOccurs="0"/>
                    <xsd:element ref="Tax" minOccurs="0" maxOccurs="unbounded"/>
                    <xsd:element ref="Allowance" minOccurs="0" maxOccurs="unbounded"/>
                    <xsd:element ref="Charge" minOccurs="0" maxOccurs="unbounded"/>
                    <xsd:element ref="DiscountStatus" minOccurs="0"/>
                    <xsd:element ref="PayableAmount" minOccurs="0"/>
                    <xsd:element ref="PayableBaseAmount" minOccurs="0"/>
                    <xsd:element ref="PayableReportAmount" minOccurs="0"/>
                    <xsd:element ref="PaymentAmount" minOccurs="0"/>
                    <xsd:element ref="PaymentBaseAmount" minOccurs="0"/>
                    <xsd:element ref="PaymentReportAmount" minOccurs="0"/>
                    <xsd:element ref="PaidAmount" minOccurs="0"/>
                    <xsd:element ref="PaidBaseAmount" minOccurs="0"/>
                    <xsd:element ref="PaidReportAmount" minOccurs="0"/>
                    <xsd:element ref="Supplier1099WithheldAmount" minOccurs="0"/>
                    <xsd:element ref="Supplier1099WithheldBaseAmount" minOccurs="0"/>
                    <xsd:element ref="Supplier1099WithheldReportAmount" minOccurs="0"/>
                    <xsd:element ref="PaymentMethodCode" minOccurs="0"/>                    
                    <xsd:element ref="CurrencyExchangeRate" minOccurs="0"/>
                    <xsd:element ref="PaymentTerm" minOccurs="0" maxOccurs="unbounded"/>
                    <xsd:element ref="DueDate" minOccurs="0"/>
                    <xsd:element ref="BaseCurrencyAmount" minOccurs="0" maxOccurs="unbounded"/>
                	<xsd:element ref="UserArea" minOccurs="0"/>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>

    <xsd:complexType name="PayableTransactionLineType">
        <xsd:complexContent>
            <xsd:extension base="StatusEnabledLineType">
                <xsd:sequence>
                    <xsd:group ref="ItemInstanceGroup"/>
                    <xsd:element ref="ExtendedAmount" minOccurs="0"/>
                    <xsd:element ref="ExtendedBaseAmount" minOccurs="0"/>
                    <xsd:element ref="ExtendedReportAmount" minOccurs="0"/>
                    <xsd:element ref="ExtendedLocalAmount" minOccurs="0"/>
                    <xsd:element ref="TotalAmount" minOccurs="0"/>
                    <xsd:element ref="TotalBaseAmount" minOccurs="0"/>
                    <xsd:element ref="TotalReportAmount" minOccurs="0"/>
                    <xsd:element ref="TotalLocalAmount" minOccurs="0"/>
                    <xsd:element ref="Tax" minOccurs="0" maxOccurs="unbounded"/>
                    <xsd:element ref="Allowance" minOccurs="0" maxOccurs="unbounded"/>
                    <xsd:element ref="Charge" minOccurs="0" maxOccurs="unbounded"/>
                    <xsd:element ref="DiscountStatus" minOccurs="0"/>
                    <xsd:element ref="PayableAmount" minOccurs="0"/>
                    <xsd:element ref="PayableBaseAmount" minOccurs="0"/>
                    <xsd:element ref="PayableReportAmount" minOccurs="0"/>
                    <xsd:element ref="PaymentAmount" minOccurs="0"/>
                    <xsd:element ref="PaymentBaseAmount" minOccurs="0"/>
                    <xsd:element ref="PaymentReportAmount" minOccurs="0"/>
                    <xsd:element ref="PaidAmount" minOccurs="0"/>
                    <xsd:element ref="PaidBaseAmount" minOccurs="0"/>
                    <xsd:element ref="PaidReportAmount" minOccurs="0"/>
                    <xsd:element ref="CurrencyExchangeRate" minOccurs="0"/>
                    <xsd:element ref="Classification" minOccurs="0"/>
                    <xsd:element ref="BaseCurrencyAmount" minOccurs="0" maxOccurs="unbounded"/>
                	<xsd:element ref="UserArea" minOccurs="0"/>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
    

    
</xsd:schema>
