<?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
01 Oct 2013   PO      Added correct Copyright and update comments to schema.
28 Apr 2015    LA      Added Tax to line, BOD-2787
28 Jul 2016    LA      CurrencyExchangeRate added line BOD-3184
17 Aug 2016    LA       1099WithheldAmount definitions added, BOD-2520
19 Jul 2016    LA       PayFromParty added to header, BOD-3318
        *****     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="PayableTracker" type="PayableTrackerType"/>

    <xsd:complexType name="PayableTrackerType">
        <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="PayableTrackerHeader" minOccurs="0"/>
            <xsd:element ref="PayableTrackerLine" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:element name="PayableTrackerHeader" type="PayableTrackerHeaderType"/>
    <xsd:element name="PayableTrackerLine" type="PayableTrackerLineType"/>

    <xsd:complexType name="PayableTrackerHeaderType">
        <xsd:complexContent>
            <xsd:extension base="StatusEnabledHeaderType">
                <xsd:sequence>
                    <xsd:element ref="SupplierParty" minOccurs="0"/>
                    <xsd:element ref="RemitToParty" minOccurs="0"/>
                	<xsd:element ref="BillFromParty" minOccurs="0"/>
                    <xsd:element ref="CustomerParty" minOccurs="0"/>
                    <xsd:element ref="PayFromParty" 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="TotalAmount" minOccurs="0"/>
                    <xsd:element ref="TotalBaseAmount" minOccurs="0"/>
                    <xsd:element ref="TotalReportAmount" minOccurs="0"/>
                    <xsd:element ref="Tax" minOccurs="0" maxOccurs="unbounded"/>
                    <xsd:element ref="PayableAmount" minOccurs="0"/>
                    <xsd:element ref="PayableBaseAmount" minOccurs="0"/>
                    <xsd:element ref="PayableReportAmount" 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="DisputeAmount" minOccurs="0"/>
                	<xsd:element ref="DisputeBaseAmount" minOccurs="0"/>
                	<xsd:element ref="DisputeReportAmount" minOccurs="0"/>
                	<xsd:element ref="HoldAmount" minOccurs="0"/>
                	<xsd:element ref="HoldBaseAmount" minOccurs="0"/>
                	<xsd:element ref="HoldReportAmount" minOccurs="0"/>
                    <xsd:element ref="Supplier1099WithheldAmount" minOccurs="0"/>
                    <xsd:element ref="Supplier1099WithheldBaseAmount" minOccurs="0"/>
                    <xsd:element ref="Supplier1099WithheldReportAmount" minOccurs="0"/>
                	<xsd:element ref="UserArea" minOccurs="0"/>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>

    <xsd:complexType name="PayableTrackerLineType">
        <xsd:complexContent>
            <xsd:extension base="StatusEnabledLineType">
                <xsd:sequence>
                	<xsd:element ref="PayableTransactionType" minOccurs="0"/>
                	<xsd:element ref="MiscellaneousAdjustmentSubType" minOccurs="0"/>
                	<xsd:element ref="AssignmentDateTime" minOccurs="0"/>
                    <xsd:element ref="AssignedAmount" minOccurs="0"/>
                	<xsd:element ref="AssignedBaseAmount" minOccurs="0"/>
                	<xsd:element ref="AssignedReportAmount" minOccurs="0"/>
                    <xsd:element ref="Tax" minOccurs="0" maxOccurs="unbounded">
                        <xsd:annotation>
                            <xsd:documentation>
                                To specify any tax amounts that get adjusted due to payment discounts, 
                                penalties etc. Applicable only for lines that have PayableTransactionType
                                that indicate a discount, a penalty, a write-off or a miscellaneous adjustment.
                            </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element ref="CurrencyExchangeRate" minOccurs="0"/>
                	<xsd:element ref="PaymentMethodCode" minOccurs="0"/>
                	<xsd:element ref="LateDiscountIndicator" minOccurs="0"/>
                	<xsd:element ref="UserArea" minOccurs="0"/>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
   
</xsd:schema>
