<?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.
28 Jan 2009    PO      Added TotalLocalAmount and ExtendedLocalAmount fields
02 Feb 2009    PO      Added BillingTriggerCode and InvoiceImmediatelyIndicator fields for use by Billing (BOD-741)
29 May 2009    PO      Corrected type of InvoiceImmediatelyIndicator to IndicatorType from IdentifierType
10 Sep 2009    NO      Added OpportunitySource (BOD-1031).
08 Oct 2009    NO      Added MaterialsReturnsIndicator.
05 Nov 2009    NO      Added Checksum (see BOD-1153 for details on use).
10 May 2010    PO      Added new field DefaultLanguageCode
16 Nov 2010    NO      Moved CalendarID to Components.xsd and redefined as DocucmentIDType (JIRA BOD-1485)
15 Dec 2010    NO      Changed type and name to include "Time" for RequiredShipDate, PlannedShipDate, and PlannedDeliveryDate (JIRA BOD-1481)
02 May 2011    NO      Added new fields for JIRA BOD-1495: ReceivedVolumeMeasure, ShippedVolumeMeasure, TotalReceivedVolumeMeasure, and TotalShippedVolumeMeasure.
31 Sep 2011    PO      Added noteID to NoteType - BOD-1627
*****     Update End     *****
 
-->



<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns="http://schema.infor.com/InforOAGIS/2"
	xmlns:oacl="http://www.openapplications.org/oagis/9/codelists"
	xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1"
	xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1"
	xmlns:ccts="urn:un:unece:uncefact:documentation:1.1"
	targetNamespace="http://schema.infor.com/InforOAGIS/2" elementFormDefault="qualified"
	attributeFormDefault="unqualified">
	<xsd:import namespace="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1"
		schemaLocation="../CoreComponents/UnqualifiedDataTypes.xsd"/>
	<xsd:import namespace="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1"
		schemaLocation="../CoreComponents/QualifiedDataTypes.xsd"/>
	<xsd:import namespace="http://www.openapplications.org/oagis/9/codelists"
		schemaLocation="../Common/CodeLists.xsd"/>
	<xsd:element name="AccruedAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Costs incurred against
				this project activity are recorded in the AccruedAmount for the Activity.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ActualAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the ActualAmount of
				the MaintenanceOrder.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Amount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The monetary value of
				the object in which the amount is associated</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ApprovedOrderAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the total amount of
				orders approved but not yet invoiced</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AvailableAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the credit amount
				available for a trading partner to make an additional order against. This amount is
				typically a combination of orders approved but not yet invoiced and orders invoiced
				yet still considered open items in the receivables balance.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BalanceAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Balance still
				owed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="BaseAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The amount in the base
				or book currency.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReportAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The amount in the
				reporting currency.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BasisAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the base amount from
				which the charge/allowance is derived.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BudgetedAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The budgeted amount of
				performing this activity. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CostAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the cost of
				the given entity on the General Ledger As such the currency used is the currency of
				the General Ledger. In the case of an operation it the cost of performing the
				Operation.</xsd:documentation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the cost of
				the operation on the General Ledger As such the currency used is the currency of the
				General Ledger.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CreditNoteAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2"
				>PmtInf/PmtTx/RmtInf/Strd/RfrdDocAmt/CdtNoteAmt</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DeclaredValueAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the declared
				monetary value of the contents of a shipping unit or a delivery for insurance
				purposes.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DiscountAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates an amount of
				discount that is available against a price</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DiscountAppliedAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2"
				>PmtInf/PmtTx/RmtInf/Strd/RfrdDocAmt/DscntApldAmt</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DownPaymentAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Amount of down
				payment.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DuePayableAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2"
				>PmtInf/PmtTx/RmtInf/Strd/RfrdDocAmt/DuepyblAmt</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EquivalentAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Amount of money to be
				transferred between the debtor and creditor, before deduction of charges, expressed
				in the currency of the debtor's account and to be transferred into a different
				currency. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EstimatedAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the EstimatedAmount
				of the MaintenanceOrder.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EstimatedFreightChargeAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is used to describe the
				estimated cost of transporting the items or products being sold, produced or
				purchased. This amount is usually determined at the time the sales order is created
				and is quoted to the customer, before the actual shipping method, weight or number
				of units is known. This is also customarily known as a general "Shipping and
				Handling" charge.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ExtendedAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is an amount not
				including taxes or charges. In the case of orders, this is typically the Unit Price
				times the Order Quantity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ExtendedSalePriceAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This indicates the
				extended sale price i.e. the unit price times the quantity, independent of any
				charges for an item or order line</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FinalAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Final Amount to be paid
				including interest and principle.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FreightChargeAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is used to report the
				total price charged to the customer for transporting the items or products being
				sold, produced or purchased. This amount is determined by the shipping partner
				and/or reported by the carrier partner upon shipment or delivery of the product. The
				shipper's total operational freight cost (which may be different the price charged)
				can be reported using FreightOperationalAmount.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FreightCostAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is used to
				describe a shipper's total cost of transporting the items or products being sold,
				produced or purchased, if it is different that the freight amount being charged to
				the customer. (Certain businesses may want to track the internal cost of a "free
				shipping" promotion or utilize their shipping operations as a profit
				center.)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FunctionalAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The monetary value of
				the object to which the FunctionalAmount is associated, expressed in the ledger or
				base currency</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="InstructedAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Amount of money to be
				transferred between debtor and creditor, before deduction of charges, expressed in
				the currency of the debtor's account or in another currency.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MaterialityOperationalAssessmentAmount" type="AmountType"/>
	<xsd:element name="MaterialityValueAssessmentAmount" type="AmountType"/>
	<xsd:element name="OpenItemAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the total orders
				invoiced yet still considered open items in the receivables
				balance.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OrderAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the total Amount of
				the Order.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OrderLimitAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the credit limit of
				a single sales order used during credit checking.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PaymentAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Amount of
				payment</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PriceBreakAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The monetary amount
				that must be spent on a given price list line before the benefit or until the
				detriment of a given price break line will apply. For example, if a customer orders
				up to 5000 dollars worth of flour, they will get a price of $8:00 a case. If the
				customer buys 5500 dollars worth of flour they will get a price of $7.50 a
				case</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReceivingServiceChargeAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This indicates the
				receiving service charge associated with the receiving document either as a whole,
				or at line level dpending on usage</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RemittedAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2"
				>PmtInf/PmtTx/RmtInf/Strd/RfrdDocAmt/RmtdAmt</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ResidualAmount" type="AmountType"/>
	<xsd:element name="SalePriceAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the sales
				price for the associated item or object. This could be used to identify the price at
				a header level or line item level. This price is considered to be exclusive of
				freight or other taxes or charges</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShipmentTotalAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the sum of the
				FreightChargeAmount and SalePriceAmount for the shipment. If C.O.D. (Collect On
				Delivery) freight terms were specified for the transaction, this is monetary amount
				that the carrier is to collect as payment from the customer upon shipment of all the
				shipping units</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SourceAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Normally the primary
				book will have nothing in the source amount field. However, given the way that LN
				calculates its book amount, the source amount may be populated by what LN calls the
				“reference” currency value. This is truly the amount from which the book amount is
				calculated, so fits the definition of a source amount.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TaxAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2"
				>PmtInf/PmtTx/RmtInf/Strd/RfrdDocAmt/TaxAmt</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TaxAuthorityAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is used to
				represent the tax amount in the currency of the taxing authority in addition to the
				transactional tax amount which may be in a different currency.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TaxBaseAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the Amount for
				the associated object expressed in the ledger or base currency</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TaxBaseFunctionalAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the Tax Amount
				for the associated object expressed in the ledger or base
				currency</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the total
				amount of the object associated. This includes the Price and the total of all the
				charges, allowances and taxes.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalCostAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The total cost of this
				project, as either an entered amount (no activity costing) or calculated as the sum
				of the activity costs. This field is updated by the LoadProjectAccounting BOD.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalCreditLimitAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the total credit
				limit for a trading partner used during credit checking.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalTaxableBaseAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Total amount of money
				on which the tax is based.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalTaxAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Amount of money
				resulting from the calculation of the tax.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalValueAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the total
				value of the associated object.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UnitSalePriceAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This indicates the unit
				sale price for an item or order line</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OverridePrice" type="AmountType"/>
	<xsd:element name="EstimatedEngineeringCost" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The esitmated cost to
				engineering to make the proposed change.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EstimatedManufacturingCost" type="AmountType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The estimated cost to
				manufacturing to make the proposed change.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="ExtendedLocalAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation>The amount based on the unit amount times the quantity expressed in
				the local (or base) currency.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalLocalAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation>The total amount inclusive of all charges, allowances and tax
				expressed in the local (or base) currency.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AccountedForCostReportAmount" type="AmountType"/>
	<xsd:element name="AccountedForSalesReportAmount" type="AmountType"/>
	<xsd:element name="ActualBaseAmount" type="AmountType"/>
	<xsd:element name="ActualCostPriceBaseAmount" type="AmountType"/>
	<xsd:element name="ActualCostPriceReportAmount" type="AmountType"/>
	<xsd:element name="ActualInvoicePriceBaseAmount" type="AmountType"/>
	<xsd:element name="ActualInvoicePriceReportAmount" type="AmountType"/>
	<xsd:element name="ActualReportAmount" type="AmountType"/>
	<xsd:element name="ActualSalesPriceBaseAmount" type="AmountType"/>
	<xsd:element name="ActualSalesPriceReportAmount" type="AmountType"/>
	<xsd:element name="BasisBaseAmount" type="AmountType"/>
	<xsd:element name="BasisReportAmount" type="AmountType"/>
	<xsd:element name="BottomUpGrossSalesReportAmount" type="AmountType"/>
	<xsd:element name="BottomUpLandedCostReportAmount" type="AmountType"/>
	<xsd:element name="BottomUpNetSalesReportAmount" type="AmountType"/>
	<xsd:element name="BottomUpTotalCostReportAmount" type="AmountType"/>
	<xsd:element name="BudgetedBaseAmount" type="AmountType"/>
	<xsd:element name="BudgetedReportAmount"  type="AmountType"/>
	<xsd:element name="CeilingBaseAmount" type="AmountType"/>
	<xsd:element name="CeilingReportAmount" type="AmountType"/>
	<xsd:element name="ContingencyReportAmount" type="AmountType"/>
	<xsd:element name="ContractAmount" type="AmountType"/>
	<xsd:element name="ContractBaseAmount" type="AmountType"/>
	<xsd:element name="ContractReportAmount" type="AmountType"/>
	<xsd:element name="CostBaseAmount" type="AmountType"/>
	<xsd:element name="CostReportAmount" type="AmountType"/>
	<xsd:element name="CurrentValueBaseAmount" type="AmountType"/>
	<xsd:element name="CurrentValueReportAmount" type="AmountType"/>
	<xsd:element name="DeclaredValueBaseAmount" type="AmountType"/>
	<xsd:element name="DeclaredValueReportAmount" type="AmountType"/>
	<xsd:element name="DepreciationBaseAmount" type="AmountType"/>
	<xsd:element name="DepreciationReportAmount" type="AmountType"/>
	<xsd:element name="DiscountAllowedBaseAmount" type="AmountType"/>
	<xsd:element name="DiscountAllowedReportAmount" type="AmountType"/>
	<xsd:element name="DiscountBaseAmount" type="AmountType"/>
	<xsd:element name="DiscountReportAmount" type="AmountType"/>
	<xsd:element name="DiscountTakenBaseAmount" type="AmountType"/>
	<xsd:element name="DiscountTakenReportAmount" type="AmountType"/>
	<xsd:element name="DisposalExpenseAmount" type="AmountType"/>
	<xsd:element name="DisposalExpenseBaseAmount" type="AmountType"/>
	<xsd:element name="DisposalExpenseReportAmount" type="AmountType"/>
	<xsd:element name="EscalationReportAmount" type="AmountType"/>
	<xsd:element name="EstimatedBaseAmount" type="AmountType"/>
	<xsd:element name="EstimatedCostPriceBaseAmount" type="AmountType"/>
	<xsd:element name="EstimatedCostPriceReportAmount" type="AmountType"/>
	<xsd:element name="EstimatedFreightChargeBaseAmount" type="AmountType"/>
	<xsd:element name="EstimatedFreightChargeReportAmount" type="AmountType"/>
	<xsd:element name="EstimatedInvoicePriceBaseAmount" type="AmountType"/>
	<xsd:element name="EstimatedInvoicePriceReportAmount" type="AmountType"/>
	<xsd:element name="EstimatedReportAmount" type="AmountType"/>
	<xsd:element name="EstimatedSalesPriceBaseAmount" type="AmountType"/>
	<xsd:element name="EstimatedSalesPriceReportAmount" type="AmountType"/>
	<xsd:element name="ExtendedBaseAmount" type="AmountType"/>
	<xsd:element name="ExtendedPretaxBaseAmount" type="AmountType"/>
	<xsd:element name="ExtendedPretaxReportAmount" type="AmountType"/>
	<xsd:element name="ExtendedReportAmount" type="AmountType"/>
	<xsd:element name="ExtendedSalePriceBaseAmount" type="AmountType"/>
	<xsd:element name="ExtendedSalePriceReportAmount" type="AmountType"/>
	<xsd:element name="ExtendedSalesReportAmount" type="AmountType"/>
	<xsd:element name="ExtendedUnitBaseBaseAmount" type="AmountType"/>
	<xsd:element name="ExtendedUnitBaseReportAmount" type="AmountType"/>
	<xsd:element name="ExtendedUnitPretaxAmount" type="AmountType"/>
	<xsd:element name="FreightChargeBaseAmount" type="AmountType"/>
	<xsd:element name="FreightChargeReportAmount" type="AmountType"/>
	<xsd:element name="FreightCostBaseAmount" type="AmountType"/>
	<xsd:element name="FreightCostReportAmount" type="AmountType"/>
	<xsd:element name="GrossSalesReportAmount" type="AmountType"/>
	<xsd:element name="GrossSalesReportPrice" type="AmountType"/>
	<xsd:element name="InitialValueBaseAmount" type="AmountType"/>
	<xsd:element name="InitialValueReportAmount" type="AmountType"/>
	<xsd:element name="LandedCostReportAmount" type="AmountType"/>
	<xsd:element name="MarkupReportAmount" type="AmountType"/>
	<xsd:element name="MaxApprovalAmount" type="AmountType"/>
	<xsd:element name="MaxApprovalBaseAmount" type="AmountType"/>
	<xsd:element name="MaxApprovalReportAmount" type="AmountType"/>
	<xsd:element name="MaximumOrderAmount" type="AmountType"/>
	<xsd:element name="MaximumOrderBaseAmount" type="AmountType"/>
	<xsd:element name="MaximumOrderReportAmount" type="AmountType"/>
	<xsd:element name="MaxPurchaseAmount" type="AmountType"/>
	<xsd:element name="MaxPurchaseBaseAmount" type="AmountType"/>
	<xsd:element name="MaxPurchaseReportAmount" type="AmountType"/>
	<xsd:element name="MinimumChargeAmount" type="AmountType"/>
	<xsd:element name="MinimumChargeBaseAmount" type="AmountType"/>
	<xsd:element name="MinimumChargeReportAmount" type="AmountType"/>
	<xsd:element name="MinimumOrderAmount" type="AmountType"/>
	<xsd:element name="MinimumOrderBaseAmount" type="AmountType"/>
	<xsd:element name="MinimumOrderFreeShippingAmount" type="AmountType"/>
	<xsd:element name="MinimumOrderFreeShippingBaseAmount" type="AmountType"/>
	<xsd:element name="MinimumOrderFreeShippingReportAmount" type="AmountType"/>
	<xsd:element name="MinimumOrderReportAmount" type="AmountType"/>
	<xsd:element name="NetSalesReportAmount" type="AmountType"/>
	<xsd:element name="NetSalesReportPrice" type="AmountType"/>
	<xsd:element name="NonDiscountBaseAmount" type="AmountType"/>
	<xsd:element name="NonDiscountReportAmount" type="AmountType"/>
	<xsd:element name="OptimalCostAmount" type="AmountType"/>
	<xsd:element name="OptimalCostBaseAmount" type="AmountType"/>
	<xsd:element name="OptimalCostReportAmount" type="AmountType"/>
	<xsd:element name="OrderBaseAmount" type="AmountType"/>
	<xsd:element name="OrderLimitBaseAmount" type="AmountType"/>
	<xsd:element name="OrderLimitReportAmount" type="AmountType"/>
	<xsd:element name="OrderReportAmount" type="AmountType"/>
	<xsd:element name="PaidAmount" type="AmountType"/>
	<xsd:element name="PaidBaseAmount" type="AmountType"/>
	<xsd:element name="PaidReportAmount" type="AmountType"/>
	<xsd:element name="PayableAmount" type="AmountType"/>
	<xsd:element name="PayableBaseAmount" type="AmountType"/>
	<xsd:element name="PayableReportAmount" type="AmountType"/>
	<xsd:element name="PaymentBaseAmount" type="AmountType"/>
	<xsd:element name="PaymentReportAmount" type="AmountType"/>
	<xsd:element name="PenaltyTakenBaseAmount" type="AmountType"/>
	<xsd:element name="PenaltyTakenReportAmount" type="AmountType"/>
	<xsd:element name="PlannedBaseAmount" type="AmountType"/>
	<xsd:element name="PlannedReportAmount" type="AmountType"/>
	<xsd:element name="PreOptimizationCostAmount" type="AmountType"/>
	<xsd:element name="PreOptimizationCostBaseAmount" type="AmountType"/>
	<xsd:element name="PreOptimizationCostReportAmount" type="AmountType"/>
	<xsd:element name="PricingBaseAmount" type="AmountType"/>
	<xsd:element name="PriceBreakBaseAmount" type="AmountType"/>
	<xsd:element name="PriceBreakReportAmount" type="AmountType"/>
	<xsd:element name="PricingReportAmount" type="AmountType"/>
	<xsd:element name="ProceedsAmount" type="AmountType"/>
	<xsd:element name="ProceedsBaseAmount" type="AmountType"/>
	<xsd:element name="ProceedsReportAmount" type="AmountType"/>
	<xsd:element name="ProfitFeeReportAmount" type="AmountType"/>
	<xsd:element name="ProfitMarginReportAmount" type="AmountType"/>
	<xsd:element name="ProfitReportAmount" type="AmountType"/>
	<xsd:element name="ReceiptBaseAmount" type="AmountType"/>
	<xsd:element name="ReceiptReportAmount" type="AmountType"/>
	<xsd:element name="ReceivableBaseAmount" type="AmountType"/>
	<xsd:element name="ReceivableReportAmount" type="AmountType"/>
	<xsd:element name="ReceivedBaseAmount" type="AmountType"/>
	<xsd:element name="ReceivedReportAmount" type="AmountType"/>
	<xsd:element name="ReceivingServiceChargeBaseAmount" type="AmountType"/>
	<xsd:element name="ReceivingServiceChargeReportAmount" type="AmountType"/>
	<xsd:element name="RemovalExpenseAmount" type="AmountType"/>
	<xsd:element name="RemovalExpenseBaseAmount" type="AmountType"/>
	<xsd:element name="RemovalExpenseReportAmount" type="AmountType"/>
	<xsd:element name="RestockAmount" type="AmountType"><xsd:annotation><xsd:documentation> Amount of the price that is charged for restocking the returned item....based on the RestockPercent. </xsd:documentation></xsd:annotation></xsd:element>
	<xsd:element name="RestockBaseAmount" type="AmountType"/>
	<xsd:element name="RestockReportAmount" type="AmountType"/>
	<xsd:element name="RevenueAmount" type="AmountType"/>
	<xsd:element name="RevenueBaseAmount" type="AmountType"/>
	<xsd:element name="RevenueReportAmount" type="AmountType"/>
	<xsd:element name="SalePriceBaseAmount" type="AmountType"/>
	<xsd:element name="SalePriceReportAmount" type="AmountType"/>
	<xsd:element name="SalesBaseAmount" type="AmountType"/>
	<xsd:element name="SalesReportAmount" type="AmountType"/>
	<xsd:element name="SalesTaxReportAmount" type="AmountType"/>
	<xsd:element name="SalvageBaseValue" type="AmountType"/>
	<xsd:element name="SalvageReportValue" type="AmountType"/>
	<xsd:element name="SalvageValue" type="AmountType"/>
	<xsd:element name="ShipmentTotalBaseAmount" type="AmountType"/>
	<xsd:element name="ShipmentTotalReportAmount" type="AmountType"/>
	<xsd:element name="StandardAmount" type="AmountType"/>
	<xsd:element name="StandardBaseAmount" type="AmountType"/>
	<xsd:element name="StandardReportAmount" type="AmountType"/>
	<xsd:element name="SubTotalBaseAmount" type="AmountType"/>
	<xsd:element name="SubTotalReportAmount" type="AmountType"/>
	<xsd:element name="SurchargeReportAmount" type="AmountType"/>
	<xsd:element name="TaxAuthorityBaseAmount" type="AmountType"/>
	<xsd:element name="TaxAuthorityReportAmount" type="AmountType"/>
	<xsd:element name="ToDateAmount" type="AmountType"/>
	<xsd:element name="ToDateBaseAmount" type="AmountType"/>
	<xsd:element name="ToDateReportAmount" type="AmountType"/>
	<xsd:element name="ToleranceBaseAmount" type="AmountType"/>
	<xsd:element name="ToleranceReportAmount" type="AmountType"/>
	<xsd:element name="TopDownGrossSalesReportAmount" type="AmountType"/>
	<xsd:element name="TopDownLandedCostReportAmount" type="AmountType"/>
	<xsd:element name="TopDownNetSalesReportAmount" type="AmountType"/>
	<xsd:element name="TopDownTotalCostReportAmount" type="AmountType"/>
	<xsd:element name="TotalBaseAmount" type="AmountType"/>
	<xsd:element name="TotalCostBaseAmount" type="AmountType"/>
	<xsd:element name="TotalCostReportAmount" type="AmountType"/>
	<xsd:element name="TotalCreditLimitBaseAmount" type="AmountType"/>
	<xsd:element name="TotalCreditLimitReportAmount" type="AmountType"/>
	<xsd:element name="TotalPretaxBaseAmount" type="AmountType"/>
	<xsd:element name="TotalPretaxReportAmount" type="AmountType"/>
	<xsd:element name="TotalReportAmount" type="AmountType"/>
	<xsd:element name="UnitAdjustmentBaseAmount" type="AmountType"/>
	<xsd:element name="UnitAdjustmentReportAmount" type="AmountType"/>
	<xsd:element name="UnitBaseBaseAmount" type="AmountType"/>
	<xsd:element name="UnitBaseReportAmount" type="AmountType"/>
	<xsd:element name="UnitBasisBaseAmount" type="AmountType"/>
	<xsd:element name="UnitBasisBaseCurrencyAmount" type="AmountType"/>
	<xsd:element name="UnitBasisReportAmount" type="AmountType"/>
	<xsd:element name="UnitSalePriceBaseAmount" type="AmountType"/>
	<xsd:element name="UnitSalePriceReportAmount" type="AmountType"/>
	<xsd:element name="UnitTotalBaseAmount" type="AmountType"/>
	<xsd:element name="UnitTotalReportAmount" type="AmountType"/>
	
	
	<xsd:element name="EmbeddedData" type="BinaryObjectType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Allows the data to be
				embedded directly into the BOD instance.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PasswordEncrypted" type="EncryptedBinaryObjectType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Used to carry an
				encrypted password.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ActivityCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This describes the type
				of activity produced by a cost center in an operation. In this context, it indicates
				that the resources being reported here are performing one of the following types of
				activities: Setup, Execution or Teardown</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AuthorizationCode" type="CodeType"/>
	<xsd:element name="BillingTriggerCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>This describes the trigger event that is used by billing to determine
				when the Invoice or Credit Memo should be generated. The code list for this code is
				BillingTrigger.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CardCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">CardCode or Card Id
				field that can be optionally provided to use additional security features of credit
				card authorization. It is typically a 3 digit number located on the back of most
				credit cards. For American Express, it is a 4 digit number on the
				front.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CarrierServiceLevelCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The carrier's code or
				marketing term for specifying a particular type or quality of delivery service to be
				used for transporting goods. Use ShipmentServiceLevel when specifying a
				shipper-assigned code for generic delivery service level that is not specific to a
				carrier.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ChannelCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the channel
				in which the associated entity comes.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ChargeBearerCode" type="ChargeBearerCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Specifies if the
				creditor and/or debtor will bear the charges associated with the processing of the
				payment transaction.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ChequeFormsCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Code agreed between the
				initiating party and the first agent, which specifies the cheque layout, company
				logo and digitised signature to be used to print the cheque.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CloseReasonCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Reason code for why the
				lead/opportunity was closed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Code" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Element for the
				communication of all codes.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CommodityCode" type="CodeType"/>
	<xsd:element name="CompetencyCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Inidicates the
				competency level</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CostingMethodCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the methodology by
				which the value of an item is determined. Values are: Standard Moving Average LIFO -
				For last in first out. FIFO - For first in first out.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CountrySubDivisionCode" type="CountrySubDivisionCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Qualifies the further
				division of the Country. These may be Districts, Regions, States, Provinces etc. A
				possible list of values is as specified in ISO 3166-2. The type attribute identifies
				the type of this e.g. District, Region etc, and there is a pre-defined list of types
				supported, with the ability to add new ones as necessary</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CreditRatingCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Credit
				rating.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CreditTransferType" type="CreditTransferCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is used by agents in
				the payment chain to define the instrument and/or processing conditions that will be
				used to execute the payment.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DateCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether the
				dates specified on the schedule are delivery based or shipment based. Valid values
				for this field include: - Ship - Deliver</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DefaultLanguageCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>Indicates the default language for the associated object. This can be
				any valid language code.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DeliveryMethodCode" type="ChequeDeliveryMethodCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Specifies the delivery
				method of the cheque.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DeliveryPointCode" type="DeliveryPointCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the Dock or
				the Mail Stop or Lane or any other specific Delivery Point. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DirectionCode" type="CodeType"/>
	<xsd:element name="DistributionCenterCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the
				DistributionCenter that the Seller will ship the items from.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DocumentType" type="MatchDocumentCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Types of Documents
				involved in a matching process. Typically the document type is one of these values:
				Invoice, Purchase Order, Receipt, Inspection</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EndSequenceCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The ending production
				sequence number, name, or identifier given to a manufactured or assembled item for
				use in sequenced part requirements and shipments for a given day's
				requirements</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EmailResultCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://www.starstandards.org">Indicates Whether an Email was
				Sent. Example could be: Sent, digit- - number of times sent, Received, Not Sent,
				Undeliverable, Email address not available</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EscalationLevelCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">In Customer support
				scenarios one can associate Escalation level which could be numbers or
				textual.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EventCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>The activity or event that occurred that is being tracked. Iniitial
				values are Entered, Modified, Approved, and Posted.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ExpirationControlCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the type of
				control used to determine whether or not an item has expired or is no longer
				considered good to sell or consume.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FinalAgentInstructionCode" type="FinalAgentInstructionCodeType"/>
	<xsd:element name="FinancialMatchCode" type="FinancialMatchCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Standard List of
				Invoice Matching Types. 2 stands for two way matching (Invoice, PO). 3 stands for
				three way matching (Invoice, PO, Receipt). 4 stands for four way matching (Invoice,
				PO, Receipt, Invoice)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FirstAgentPaymentMethodCode" type="PaymentMethodCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Specifies the transfer
				method that will be used by the first agent to transfer the funds to the creditor.
				IST limits these values to CreditTransfer (TRF) and Checque
				(CHK).</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FixedAssetCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the fixed asset code
				of the machine.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FormatCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Format Code indicates
				the format of the address. Examples are US Military, US Formatted Address, European
				Formatted Address etc. There is no intent to decode the address formats - these are
				informational only. No list of valid values exists or is proposed
				here.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FreightClassificationCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This qualifies goods
				for purposes of freight cost calculation. An example would the qualifications used
				by National Motor Freight Carriers.EXAMPLES§ National Motor Freight Carriers (NMFC)
				Class Code – Based on an evaluation of density, stowability, ease of handling and
				liability, the commodities are grouped into one of 18 classes.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FreightTermCode" type="FreightTermCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Describes how the
				freight cost for a shipment of goods should be billed. EXAMPLES: Prepaid, Collect,
				Third Party, Prepaid and Add, Consignee Billed</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FromStateCode" type="StateCodeType"/>
	<xsd:element name="GenderCode" type="GenderCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">A Code indicating the
				sex of the individual in which it is associated.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="IncotermsCode" type="IncotermsCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is a contractual code
				used to describe the point where delivery occurs (goods ownership is transferred) in
				a contract of sale. It identifies the rights and obligations of each partner
				(supplier, carrier and customer) in the transaction and may specify the requirements
				to assume ownership (i.e. paying for the cost of the goods and/or transportation).
				The United Nations Trade Facilitation Information Exchange (UN/TraFIX) has
				established the following codes (INCOTERMS 1990) for use in international trade to
				Europe, Asia and the Pacific. (See http://www.unece.org/trade/rec/rec05en.htm).
				These terms may also be found in the United States Uniform Commercial Code (UCC).
				EXAMPLES EXW - Ex Works ... (named place) FCA - Free Carrier ... (named place) FAS -
				Free Along Ship ... (named port of shipment) FOB - Free On Board ... (named port of
				shipment) CFR - Cost and Freight ... (named port of destination) CIF - Cost,
				Insurance and Freight ... (named port of destination) CPT - Carriage Paid To ...
				(named place of destination) CIP - Carriage and Insurance Paid to ... (named place
				of destination) DAF - Delivered At Frontier ... (named place) DES - Delivered Ex
				Ship ... (named port of destination) DEQ - Delivered Ex Quay (Duty Paid) ... (named
				port of destination) DDU - Delivered Duty Unpaid ... (named place of destination)
				DDP - Delivered Duty Paid ... (named place of destination) </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="JobCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is a grouping of
				similar or equivalent job descriptions</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LanguageCode" type="LanguageCodeType"/>
	<xsd:element name="LevelCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the level of
				the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MarinePollutionLevelCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Specifies the level of
				marine pollution for this hazardous substance.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MaritalStatusCode" type="MaritalStatusCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">A code indicating the
				martial status of the individual in which it is associated.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MemoType" type="CodeType"/>
	<xsd:element name="ReadingMethodCode" type="CodeType"/>
	<xsd:element name="OpportunityMethodCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Method used for
				marketing opportunity. Example -Survey/Marketing</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OwnershipCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is used to identify who
				or which organization owns the item or part. The content of this Field is user
				defined based on a specific Customer or Supplier.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PaymentBasisCode" type="PaymentBasisCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The date and time when
				the payment terms go into effect. Used in conjunction with
				NumberOfDays</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PaymentMethodCode" type="PaymentMethodCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the payment method
				code for the associate entity. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PaymentPurposeCode" type="PaymentPurposeCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The underlying reason
				for the payment transaction, e.g. a charity payment, or a commerical agreement
				between the creditor and the debitor. Provided by the code
				contained.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PaymentSchemeCode" type="PaymentSchemeCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Code indicating the
				payment scheme that is to be used.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PointOfLoadingCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the location
				shipped goods are to be loaded.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PointOfShipmentCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the location
				the goods are to be shipped.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PointOfStagingCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the location
				goods are to be placed prior to loading for shipment.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PostalCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Postal Code of the
				Address.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PostingBehaviorCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>Fixed list with codes AllBooks, SingleBook,
				Manual.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PriorityCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the priority
				or urgency of the associated entity. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProcessCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is a process code used
				for grouping like operations. Possible examples are: Heat Treat,
				Dyeing</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RankCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The RankCode is
				typically assigned by an engine whose focus is on the given assocated
				entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReasonCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the reason
				for an activity</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReceiptRoutingCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This determines the
				receipt routing of an item or part. Examples of values include: Customer consignment
				Inspection Vendor consignment Blocked Bonded User defined SYNONYMS Material Status
				Material Condition Code</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReceivedCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Method in which the
				lead was received.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RemitLocationMethodCode" type="RemitLocationMethodCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Specifies the method to
				be used by the first agent to deliver the remittance advice
				information.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RepeatingFrequencyCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">How often the task
				repeats ex, Hourly, weekly or Monthy</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RequestLanguageCode" type="LanguageCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The RequestLanguage
				element can be used by the requesting system to indicate the desired language of the
				catalog or application to which session will be initiated upon receipt of the Show
				URL transaction. For instance, application A wishes to ‘punch out’ to external
				system B’s online Dutch-language catalog. System B supports numerous languages, but
				will validate the value of the 'RequestLanguage' element and return the appropriate
				URL to direct application A to the Dutch site</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ResourceUseCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies what the
				following resources of an operation or step are to be used for. The following are a
				couple of examples: Setup, Teardown, Run</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ResponseCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The response code of
				the payment authorization (for either credit cards or EFT).</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ResultCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">ResultCode represents
				the overall response or result of the service request.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SalesStageCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Stage of the
				sale.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SequenceCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the sequence
				in which the associated entity is to occur with in a given operation, step or
				business process..</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShipmentServiceLevelCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is a generic code that
				specifies a particular type or quality of carrier delivery service to be used for
				transporting goods. A generic service level code is often established by shippers to
				consolidate various equivalent, but differently named, carrier service levels for
				comparison when "rate shopping" for the lowest cost transportation provider. See
				CarrierServiceLevel for specifying the carrier's actual service level
				code.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="StatusCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the Code to indicate
				the status for the Noun or Component in which the Status Component
				occurs.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ToStateCode" type="StateCodeType"/>
	<xsd:element name="ToxicityZoneCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">A code identifying the
				Inhalation Toxicity Hazard Zone for the hazardous substance, this is generally
				identfied by a government agency in the United States this is provided by the US
				Department of Transportation.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TransactionSourceCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the source
				of the transaction. Possible options would include EDI, WebStore, Phone,
				...</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TransportationMethodCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the general
				type of carrier transportation used to deliver goods.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UPCPackagingLevelCode" type="CodeType"/>
	<xsd:element name="UsageRestrictionCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">UsageRestriction is
				used to indicate additional restrictions on the Catalog usage. The implementation of
				this is to be agreed upon between trading partners. An example of usage of this is
				when a supplier has different Catalogs - one for general usage and others for usage
				by specific customers/ group of customers. In this scenario, the UsageRestriction
				can be specified as PUBLIC/ PRIVATE</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UseCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Code identifying the
				usage of the contact point e.g. business, private, etc.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="WageGroupCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is used to
				clategorize an employee’s wage.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TransportationServiceCode" type="CodeType"/>
	<xsd:element name="EquipmentTypeCode" type="CodeType"/>
	<xsd:element name="EquipmentLengthCode" type="CodeType"/>
	<xsd:element name="PortOfLoadingCode" type="CodeType"/>
	<xsd:element name="PortOfDischargeCode" type="CodeType"/>
	<xsd:element name="TariffServiceCode" type="CodeType"/>
	<xsd:element name="OceanServiceLevelCode" type="CodeType"/>
	<xsd:element name="RoutedViaCode" type="CodeType"/>
	<xsd:element name="AirServiceLevelCode" type="CodeType"/>
	<xsd:element name="CountryCode" type="CountryCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Country in which the
				Address is in. A possible list of values is as specified in ISO
				3166-2.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CountryOfOriginCode" type="CountryCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Represents the
				identifier of the country of origin of an item, service or shipment
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DestinationCountryCode" type="CountryCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the country
				that the item being manufactured is destinated to go to.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NationalityCountryCode" type="CountryCodeType"/>
	<xsd:element name="OriginationCountryCode" type="CountryCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the country
				of origin of the item.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CurrencyCode" type="CurrencyCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Specifies the currency
				code of the object in which it is associated.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SourceCurrencyCode" type="CurrencyCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The source Currency
				Code for the monetary amount to be converted.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TargetCurrencyCode" type="CurrencyCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The target Currency
				Code for the monetary amount to be converted.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AlternateUOMCode" type="UOMCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies alternate
				unit of measures for an item that may be used.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BaseUOMCode" type="UOMCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the base unit
				of measure of the associated item.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShippingUOMCode" type="UOMCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This describes the unit
				of measure that a product is shipped. This is sometimes different from the unit of
				measure that is used to count a product as it is consumed, sold or accounted for.
				Examples are: - Generic Quantity (Each, Pair, Dozen, Gross, etc) - Weight (Ounce,
				Pound, Ton, Kilogram, etc) - Volume (Cup, Pint, Gallon, Liter, etc) - Length (Inch,
				Foot, Yard, Meter, etc) - Time (Second, Minute, Hour, Day, Year,
				etc)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SpecialPriceAuthorizationCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the supplier's code
				to authorize special pricing as a result of an agreement.</xsd:documentation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">SYNONYMS: Price
				Authorization, Price Code</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="StorageUOMCode" type="UOMCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the storage
				unit of measure of the item. This is sometimes different from the unit of measure
				that is used to count a product as it is consumed, sold or accounted
				for</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UOMCode" type="UOMCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This identifies the UOM
				of any object</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AbsenceType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This describes the type
				of absence a worker is reporting in a time and attendance collection
				process</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AccountType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://www.openapplications.org/oagis/9">Type of
				UserAccount.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AssigneeType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Type of Assignee such
				as Employee, Customer Contact, Party, Party Relationship</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BucketType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies a bucket
				defined above for the type of buckets the plan has requested. Examples of values for
				this field include Days, Weeks (Starting Monday for 5 Days), Calendar Months, Lunar
				Months (Starting Jan 1st 28 Days per period, Balance on Last Period), Quarters
				(Starting Jan 1st. 3 Calendar Months Each.) or some other user defined and named
				value.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ContainerType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the type of
				container used to place the items that result from the
				operation.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CostType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the.methodology by
				which the value of an item is determined. Values are: Standard Moving Average LIFO -
				last in first out. FIFO - first in first out</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CreditorTaxType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Type of tax payer
				(creditor)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FileType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the type of
				the file type of the attachment.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GroupType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the type of
				grouping. An example of usage may be a grouping of like operations. i.e. a grouping
				of CNC Lathe operations.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LineType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the type of
				demand requested. Examples of values for this field include: - Forecast - Firm -
				Authorization - Past Due - Shipment/Receipt - Other</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OpportunityType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Marketing opportunities
				with this customer - Example type -email; phone; postal code</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RiskType" type="RiskCodeType"/>
	<xsd:element name="ScheduleType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">ScheduleType is a code
				or identifier that describes the specific schedule and can be used in a variety of
				contexts. When used in the context of employee, ScheduleType refers to the specific
				schedule for the employee or worker. When used in the context of a Schedule,
				ScheduleType indicates whether the Schedule is a demand schedule from a customer or
				a supply schedule from a supplier. Valid values for this context are: “Demand”,
				“Supplier”</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="StepType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the type of
				step that the operations reference is..</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TransferType" type="TransferCodeType" default="Complete">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">TransferType to be
				"Complete" or a return by specifying "Return" to indicate that the items are to be
				returned to inventory. The Return is a very similar function to the Complete and
				just reserves the process. When left unspecified, the default for this field is
				Complete.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Type" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the type of
				the object in which assoicated.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="WageType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is a code that
				describes the specific type a wage an employee or worker is paid. Examples include:
				codes that represent: Exempt from Overtime, Non-Exempt from
				Overtime</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CUMUpdateBasisCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>This is a code that describes the method of determining when the CUM
				amounts should be updated. Initial values are "Shipment" and
				"Consumption"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="StopTypeCode" type="CodeType"/>
	<xsd:element name="StopDateType" type="CodeType"/>
	<xsd:element name="CFRPackagingCode" type="CodeType"/>
	<xsd:element name="NatureOfTransaction" type="CodeType"/>
	<xsd:element name="AuthorizationDate" type="DateType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The date and time of
				the payment authorization.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ChequeMaturityDate" type="DateType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Date when the draft
				becomes payable and when debtor’s account is debited.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="RequiredShipDateTime" type="DateTimeType"/>
	<xsd:element name="PlannedShipDateTime" type="DateTimeType"/>
	<xsd:element name="PlannedDeliveryDateTime" type="DateTimeType"/>

	<xsd:element name="FromTime" type="TimeType"/>
	<xsd:element name="ToTime" type="TimeType"/>
	<xsd:element name="AcceptByDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Date by which the
				vendor is expected to accept the PO</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ActivityDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the date the
				activity was recorded</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ActualDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the actual datetime
				of the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ActualDeliveryDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the actual delivery
				date and time of the line item.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ActualShipDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Inidicates the shipping
				date and time of the line item.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ApprovalDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the date in which
				the order is approved.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ApprovalRequiredByDateTime" type="DateTimeType"/>
	<xsd:element name="AvailableDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the datetime that
				the associated entities will be available.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AuthorizedDateTime" type="DateTimeType"/>
	<xsd:element name="BirthDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the date and time
				that an individual was born.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CancelDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the date and tme in
				which the Bill-Of-Material was canceled.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ChangeDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates when the
				status change occured.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CompletionDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the timestamp that
				indicates when the MaintenanceOrder was completed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://www.starstandards.org">Date and time that the
				associated entity took place .</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DeathDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the date and time
				that an individual died.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DecisionDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Date and time that te
				decision is expected to be made.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DocumentDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The date that document
				was created within the system of record.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DueDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The date and time that
				the production order is to be completed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CancelShipByDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This indicates the date
				the order line is canceled if not shipped.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CancelDeliveryByDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This indicates the date
				the order line is canceled if not delivered.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EarliestShipDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This indicates the
				earliest possible date at which a shipment can be made for the line
				item</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EarliestDeliveryDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This indicates the
				earliest possible date at which a delivery can be made for the line
				item</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EffectiveDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the DateTime
				the associated object is made effective</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EndDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the ending timestamp
				of the event.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EngineeringChangeDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">identifies the date on
				which engineering changes to the item or product is effective.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FailureDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the timestamp
				when the machine failed or broke down such that it was no longer
				useable.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ImplementationDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the date on which
				the changes will be implemented,</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LastModificationDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The datetime on which
				the object was last modified</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LastReceivingDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the date time stamp
				of the last time any thing was received from this supplier.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LastShipmentDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the date and
				time an item was shipped. It is used to specify the last shipment date for the
				particular sequenced part.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LastUsedDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Last time the employee
				used this skill.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LoadingDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the date and
				time a shipment loading process is complete.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MaturityDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Date the loan
				matures.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ModificationDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the date that the
				document was last modified</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NeedDeliveryDate" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the timestamp
				indicating the date and time that the items need be delivered to the
				customer.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OrderDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Datetime the order was
				placed</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PaymentDateTime" type="DateTimeType"/>
	<xsd:element name="PlannedDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the planned datetime
				for the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PostDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the date that is
				used to determine the accounting period the transaction is posted within. It is also
				known as the effective or post date</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PromisedDeliveryDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the date in
				which the associated was promised to be delivered to the customer or
				consumer.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PromisedShipDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the date in
				which the associated object was promised to be shipped from the
				supplier.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="QualificationDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The Calendar year in
				which the qualification was acheived</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReceivedDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The date and time that
				the associated object was received.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RecordingDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the
				timestamp at which an event or measurement is recorded</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RejectedDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Timestamp indicating
				when the revision was rejected.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReportedDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies when the
				work to be done in this work order was reported</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RequestedExecutionDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Date at which the
				initiating party requests that the payment instruction be executed. If payment by
				cheque, the date when the cheque is required to be generated by the bank.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RequestedShipDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the date in
				which the buyer/customer requests the order to be shipped.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RequestDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the datetime at
				which a request is made for something e.g. an item, a service, a person or a
				transaction entity like a session </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RequiredDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the date the
				goods or services must be delivered to the customer. Specified by the
				customer.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RequiredDeliveryDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the date in
				which the buyer/customer requests the order to be delivered.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RespondByDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the date by
				which a response is expected for this maintenance order</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ResponseDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the datetime at
				which a response was made for a request</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ScheduledDeliveryDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The scheduled delivery
				date provided by the supplier.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ScheduledShipDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The scheduled date to
				be shipped provided by the supplier.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SignedDateTime" type="DateTimeType"/>
	<xsd:element name="SetDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the date in
				which the conversion factor was set by the Issueing agency.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShipmentDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the timestamp that
				indicates when the associated entity(ies) are shipped.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="StartDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Start timestamp
				indicating the starting point of the event.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TrainingDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the dates in
				which training was received for this skill.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TransactionDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The datetime of
				occurence of the transaction</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AcquisitionDateTime" type="DateTimeType"/>
	<xsd:element name="CommissionDateTime" type="DateTimeType"/>
	<xsd:element name="WithdrawlDateTime" type="DateTimeType"/>
	<xsd:element name="SoldScrapDateTime" type="DateTimeType"/>
	<xsd:element name="DayOfWeek" type="DayOfWeekCodeType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The days of the
				week.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Month" type="MonthDateType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Expiration month on
				Card.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProxMonth" type="PositiveIntegerNumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The number of months
				beyond the Billing Date in which payment is due.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProxDayOfMonth" type="DayDateType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The daywithin the
				ProxMonth beyond the Billing Date in which payment is due.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProxDayOfWeek" type="DayOfWeekCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2"/>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Year" type="YearDateType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the financial year
				in which this accounting period occurs. Generally a period of 12 months for which
				the company regularly has to create financial statements</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ActualDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The actual duration of
				time taken for carrying out an activity</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ActualEffortDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Actual Effort could be
				in terms of weeks, days, man months, etc,</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BatchDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is a fixed
				duration of time indicating the time it takes to perform a
				batch.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BreakTimeDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Total amount of break
				time used by all Labour involved with the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CompletedDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Time currently spent on
				the Task while it is in progress,</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DownTimeDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Total time that the
				associated entity or entities was down during the associated task or
				operation.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Duration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the duration
				of time as represented by ISO 8601. Where the value space is a six dimensional space
				where the coordinates designate the Gregorian year, month, day, hour, minute, and
				second. The number of seconds can include decimal digits to arbitary
				pecision.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EstimatedDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The duration of time
				estimated for performing an activity</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FixedDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is a fixed
				duration of time where the time it takes to perform is known and fixed prior to the
				operation being performed. An example of this would be something sent out to be
				worked, where the duration of the process is known before it actually
				happens.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LabourDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Number of
				hours.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LeadTimeDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the duration of time
				that is required to add to a manufacturing process to forecast availability of this
				Item.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MoveDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the time it
				takes move the part from one work center location to another work center location.
				This is a duration time.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OverDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the amount of time
				over the intended target time or date that is allowed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PlannedEffortDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Planned Effort could be
				in terms of weeks, days, man months, etc,</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="QueueDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the time the
				job may be in the queue before being able to be run at the work center location.
				This is a duration of time.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RemainingDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The dutation of time
				remaining to carry out an activity</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RequiredDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The period of time the
				resource is required.</xsd:documentation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Note: This is
				inapplicable for an ItemResource. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RunTimeDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the time per
				item to perform the specific operation. This is a duration of
				time.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SetupTimeDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the time it
				takes to setup to run the operation. This is a duration time.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShelfLifeDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the period of
				time in duration that the item is valid for use</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TearDownDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the time it
				takes to tear down from running an operation. The time it takes before setup for
				another operation can be performed. This is a duration time.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TimeInQueueDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the duration of time
				that a job may remain in the queue before being run.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UnderDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the amount of time
				under the intended target time or date that is allowed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="WaitTimeDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the time that
				an operation can wait after being run. This is a duration of
				time.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AccountID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifier of the
				account</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ActivityID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the Activity
				that is associated to the Project in which the distribution is to be assigned.. An
				ActivityId cannot occur with out a ProjectId.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AssemblyID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the
				AssemblyID of the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AuthorizationID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifyies the
				authorization level of the user or application that is sending the Business Object
				Document Message. This authorization level being recognized be the receiving system
				indicates what can be done on the receiving system(s).</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BBANID" type="IdentifierType"/>
	<xsd:element name="BICID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The Bank Identifier
				Code is a unique address which, in telecommunication messages, identifies precisely
				the financial institutions involved in financial transactions.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BillOfLadingID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the bill of lading
				identifier.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CAGEID" type="IdentifierType"/>
	<xsd:element name="ClassificationSchemeID" type="IdentifierType"/>
	<xsd:element name="ClearingSystemMemberID" type="IdentifierType"/>
	<xsd:element name="ContainerGroupID" type="IdentifierType"/>
	<xsd:element name="ContainerID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The unique identifier
				of a container that holds the associated entity. A container is typically used for
				shipping material. Whether they be raw material or finished goods or piece
				parts.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CostCenterID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The Cost Center is an
				accumulator of cost information that may be an organizational unit or area of
				responsibility. It is an organization code that allows a grouping of expenses and
				costs.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CreditorTaxID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Tax Identification
				Number of the creditor.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CustomerAccountID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the Account
				Identification assigned to the customer (Payer) by the Supplier
				(Payee)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DebtorTaxID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Tax Identification
				Number of the debtor</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DepartmentID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the department in
				which the associated entity belongs within the given organization.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DesignDisciplineItemDefinitionID" type="IdentifierType"/>
	<xsd:element name="DesignInstanceID" type="IdentifierType"/>
	<xsd:element name="DockID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Idenitifies the loading
				dock that the associate entity is to be taken.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DODAACID" type="IdentifierType"/>
	<xsd:element name="SCACID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifier for Standard
				Carrier Alpha Code .</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DUNSID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifier for business
				provided by Dun and Bradstreet.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EmployeeID" type="IdentifierType"/>
	<xsd:element name="EngineeringChangeRevisionID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the
				engineering change revision that this entity addresses.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EPCID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Allows an instance of
				an item to communicate the ElectronicProductCodeID that it was assigned. The
				ElectronicProductCodeID is one of the major RadioFrequency Identifiers
				used.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FixedAssetID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the
				FixedAssetID associated with an associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FreightItemID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the item
				number assigned to the type of goods for the purposes of freight classification and
				cost calculation.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FundID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Used to describe a
				major budgeting and spending area in an organization, Fundmay be treated similarly
				to a legal entity. It is normally used in not for profit and may have a fiscal year
				that is different from a 12-month cycle. Synonyms are Grant, Program,
				Trust</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GLDestinationEntityID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">If a value is specified
				for this and the value is different from the GLSourceEntity, it indicates that the
				entry is an inter-company transaction</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GLEntityID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">A G/L entity is the
				smallest organizational unit for which individual financial statements must be drawn
				up according to relevant commercial law. It is normally the primary balancing
				segment of the GL Account structure. Typically, this is the owning entity for the
				transaction. Synonyms are Business Unit, Fund, G/L Company, Joint Venture,
				Non-Profit Association Name</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GroupID" type="IdentifierType"/>
	<xsd:element name="GTIN" type="IdentifierType"/>
	<xsd:element name="IBANID" type="IdentifierType"/>
	<xsd:element name="ID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the Identifiers of
				the given instance of an entity within the scope of the integration. The providedBy
				attribute identifies the party that provided or knows this party by the given
				identifier. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="InspectorID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the person
				that carried out the measurement </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="InstructionID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Unique and unambiguous
				identifier for a payment instruction assigned by the initiating
				party.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="InvoiceImmediatelyIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation>Used to indicate that the invoice should be processes as soon as the
				trigger event occurs and should not wait for the next regularly scheduled invoice
				run.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ItemIdentifier" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation>Unique and unambiguous identifier for an item that is the string used
				by the user.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="JobPlanID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is a identifier that
				describes the specific type of job sequence being
				performed/requested.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="JournalEntryID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the externally
				created identifier for a general ledger journal entry.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LedgerID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the
				financial ledger to be used when updating balances</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MeterID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Unique Identifier for a
				meter </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MFAGID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Used to identify a
				Medical First Aid Guide (MFAG) for hazardous substance.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MitigatingControlID" type="IdentifierType"/>
	<xsd:element name="NextHigherAssemblyID" type="IdentifierType"/>
	<xsd:element name="ParentContainerID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the identifier of
				the container that physically holds other subordinate
				containers.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ParentEngineeringActivityID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the
				Engineering Activity that is the parrent of the current Engineering
				Activity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ParentMaintenanceOrderID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the
				maintenance order that proceeded this order or from which this maintenance order
				originated after further investigation or work was performed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ParentProcessID" type="IdentifierType"/>
	<xsd:element name="ParentServiceOrderID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the service
				order that proceeded this order or from which this service order originated after
				further investigation or work was performed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ParentTaskID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Abiltiy to define the
				Task dependencies</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PaymentTermID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the Payment
				Terms of the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PeriodID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the accounting
				period the document is to post within. The period is within a fiscal year to which a
				business transaction is assigned.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PlannerID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the planner
				of the Maintenance Order.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PreventiveMaintenanceID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Describes the specific
				type of preventive maintenance sequence being
				performed/requested.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProductLineID" type="IdentifierType"/>
	<xsd:element name="ProfitCenterID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The Profit Center is an
				accumulator of revenue information that may be an organizational unit or area of
				responsibility. A profit center can be used for internal management control. Profit
				centers can calculate operating profit using the cost-of-sales accounting and/or
				period accounting methods</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RedirectURL" type="URIType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The RedirectURL can be
				used to indicate a URL to which the Requesting application can be re-directed once
				the session initiated by this connection is completed. The session completion event
				is not recorded in this transaction.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReferenceDesignatorID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the reference
				designator on a Drawing or BluePrint where the BOM is used.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RegionalClearingZoneID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Regional area in which
				the cheque can be cleared, when a country has no nation-wide cheque clearing
				organisation.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReleaseNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the Release
				Number in the case of Blanket POs</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RemitID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Unique and unambiguous
				identification of remittance information which is sent separately from the payment
				initiation information.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RemitLocationURI" type="URIType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Electronic address to
				which the first agent is to send the remittance information.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RemittanceBankID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the Bank in
				which the PaymentAuthorization needs is to send the money.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RemittanceID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Remittance refers to a
				reference identifier to print on a remittance advice, for example, supplier invoice
				number.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReplyURL" type="URIType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The ReplyURL is used to
				specify a URL that can be used by the provider to post any information collected by
				the requester in the session. An example of usage of this is to post the contents of
				a cart created by a buying application user from an external
				catalog.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RequesterID" type="IdentifierType"/>
	<xsd:element name="ReturnURL" type="URIType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The ReturnURL element
				is specified in the Show ECatalogURL by the target application. It contains a URL
				reference to which the requesting application is pointed. This will not have a value
				in the Request (Get) Message</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RevenueSourceID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The revenue source to
				be used in the payment authorization. In some instance this field indicates the
				division.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RevisionID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the revision of the
				semantically named document. The combination of the ID and its revision uniquely
				identifies the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RFID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Allows an instance of
				an item to carry any radio frequency identifier (RFID) that maybe used by a supply
				chain.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RouteID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the physical
				route the associated entity is to take or has taken.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SealID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the
				tamper-proof seal placed on a shipping container to prevent pilfering of the
				contents.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SessionID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The SessionID uniquely
				identifies a client session with a server e.g. a user logging in to an application
				or a buyer session with a marketplace</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShippingDockID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the dock identifier
				that the associated entity or entities are to be shipped from or were shipped
				from.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShippingMaterialID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the
				materials used to ship.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShippingTrackingID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is a unique identifier
				for the purpose of tracking an individual package or shipment.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShipUnitTotalID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">In a set of similar
				shipping units for a delivery, ShipUnitTotalId represents the total or final unit in
				the set. When used in conjunction with ShipUnitSequenceId and printed on a shipping
				unit label or packing list, the receiving partner can easily ascertain whether or
				not the delivery was complete.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShipUnitSequenceID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">In a set of similar
				shipping units for a delivery, ShipUnitSequenceId represents a particular unit out
				of the total set. When used in conjunction with ShipUnitTotalId and printed on a
				shipping unit label or packing list, the receiving partner can easily ascertain
				whether or not the delivery was complete.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SourceID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Idenfifies the source
				that brought the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="StepID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the step of
				the operation being reported against.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SupervisorID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the person
				supervising/managing the maintenance work being
				performed/requested.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SystemID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the system in which
				the userid applies.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TaxID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifier for a
				business or individual provided by the government. This maybe a FIIN, Social
				Security Number, or Drivers License Number to name a few.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TaxReferenceNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Tax reference
				information that is specific to a taxing agency.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TrackingID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">TRACKINGID is a unique
				identifier for the purpose of tracking an individual package or shipment Examples of
				a valid TRACKINGID include: •An express parcel tracking number as typically assigned
				by UPS, DHL, Fedex or other similar carriers. •A UCC (Uniform Code Council)
				Serialized Shipping Container (SCC-18) identifier, as assigned by the shipper. •A
				"Pro Number" (Progressive Number), as assigned by an LTL (less-than-truckload)
				freight carrier. Since the same Pro Number can be assigned to multiple shipping
				units within an LTL shipment, the SHIPUNITSEQ and SHIPUNITTOT field identifiers may
				be used to identify the individual pieces. •The unique identifier of a motor freight
				trailer, railroad box or tank car, ocean freight container or other transportation
				vessel. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TransactionID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Unique and unambiguous
				identification of a payment transaction, as assigned by any of the parties on the
				initiating side, which will be passed on throughout the entire end-to-end chain.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UOMGroupID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This identifies a set
				of related UOM's and their conversions from the Item's UOM</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UPICID" type="IdentifierType"/>
	<xsd:element name="UPCID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Allows an instance of
				an item to have a UPC identifier associated.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="URI" type="URIType"/>
	<xsd:element name="VariationID" type="IdentifierType"/>
	<xsd:element name="WorkCenterID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This identifies an area
				consisting of one or more resources where production takes place. It is used to
				identify a specific Work Center on a Shop Floor or other manufacturing
				facility</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="WorkShiftID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the Employee
				Shift Identifier. ShiftID describes the regular or standard authorized work time for
				the employee</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ChequeNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the cheque
				number.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="HandlingGroupID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation>Identifies the HandlingGroup that is associated to a packaging
				configuration of an Item.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ISBN" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Allows a reference to
				an ISBN.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="KanbanNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the reference number
				associated with in-plant routing information.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LineNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the Line Number of
				the given Line Coponent within the document. LineNumbers are assigned by the sending
				system.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Number" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Account Number,
				depending upon the context used this may be the credit card number of the checking
				account number, etc.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ParentLineNumber" type="IdentifierType"/>
	<xsd:element name="ParentSerialNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the parent's serial
				number of the given item. This allows the traking of serialized components of an
				assembly.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PIN" type="IdentifierType"/>
	<xsd:element name="ReferenceOrderNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The unique number
				assigned to the authorization transaction in the back office. This number must be
				re-used when placing the order for reference purposes.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RoutingNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The bank account
				routing number.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ScheduleLineNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the
				ScheduleLineNumber of a particular item of interest for the given DocumentReference.
				The Line Number is of the primary DocumentId of the sender indicated by the
				DocumentId under DocumentIds.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SerialNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Unique serial number
				assigned to the given item instance by the manufacturer.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SubLineNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the SublineNumber of
				a particular item of interest for the given DocumentReference. The Line Number is of
				the primary DocumentId of the sender indicated by the DocumentId under
				DocumentIds.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AcceptedIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether the
				associated entity has been accepted or not.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ActivityDeferredIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation>Indicates that the operation has been deferred to a later
				date.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="ActualIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates if the
				associated quatities are reported as they happen.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AllowSubstitutionIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates if the buyer
				will accept a similar or same item for the item requested.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BackFlushedIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether the
				associated quatities are backflushed or not.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BackOrderIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether back
				ordering is allowed for the corresponding ordering document or
				line</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BatchBookingIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates that the
				initiating party requests a batch entry for the sum of the amounts of all
				transactions included in the payment initiation. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CashIndicator" type="IndicatorType"/>
	<xsd:element name="CatchWeightIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates that an ITEM
				requires special processing to determine the actual net or gross weight during
				certain inventory operations. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DefaultIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies a default
				option on a Bill-Of-Material.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DetectIndicator" type="IndicatorType"/>
	<xsd:element name="DropShipmentIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This identifies if a
				particular shipment is a drop-shipment. In a drop shipment scenario, an organization
				takes title of the product but does not actually handle, stock or deliver it. E.g.,
				To have one supplier ship directly to another or to have a supplier ship directly to
				the buyer's customer."</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DropShipmentAllowedIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether the
				order can be drop shipped or not.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EarlyShipmentAllowedIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Communicates if it is
				permitted to ship a good or service prior to the date it is due</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EveryDayIndicator" type="IndicatorType"/>
	<xsd:element name="ExactMatchIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The ExactMatch element
				is used to define the type of search the external system should perform. If the
				ExactMatch is true then the external system should (if supported) search using this
				criterion and return only the data that exactly matches the search criteria. A false
				value would mean that the external system should use this search criterion and
				return a ‘fuzzy’ match of data that contains the search criteria but not necessarily
				an explicit match.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ExclusiveIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies within a
				Bill of Material structure if an OptionClass or Option conflicts with another part
				of the Bill of Material structure and therefore if chosen, must not be combined with
				any other OptionClass or Option within that branch of the Bill of Material. In other
				words if a given Option is choosen another Option out of the same OptionClass can
				not be selected.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ExportLicenseRequiredIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Communicates the need
				for an export license on a good or service. Valid values are '0' for no license
				required, and '1' for license required.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FixedQuantityIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether the
				ItemQuantity is a fixed size and does not scale along with the quantity of the BOM
				or Routing being produced</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GroupingIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates that the
				common debit information in the transactions is included once and not repeated for
				each transaction.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="HTMLPreferredIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates that the
				associated entity preferrs HTML format.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ImportLicenseRequiredIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Communicates the need
				for an import license on a good or service. Valid values are '0' for no license
				required, and '1' for license required.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="InclusiveIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The InclusiveIndicator
				element is used to identify whether the SearchValue should be an included or
				excluded component of the result set. For example, if a user was looking for
				ballpoint pens, but NOT red ballpoint pens, the transaction would contain two
				instances of the SearchTerm data type one containing a SearchValue of ‘Ballpoint’
				and an SearchValueInclusive of 'Inclusive' and one containing a SearchValue of ‘Red’
				and an SearchValueInclusive of 'Exclusive'</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="IncrementIndicator" type="IndicatorType"/>
	<xsd:element name="IncludeInPlanIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether the
				MRP planning process should plan for an EngineeringChangeO revised item. This lets
				you order material and plan resources that you need to build a future revision in
				advance.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Indicator" type="IndicatorType"/>
	<xsd:element name="InMRPPlanIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates that the
				changed BOM is in the MRP system plan or not.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LicenseIndicator" type="LicenseIndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates what type of
				licenses are required and indicates which are required.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LSPProcessIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation>Indicates if the Logistics Service Providor (3PL Warehouse) process
				should be used.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LotControlIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates if the item
				is a lotted item. Valid values are 0 for no, and 1 for yes</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MandatoryIndicator" type="IndicatorType"/>
	<xsd:element name="MaterialRiskIndicator" type="IndicatorType"/>
	<xsd:element name="MultipleRunSaveTimeIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates that time can
				be saved by running this operation multiple times. </xsd:documentation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2"/>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NewItemRevisionIndicator" type="IndicatorType"/>
	<xsd:element name="NewRevisionIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is used to indicate
				that whether this change represents a new revision on the BOM.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OldItemRevisionIndicator" type="IndicatorType"/>
	<xsd:element name="OpenItemIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates that the line
				is an open item and is not to be included in the document total.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OvertimeEligibleIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This indicates if the
				associated person or work is eligible to work overtime</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OverTimeIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is used to
				identify work subject to overtime processing. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PartialShipmentAllowedIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies if a partial
				shipment to a customer is allowed. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PreventIndicator" type="IndicatorType"/>
	<xsd:element name="PrintIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether or
				not to print the resource requirements.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PrivateIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Whether the task is
				Private or Not.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="QualifiedIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates that the
				associated entity has been qualified.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RequestContactIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether
				customer would like to be contacted.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ScrapIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the status
				of an item as a scrapped item</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SerialControlIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates if the item
				is a serialized item i.e. unique instances of the item are identified by unique
				serial numbers. Valid values are 0 for no, and 1 for yes</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ServiceIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies if the Item
				is a Service</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SignificantProcessIndicator" type="IndicatorType"/>
	<xsd:element name="SpendApprovedIndicator" type="IndicatorType"/>
	<xsd:element name="SplitOperationsIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether an
				operation in a maintenance order have to be performed all at once or can be split
				into non-contiguous work segments.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="StandardProcessIndicator" type="IndicatorType"/>
	<xsd:element name="SubstituteItemIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether the
				supplier is substituting a similar or same item for the item requested by the
				requester.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TaxExemptIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Specifies whether the
				associated element is exempt from withholding taxes.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TerminationIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates that the
				associated entity terminates the given process.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TrackingIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether the
				related object is to be tracked</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UpdateWIPIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicate whether to
				update WIP requirements for unreleased jobs or schedules when the revised item is
				implemented.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UseUpInventoryIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates whether it is
				possible to use up the existing inventory before replaceing with items for the new
				revision of the BOM and resulting Item.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MaterialsReturnsIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Used to discriminate
				between Finished Goods and Material Returns </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProductionIndicator" type="IndicatorType"/>
	<xsd:element name="SafetyIndicator" type="IndicatorType"/>
	<xsd:element name="OutOfServiceIndicator" type="IndicatorType"/>
	<xsd:element name="VehicleIndicator" type="IndicatorType"/>
	<xsd:element name="AgeMeasure" type="MeasureType"/>
	<xsd:element name="AltitudeMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the value and unit
				of measure in the z-axis in a thrre dimensional system. Examples of this maybe the
				Altitude in the case of a map of the world, or the height or shelf in a rack system
				in the case of a manufacturing or warehouse facility.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DegreeMeasure" type="MeasureType"/>
	<xsd:element name="EstimatedWeightMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The estimated weight of
				an item or object. An estimate is provided as a processing alternative when the
				actual weight is not known or cannot be calculated exactly.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="HeightMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the Height of
				an object</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LengthMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the length of
				an object</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LoadingWeightMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the net weight
				at loading time of a container in which the materials are being
				shipped.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MinuteMeasure" type="MeasureType"/>
	<xsd:element name="SecondMeasure" type="MeasureType"/>
	<xsd:element name="VolumeMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the volume of
				the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="WeightMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the weight of
				the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GrossWeightMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Gross weight of the
				associated entity. The total weight of the entity without reduction of packaging or
				container. I.e The Gross wieght of a pallet of goods includes the weight of the
				pallet.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NetWeightMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Net weight of the
				associaed item. The net weight is calculated by subtracting the tare weight or the
				weight of the container from the GrossWeight.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RecordedMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the value
				recorded for the meter at a specific point of time</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TareWeightMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Tare weight of the
				associated Entity. The Tare weight is the weight of the packaging when empty (in the
				case of a pallet the weight of the empty pallet) that when subtracted from the Gross
				weight results in the Net weight.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalVolumeMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Quantifies the volume,
				or amount of space, that is occupied by an item, container or
				shipment.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="WidthMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the width of
				an object</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FromMeasure" type="MeasureType"/>
	<xsd:element name="ToMeasure" type="MeasureType"/>
	<xsd:element name="ActualTemperature" type="TemperatureABIEType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the actual
				temperature taken at periodic times.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FlashpointTemperature" type="TemperatureABIEType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">FlashpointTemperature
				is related to hazadous substances or goods, indicates the temperature at which the
				associated substance of goods become flammable, explossive or
				toxic..</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MinimumTemperature" type="TemperatureABIEType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the lowest
				temperature that the associated item can be kept.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MaximumTemperature" type="TemperatureABIEType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the maximum
				termperature that the associated item can be kept.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Temperature" type="TemperatureABIEType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Temperature of the
				associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CapacityPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the percentage
				of resources capacity used</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CatchWeightConversionFactor" type="NumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The catch weight
				conversion factor is a stock keeping conversion factor for inventory goods. This is
				a special conversion factor for when the units of measure can not be converted using
				arithmetic. This conversion factor is used with the CatchWeightQuantity. Examples of
				the use of this factor include: Number of Chickens to a Box Number of units of a
				chemical in a barrel</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PickUpSheetNumber" type="NormalizedStringType">
		<xsd:annotation>
			<xsd:documentation>Provided by the customer and returned on the ASN.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalPiecesNumeric" type="NumericType"/>
	<xsd:element name="TotalStopsNumeric" type="NumericType"/>
	<xsd:element name="CompletionPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">How much of the task
				has been completed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DensityConversionFactor" type="NumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The density factor is a
				simple field with a numeric value that enables a conversion rate to the standard
				density of a liquid</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DiscountPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates a percentage
				of discount that is available against a price</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EfficiencyPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation>Indicates a percentage of efficiency that is assigned to a particular
				machine. 100% is optimal.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Frequency" type="NumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Number of times the
				timeframe is to occur within the date range.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LotSizeMultipler" type="NumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is used with the
				MinimumLotSize and MaximumLotSize. It contains the multiplier between the minimum
				and maximum manufactured lot quantities. For example, if the maximum lot quantity is
				10,000 and the minimum lot quantity is 1000, the lot size multiplier could be 1000.
				This means the Item may be manufactured in lot sizes starting at 1000 and going up
				to 10,000 by 1000 increments.For example, 1000, 2000, 3000, etc. A lot of 4500,
				would not be allowed under these constraints.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MaximumParallelTeamsFactor" type="NumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Defines a maximum
				number of parallel work teams allowed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NumberOfDeliveries" type="PositiveIntegerNumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the number of
				deliveries for the quantity on Schedule.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OperationMultiplier" type="NumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The number times the
				operation is to be repeated.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Percentage" type="NumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the
				percentage of the Line Price applicable to the distribution line. This is used to
				derive the Amount on the distribution line.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PerFromPackage" type="NumericType"/>
	<xsd:element name="PlannedOverrunPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the percentage of
				the planned number of items that can be produced. Typically, in a manufacturing
				environment stopping the manufacturing of an item at an exact number is difficult
				this allows the specification that an operator may overrun the planned number by a
				certain percentage.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RateNumeric" type="NumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the multiplier to
				convert the source units to the target units. (e.g.) The conversion of one currency
				to another currency monitary amount in the from currency is multiplied by the
				CalculationRateNumeric to calcultate the monitary amount in the to currency. Another
				example maybe the conversion between units of measure.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RejectPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the percentage
				to be rejected.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RequiredPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the percentage
				of the total quantity on the Bill of Material that is required to be available
				before the manufacturing process can begin</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Sequence" type="PositiveIntegerNumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">A value expressing the
				value of a Sequence.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SourceUnitBaseNumeric" type="NumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Specifies the unit base
				of the source currency for currencies with small denominations.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SurchargePercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The penalty rate
				(percentage) charged for late payment.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TargetUnitBaseNumeric" type="NumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Specifies the unit base
				of the target currency for currencies with small denominations.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="StepNumeric" type="PositiveIntegerNumericType">
		<xsd:annotation>
			<xsd:documentation>Number of steps (calculations) that had to be performed to get to the
				UOM conversion rate. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalTransactions" type="PositiveIntegerNumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Number of individual
				transactions contained in the payment initiation, i.e., the number of occurrences of
				payment transaction. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UOMMultiplier" type="NumericType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the multiple to make
				the conversion from the Inventory UOM to the the alternate UOM. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="WinningProbabilityPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Probability for winning
				the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AcceptedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the quantity
				accepted.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AllocatedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Number of inventory
				items that have been allocated for other uses as such are no longer availble. Unless
				the allocation is overriden.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AvailableQuantity" type="QuantityType"/>
	<xsd:element name="AverageRunSizeQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the average
				quantity made during a manufacturing run using a specific Item or Bill of Material.
				This is often used during MRP or other forecasting operations</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BackOrderedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the quantity of
				product or item that is on back order.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BasisQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the base
				quantityfrom which the charge/allowance is derived.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BatchSizeQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the quantity of
				a product or item made during a batch production run or the amount of material
				produced by the Operation being defined. An example would be how many cookies
				produced by a particular Operation..</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CapacityPerPackageQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the maximum number
				of instances of an item in the unit of measure that maybe contained within the
				package.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CatchWeightQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the actual
				weight of the ReceivedQuantity for the Item if the NetWeightQuantity cannot be
				calculated precisely via arithmetic because the goods do not have a consistent per
				unit weight. This quantity is generally used with the CatchWeightConversion
				Factor.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CompletedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the quantity of
				resulting items from the operation that were completed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BlockedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Number of inventory
				items that are blocked or unavailable.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DeliveredQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the quantity
				delivered.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DueQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The number currently
				due or scheduled to be completed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EmployeesRequiredQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the number of
				employees required to run the resource. In case of a tool or machine
				resource.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FileSizeQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Specifies how big the
				file is.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FixedRejectQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The fixed number of
				parts that will be rejected during setup, and tear down of an
				operation.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="InspectedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Number of inventory
				items that have been inspected.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ItemQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is used to describe the
				quantity of item's, products or resources being budgeted, produced, purchased,
				received, sold, or used.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LastShipmentReceivedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the actual
				amount shipped. It is used to specify the last quanity recieved for a particular
				sequenced part.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MaximumLotSizeQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the maximum number
				of items that can be put into a lot for this Item.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MaximumQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The customer's actual
				requested amount of the item to be shipped.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MinimumLotSizeQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the minimum number
				of items that can be put into a lot for this Item,</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MinimumQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The customer's actual
				requested amount of the item to be shipped.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MoveQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The number of items
				moved by the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OccursEveryQuantity" type="QuantityType"/>
	<xsd:element name="OfEveryQuantity" type="QuantityType"/>
	<xsd:element name="OpenQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This segment is used to
				describe the quantity of item’s, products or resources open to processing on a
				document header or line. The open quantity may refer to the quantity’s being
				budgeted, produced, purchased, received, sold, or used</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OrderQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the quantity of a
				material or product ordered by the customer.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OverQuantity" type="QuantityType"/>
	<xsd:element name="PackingSlipQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is the quantity
				that is shown on the Packing Slip when goods are received from a supplier. This
				information is generally obtained from the supplier's Advance Ship Notice (ASN) or
				manually entered on receipt</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PerishedBetweenOperationsQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the number of
				items that have perished between operations.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PerishedInOperationQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the number of
				items that have perished within the operation</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PerPackageQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the number of
				instances of the item in the unit of measure contained with in the
				package.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PerQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the
				PerQuantity side of this Amount. Typically, this value is 1 with a uom of each,
				meaning that, e.g., a UnitPrice with the Amount 1.29 would be the price per each or
				simply $1.29 each. For pricing wire, the UnitPrice Amount might be $7.00 with a
				PerQuantity of 100 and a uom of LinearFeet, meaning the unit price would be $7 per
				100 linear feet. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PlannedShipQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This indicates the the
				intended or planned amount of the item to be shipped. This may differ from the
				OrderQuantity or any remaining OpenQuantity on the shipment due to inventory
				availability</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PriceBreakQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The quantity that must
				be purchased of the item or commodity on a given price list line before the benefit,
				or until the detriment of a given price break line will apply. For example, if a
				customer orders up to 5000 units of flour, they will get a price of $8:00 a case. If
				the customer buys 5500 units of flour they will get a price of $7.50 a
				case</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProducedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the quantity of
				items produced in a manufacturing run.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Quantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the quantity
				of the associated service or item that is addresses by the component in which the
				quantity is associated.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReceivedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the number of items
				that have been received for the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RejectedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the quantity
				rejected for the specified Reason</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RequiredQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The quantity required
				of the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReturnedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the quantity of
				items returned to inventory. Or when used in logistics: The the quantity of the item
				for which the customer refused delivery.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ScheduledQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the number of items
				that was scheduled to be produced.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ScrapQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the quantity
				of items scrapped.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShippedQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the quantity that is
				shipped.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShipUnitQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This contains the
				quantity of units or things shipped. This represents the container(s), not the
				product shipped. An example of this is "4 truck loads" or "2 wooden
				crates"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ToolsRequiredQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the number of
				tools required to perform the operation or step.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Total number of
				associated entities. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TransferLotQuantity" type="QuantityType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is quantity to be
				transferred between operations within one lot.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UnderQuantity" type="QuantityType"/>
	<xsd:element name="Access" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The text that permits
				access to the electronic network of the associated communication number such as
				telephone network, for example 9, *70.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReadingQuantity" type="QuantityType"/>
	<xsd:element name="ToDateReadingQuantity" type="QuantityType"/>
	
	<xsd:element name="AcceptedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="ActualBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="AdjustmentBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="AgreedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="AllocatedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="AverageRunSizeBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="BackOrderedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="BaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="BasisBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="BatchSizeBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="CatchWeightBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="CreditedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="CriticalSpillBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="DamagedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="DeliveredBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="DueBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="EOQBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="EOQQuantity" type="QuantityType"/>
	<xsd:element name="EstimatedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="ExceptionBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="FillBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="FillQuantity" type="QuantityType"/>
	<xsd:element name="HoldBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="InspectedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="InTransitBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="InTransitQuantity" type="QuantityType"/>
	<xsd:element name="InvoiceBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="InWarehouseBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="InWarehouseQuantity" type="QuantityType"/>
	<xsd:element name="ItemBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="LastShipmentReceivedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="LinePointBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="LinePointQuantity" type="QuantityType"/>
	<xsd:element name="MaxBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="MaximumBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="MaximumLotSizeBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="MaximumOrderBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="MaxQuantity" type="QuantityType"/>
	<xsd:element name="MinBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="MinimumBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="MinimumLotSizeBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="MinQuantity" type="QuantityType"/>
	<xsd:element name="NetBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="NonConformingBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="OpenBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="OrderBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="OrderPointBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="OrderPointQuantity" type="QuantityType"/>
	<xsd:element name="OverBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="OwnedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="OwnedQuantity" type="QuantityType"/>
	<xsd:element name="PackingSlipBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="PerBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="PerishedBetweenOperationsBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="PerishedInOperationBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="PickedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="PlannedShipBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="PlanningBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="PriceBreakBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="ProducedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="QuantityRequired" type="QuantityType"/>
	<xsd:element name="ReceivedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="ReceivedBaseUOMQuantityAtResetDate" type="QuantityType"/>
	<xsd:element name="RejectBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="RejectedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="RejectQuantity" type="QuantityType"/>
	<xsd:element name="RequiredBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="ResupplyBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="ReturnedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="RunSizeBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="RunSizeQuantity" type="QuantityType"/>
	<xsd:element name="SafetyStockBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="SafetyStockQuantity" type="QuantityType"/>
	<xsd:element name="SampleBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="ScrapBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="ShipBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="ShipmentBaseUOMQuantityTolerence" type="QuantityType"/>
	<xsd:element name="ShippedBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="ShipUnitBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="TargetBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="TotalBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="TransferLotBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="UnderBaseUOMQuantity" type="QuantityType"/>
	<xsd:element name="UnderWarrantyBaseUOMQuantity" type="QuantityType"/>
	
	<xsd:element name="AreaDialing" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The area dialing code
				for a communication number.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BuildingNumber" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The Number of the
				building or house on the street that identifies where to deliver mail. For example,
				Building 300 on Standards Parkway</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ChequeMemoFieldText" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Information that needs
				to be printed on the cheque, used by the payer to add miscellaneous
				information.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CountryDialing" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The country dialing
				code for a communication number.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DebitPurposeText" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Reason or nature of the
				debit, on the debtor’s account, that must be returned in debit advices/statements to
				the debtor.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DialNumber" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The commication number,
				not including country dialing or area dialing codes.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Directions" type="TextType"/>
	<xsd:element name="Extension" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The extension of the
				assoicated communication number.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Floor" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The floor where the
				housename is located</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Formula" type="TextType"/>
	<xsd:element name="ImpactAssessmentText" type="TextType"/>
	<xsd:element name="JobTitle" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the position or
				designation of the pesron with whom associated within the given organization.
				Examples are Director, Software Engineer, Purchasing Manager etc</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Key" type="TextType"/>
	<xsd:element name="LikelihoodAssessmentText" type="TextType"/>
	<xsd:element name="LineOne" type="TextType"/>
	<xsd:element name="LineTwo" type="TextType"/>
	<xsd:element name="LineThree" type="TextType"/>
	<xsd:element name="LineFour" type="TextType"/>
	<xsd:element name="LineFive" type="TextType"/>

	<xsd:element name="JournalLineDescription" type="DescriptionType"/>
	<xsd:element name="LotNumberSpecification" type="DescriptionType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the business
				rules used to specify what constitutes a lot</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MethodDescription" type="DescriptionType"/>
	<xsd:element name="MethodConsequenceText" type="TextType"/>
	<xsd:element name="PlacardEndorsement" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The placard endorsement
				that is to be shown on shipping papers for hazardous materials. Can also be used for
				the number of the orange placard (lower part) require on transport.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PlacardNotation" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The placard notation
				that is to be shown on shipping papers for hazardous materials. Can also be used for
				the number of the orange placard (upper part) require on transport.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PlacementText" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">STEP "placement"
				attribute of "next_higher_assembly" entity. AP214-FDIS Definition: The placement
				specifies the Geometric_model_relationship_with_transformation</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PostOfficeBox" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies a Post
				Office Box number</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PrimaryEntryRoute" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The primary entry route
				by which the Hazardous Material gains access to the human body.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProprietarySchemeText" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Text descriping the
				proprietary payment scheme that is to be used.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Responsibility" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">A text description of
				the responsibility of the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProprietaryText" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Provides a roprietary
				text description.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SearchValueText" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The SearchValue is the
				element that identifies the search value the catalog provider (destination system or
				context) should query for. As in the previous example, if the user wishes to query
				for a result set of only ballpoint pens, the SearchValue for this might be
				‘Ballpoint.’ The catalog provider will then take this SearchValue and query for this
				match. The Show URL transaction would then redirect the originating system to a URL
				that contains this result set</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SerialNumberSpecification" type="DescriptionType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the business
				rules used to specify what constitutes a serial number</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Text" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is a message to the
				reader about the object associated.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Title" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the title of the
				person. For example Dr..</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Unit" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the
				apartment number or office suite.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ValueText" type="TextType"/>
	<xsd:element name="Description" type="DescriptionType"/>
	<xsd:element name="OfferDescription" type="DescriptionType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Description of the
				Marketing program offer made by manufacturer</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UsageDescription" type="DescriptionType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Describes how an ITEM
				or product is consumed during the manufacturing process.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AccountName" type="NameType"/>
	<xsd:element name="AttentionOfName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The name of the person
				or organization that the associated entity is intended.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BankName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The name of the
				bank.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BuildingName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The building or house
				name on the street that identifies where to deliver mail</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CareOfName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The name that the
				associated entity is sent by.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CityName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the town or
				the city</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CitySubDivisionName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Qualifies the further
				division of the City, example a city may have many districts or Boroughs. The type
				attribute identifies the type of this entity e.g. City, Borough etc, and there is a
				pre-defined list of types supported, with the ability to add new ones as
				necessary</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CompanyName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Company name on the
				credit card.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DepartmentName" type="NameType"/>
	<xsd:element name="FamilyName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the persons family
				name.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FileName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the name of
				the File being referenced.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GivenName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the Persons given
				name or first name.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GroupName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies a grouping
				of entities together. An example usage may be a grouping of Operatations for a
				Routing.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MaidenName" type="NameType"/>
	<xsd:element name="MaterialRequested" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://www.starstandards.org">Name of the materials the
				customer requested. (i.e., brochure, materials, etc.)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MaterialSent" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://www.starstandards.org">Name of the materials sent to
				the customer. (i.e., brochure, materials, etc.)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MiddleName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the persons middle
				name.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Name" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Identifies the Name of
				the object in which associated.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NameOnAccount" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Indicates the name on
				the account, in the case of a credit card the name exactly as it appears on the
				credit card.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NickName" type="NameType"/>
	<xsd:element name="MethodName" type="NameType"/>
	<xsd:element name="OperationName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the name of the
				operation.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Reason" type="TextType"/>
	<xsd:element name="Result" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://www.starstandards.org">Result of Activity - Ex: Bought
				competing Vehicle </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="StreetName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The Street Name where
				the building/ house is located</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Subject" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">A short subject which
				describes the task.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SuffixName" type="NameType"/>
	<xsd:element name="TechnicalName" type="NameType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Is the Technical name
				of the associated entity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DisplayName" type="NameType"/>
	<xsd:element name="UserName" type="NameType"/>
	<xsd:element name="PreviousUserName" type="NameType"/>
	<xsd:element name="UnstructuredRemittanceText" type="TextType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Information, in free
				text form, which is supplied to enable the matching (reconciliation) of a payment
				with the items that the payment is intended to settle, such as commercial invoices
				in an Accounts Receivable system.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TransportationPool" type="NormalizedStringType"/>
	<xsd:element name="Note" type="NoteType"/>
	<xsd:element name="SpecialHandlingNote" type="NoteType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This describes any
				special, physical handling needs that the freight might have. For example, the need
				for a lift gate</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DisplayID" type="StringType"/>
	<xsd:complexType name="UserAreaType" block="restriction">
		<xsd:sequence>
			<xsd:any namespace="##any" processContents="strict" minOccurs="0" maxOccurs="unbounded"
			/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="UserArea" type="UserAreaType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Allows the user of
				OAGIS to extend the specification in order to provide additional information that is
				not captured in OAGIS.</xsd:documentation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">This is done by
				defining the additional information in XML Schema and referencing the new schema in
				the xml instance document throught the use of namespaces. Once this is done the
				additional information defined there can be carried in the BOD XML instance
				document.</xsd:documentation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The Open Applications
				Group will make best efforts to quickly consider all proposed submissions.The
				USERAREA is always the last element in all components, except where the component
				has been extended inline.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="AmountType">
		<xsd:simpleContent>
			<xsd:extension base="udt:AmountType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="BinaryObjectType">
		<xsd:simpleContent>
			<xsd:extension base="udt:BinaryObjectType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="GraphicType">
		<xsd:simpleContent>
			<xsd:extension base="udt:GraphicType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="SoundType">
		<xsd:simpleContent>
			<xsd:extension base="udt:SoundType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="VideoType">
		<xsd:simpleContent>
			<xsd:extension base="udt:VideoType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="CodeType">
		<xsd:simpleContent>
			<xsd:extension base="udt:CodeType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:simpleType name="DateTimeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Month_ Date. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText>A particular point in the progression of time together with the
					relevant supplementary information. Provides the XML Schema simpleType that
					allows either just the Date or the Date and Time to be provided in the elements
					that are based on this type and/or types that use this as their
					base.</ccts:DefinitionText>
				<ccts:RepresentationTermName>Date</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Month</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="udt:DateType udt:TimeType udt:DateTimeType"/>
	</xsd:simpleType>
	<xsd:simpleType name="DateType">
		<xsd:restriction base="udt:DateType"/>
	</xsd:simpleType>
	<xsd:simpleType name="TimeType">
		<xsd:restriction base="udt:TimeType"/>
	</xsd:simpleType>
	<xsd:complexType name="IdentifierType">
		<xsd:simpleContent>
			<xsd:extension base="udt:IdentifierType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:simpleType name="IndicatorType">
		<xsd:restriction base="udt:IndicatorType"/>
	</xsd:simpleType>
	<xsd:complexType name="MeasureType">
		<xsd:simpleContent>
			<xsd:extension base="udt:MeasureType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:simpleType name="NumericType">
		<xsd:restriction base="udt:NumericType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PercentType">
		<xsd:restriction base="udt:PercentType"/>
	</xsd:simpleType>
	<xsd:complexType name="QuantityType">
		<xsd:simpleContent>
			<xsd:extension base="udt:QuantityType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="TextType">
		<xsd:simpleContent>
			<xsd:extension base="udt:TextType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="NameType">
		<xsd:simpleContent>
			<xsd:extension base="udt:NameType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="DescriptionType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Description_ Text. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Description</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="udt:TextType">
				<xsd:attribute name="type" type="NormalizedStringType"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="NoteType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">A free form note. The
				lang attribute identifies the language that the note is in. The author identifies
				the author of the note. The enrtyDate indicates the date the note was entered or
				last modified.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="DescriptionType">
				<xsd:attribute name="noteID" type="NormalizedStringType" use="optional"/>
				<xsd:attribute name="use" type="NormalizedStringType" use="optional"/>
				<xsd:attribute name="author" type="StringType" use="optional"/>
				<xsd:attribute name="entryDateTime" type="DateTimeType" use="optional"/>
				<xsd:attribute name="status" type="StringType" use="optional"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="TemperatureABIEType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">TemperatureABIEType is
				logically derived from UN/CEFACT TBG17 ABIE TemperatureType as defined in the
				Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="MeasureType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="LicenseIndicatorType">
		<xsd:simpleContent>
			<xsd:extension base="IndicatorType">
				<xsd:attribute name="name" type="LicenseTypeCodeContentType" use="required"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:simpleType name="ActionCodeContentType">
		<xsd:restriction base="oacl:ActionCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="AgencyRoleContentType">
		<xsd:restriction base="oacl:AgencyRoleContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="CategoryCodeContentType">
		<xsd:restriction base="oacl:CategoryCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ChargeCodeContentType">
		<xsd:restriction base="oacl:ChargeCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ClassificationCodeContentType">
		<xsd:restriction base="oacl:ClassificationCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ChargeBearerCodeContentType">
		<xsd:restriction base="oacl:ChargeBearerCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ChequeDeliveryMethodCodeContentType">
		<xsd:restriction base="oacl:ChequeDeliveryMethodCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ChequeInstructionCodeContentType">
		<xsd:restriction base="oacl:ChequeInstructionCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ContactLocationCodeContentType">
		<xsd:restriction base="oacl:ContactLocationCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ControlAssertionContentType">
		<xsd:restriction base="oacl:ControlAssertionContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ControlCodeContentType">
		<xsd:restriction base="oacl:ControlCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ControlComponentContentType">
		<xsd:restriction base="oacl:ControlComponentContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="CountryCodeContentType">
		<xsd:restriction base="oacl:CountryCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="CountrySubdivisionCodeContentType">
		<xsd:restriction base="oacl:CountrySubdivisionCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditTransferCodeContentType">
		<xsd:restriction base="oacl:CreditTransferCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="CurrencyCodeContentType">
		<xsd:restriction base="oacl:CurrencyCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfWeekCodeContentType">
		<xsd:restriction base="oacl:DayOfWeekCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="DebitCreditCodeContentType">
		<xsd:restriction base="oacl:DebitCreditCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="DeliveryPointCodeContentType">
		<xsd:restriction base="oacl:DeliveryPointCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="EMailFormatCodeContentType">
		<xsd:restriction base="oacl:EMailFormatCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="EngineeringActivityCodeContentType">
		<xsd:restriction base="oacl:EngineeringActivityCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="EngineeringWorkOrderCodeContentType">
		<xsd:restriction base="oacl:EngineeringWorkOrderCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="EngineeringWorkRequestCodeContentType">
		<xsd:restriction base="oacl:EngineeringWorkRequestCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="EngineeringWorkRequestStatusCodeContentType">
		<xsd:restriction base="oacl:EngineeringWorkRequestStatusCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="FreightTermCodeContentType">
		<xsd:restriction base="oacl:FreightTermCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="GenderCodeContentType">
		<xsd:restriction base="oacl:GenderCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="IncotermsCodeContentType">
		<xsd:restriction base="oacl:IncotermsCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="LanguageCodeContentType">
		<xsd:restriction base="oacl:LanguageCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="LicenseTypeCodeContentType">
		<xsd:restriction base="oacl:LicenseTypeCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="MaritalStatusCodeContentType">
		<xsd:restriction base="oacl:MaritalStatusCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="MatchCodeContentType">
		<xsd:restriction base="oacl:MatchCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="MatchDocumentContentType">
		<xsd:restriction base="oacl:MatchDocumentContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="MIMECodeContentType">
		<xsd:restriction base="oacl:MIMECodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PartyCategoryCodeContentType">
		<xsd:restriction base="oacl:PartyCategoryCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PartyRoleCodeContentType">
		<xsd:restriction base="oacl:PartyRoleCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PaymentBasisCodeContentType">
		<xsd:restriction base="oacl:PaymentBasisCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PaymentPurposeCodeContentType">
		<xsd:restriction base="oacl:PaymentPurposeCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PaymentMethodCodeContentType">
		<xsd:restriction base="oacl:PaymentMethodCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PaymentSchemeCodeContentType">
		<xsd:restriction base="oacl:PaymentSchemeCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PaymentTermCodeContentType">
		<xsd:restriction base="oacl:PaymentTermCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ProcessCategoryContentType">
		<xsd:restriction base="oacl:ProcessCategoryContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ReasonCodeContentType">
		<xsd:restriction base="oacl:ReasonCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="RecurrencePatternCodeContentType">
		<xsd:restriction base="oacl:RecurrencePatternCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="RemitLocationMethodCodeContentType">
		<xsd:restriction base="oacl:RemitLocationMethodCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ResourceTypeCodeContentType">
		<xsd:restriction base="oacl:ResourceTypeCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ResponseActionCodeContentType">
		<xsd:restriction base="oacl:ResponseActionCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ResponseCodeContentType">
		<xsd:restriction base="oacl:ResponseCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="RiskCodeContentType">
		<xsd:restriction base="oacl:RiskCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="SalesActivityCodeContentType">
		<xsd:restriction base="oacl:SalesActivityCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="SalesTaskCodeContentType">
		<xsd:restriction base="oacl:SalesTaskCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="StateCodeContentType">
		<xsd:restriction base="oacl:StateCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="SystemEnvironmentCodeContentType">
		<xsd:restriction base="oacl:SystemEnvironmentCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="TaxCodeContentType">
		<xsd:restriction base="oacl:TaxCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="TransferCodeContentType">
		<xsd:restriction base="oacl:TransferCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="UnitCodeContentType">
		<xsd:restriction base="oacl:UnitCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="YearDateType">
		<xsd:restriction base="qdt:YearDateType"/>
	</xsd:simpleType>
	<xsd:simpleType name="YearMonthDateType">
		<xsd:restriction base="qdt:YearMonthDateType"/>
	</xsd:simpleType>
	<xsd:simpleType name="URIType">
		<xsd:restriction base="qdt:URIType"/>
	</xsd:simpleType>
	<xsd:simpleType name="DurationMeasureType">
		<xsd:restriction base="qdt:DurationMeasureType"/>
	</xsd:simpleType>
	<xsd:simpleType name="FloatNumericType">
		<xsd:restriction base="qdt:FloatNumericType"/>
	</xsd:simpleType>
	<xsd:simpleType name="IntegerNumericType">
		<xsd:restriction base="qdt:IntegerNumericType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PositiveIntegerNumericType">
		<xsd:restriction base="qdt:PositiveIntegerNumericType"/>
	</xsd:simpleType>
	<xsd:simpleType name="NormalizedStringType">
		<xsd:restriction base="qdt:NormalizedStringType"/>
	</xsd:simpleType>
	<xsd:simpleType name="StringType">
		<xsd:restriction base="qdt:StringType"/>
	</xsd:simpleType>
	<xsd:simpleType name="TokenType">
		<xsd:restriction base="qdt:TokenType"/>
	</xsd:simpleType>
	<xsd:simpleType name="MonthDateType">
		<xsd:restriction base="qdt:MonthDateType"/>
	</xsd:simpleType>
	<xsd:simpleType name="DayDateType">
		<xsd:restriction base="qdt:DayDateType"/>
	</xsd:simpleType>
	<xsd:simpleType name="MonthDayDateType">
		<xsd:restriction base="qdt:MonthDayDateType"/>
	</xsd:simpleType>
	<xsd:complexType name="FinancialMatchCodeType">
		<xsd:simpleContent>
			<xsd:extension base="MatchCodeType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:attributeGroup name="CodeListAttributeGroup">
		<xsd:attribute name="listID" type="NormalizedStringType" use="optional">
			<xsd:annotation>
				<xsd:documentation xml:lang="en">
					<ccts:UniqueID>UNDT000007-SC2</ccts:UniqueID>
					<ccts:CategoryCode>SC</ccts:CategoryCode>
					<ccts:DictionaryEntryName>Code List. Identifier</ccts:DictionaryEntryName>
					<ccts:Definition>The identification of a list of codes.</ccts:Definition>
					<ccts:ObjectClass>Code List</ccts:ObjectClass>
					<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
					<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
					<ccts:PrimitiveType>string</ccts:PrimitiveType>
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="listAgencyID" type="NormalizedStringType" use="optional">
			<xsd:annotation>
				<xsd:documentation xml:lang="en">
					<ccts:UniqueID>UNDT000007-SC3</ccts:UniqueID>
					<ccts:CategoryCode>SC</ccts:CategoryCode>
					<ccts:DictionaryEntryName>Code List. Agency.
						Identifier</ccts:DictionaryEntryName>
					<ccts:Definition>An agency that maintains one or more lists of
						codes.</ccts:Definition>
					<ccts:ObjectClass>Code List</ccts:ObjectClass>
					<ccts:PropertyTermName>Agency</ccts:PropertyTermName>
					<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
					<ccts:PrimitiveType>string</ccts:PrimitiveType>
					<ccts:UsageRule>Defaults to the UN/EDIFACT data element 3055 code
						list.</ccts:UsageRule>
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="listAgencyName" type="StringType" use="optional">
			<xsd:annotation>
				<xsd:documentation xml:lang="en">
					<ccts:UniqueID>UNDT000007-SC4</ccts:UniqueID>
					<ccts:CategoryCode>SC</ccts:CategoryCode>
					<ccts:DictionaryEntryName>Code List. Agency Name.
						Text</ccts:DictionaryEntryName>
					<ccts:Definition>The name of the agency that maintains the list of
						codes.</ccts:Definition>
					<ccts:ObjectClass>Code List</ccts:ObjectClass>
					<ccts:PropertyTermName>Agency Name</ccts:PropertyTermName>
					<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
					<ccts:PrimitiveType>string</ccts:PrimitiveType>
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="listName" type="StringType" use="optional">
			<xsd:annotation>
				<xsd:documentation xml:lang="en">
					<ccts:UniqueID>UNDT000007-SC5</ccts:UniqueID>
					<ccts:CategoryCode>SC</ccts:CategoryCode>
					<ccts:DictionaryEntryName>Code List. Name. Text</ccts:DictionaryEntryName>
					<ccts:Definition>The name of a list of codes.</ccts:Definition>
					<ccts:ObjectClass>Code List</ccts:ObjectClass>
					<ccts:PropertyTermName>Name</ccts:PropertyTermName>
					<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
					<ccts:PrimitiveType>string</ccts:PrimitiveType>
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="listVersionID" type="NormalizedStringType" use="optional">
			<xsd:annotation>
				<xsd:documentation xml:lang="en">
					<ccts:UniqueID>UNDT000007-SC6</ccts:UniqueID>
					<ccts:CategoryCode>SC</ccts:CategoryCode>
					<ccts:DictionaryEntryName>Code List. Version.
						Identifier</ccts:DictionaryEntryName>
					<ccts:Definition>The version of the list of codes.</ccts:Definition>
					<ccts:ObjectClass>Code List</ccts:ObjectClass>
					<ccts:PropertyTermName>Version</ccts:PropertyTermName>
					<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
					<ccts:PrimitiveType>string</ccts:PrimitiveType>
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="name" type="StringType" use="optional">
			<xsd:annotation>
				<xsd:documentation xml:lang="en">
					<ccts:UniqueID>UNDT000007-SC7</ccts:UniqueID>
					<ccts:CategoryCode>SC</ccts:CategoryCode>
					<ccts:DictionaryEntryName>Code. Name. Text</ccts:DictionaryEntryName>
					<ccts:Definition>The textual equivalent of the code content
						component.</ccts:Definition>
					<ccts:ObjectClass>Code</ccts:ObjectClass>
					<ccts:PropertyTermName>Name</ccts:PropertyTermName>
					<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
					<ccts:PrimitiveType>string</ccts:PrimitiveType>
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="languageID" type="LanguageCodeContentType" use="optional">
			<xsd:annotation>
				<xsd:documentation xml:lang="en">
					<ccts:UniqueID>UNDT000007-SC8</ccts:UniqueID>
					<ccts:CategoryCode>SC</ccts:CategoryCode>
					<ccts:DictionaryEntryName>Language. Identifier</ccts:DictionaryEntryName>
					<ccts:Definition>The identifier of the language used in the code
						name.</ccts:Definition>
					<ccts:ObjectClass>Language</ccts:ObjectClass>
					<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
					<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
					<ccts:PrimitiveType>string</ccts:PrimitiveType>
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="listURI" type="xsd:anyURI" use="optional">
			<xsd:annotation>
				<xsd:documentation xml:lang="en">
					<ccts:UniqueID>UNDT000007-SC9</ccts:UniqueID>
					<ccts:CategoryCode>SC</ccts:CategoryCode>
					<ccts:DictionaryEntryName>Code List. Uniform Resource.
						Identifier</ccts:DictionaryEntryName>
					<ccts:Definition>The Uniform Resource Identifier that identifies where the code
						list is located.</ccts:Definition>
					<ccts:ObjectClass>Code List</ccts:ObjectClass>
					<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
					<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
					<ccts:PrimitiveType>string</ccts:PrimitiveType>
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="listSchemeURI" type="xsd:anyURI" use="optional">
			<xsd:annotation>
				<xsd:documentation xml:lang="en">
					<ccts:UniqueID>UNDT000007-SC10</ccts:UniqueID>
					<ccts:CategoryCode>SC</ccts:CategoryCode>
					<ccts:DictionaryEntryName>Code List Scheme. Uniform Resource.
						Identifier</ccts:DictionaryEntryName>
					<ccts:Definition>The Uniform Resource Identifier that identifies where the code
						list scheme is located.</ccts:Definition>
					<ccts:ObjectClass>Code List Scheme</ccts:ObjectClass>
					<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
					<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
					<ccts:PrimitiveType>string</ccts:PrimitiveType>
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
	</xsd:attributeGroup>
	<xsd:complexType name="EncryptedBinaryObjectType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Encrypted_ Binary Object. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText>Indicates that any element or attribute that makes use of this
					is to be or is recommended to be encrypted by the applications sharing this
					information.</ccts:DefinitionText>
				<ccts:RepresentationTermName>Binary Object</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Encrypted</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="udt:BinaryObjectType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="AcknowledgeResponseCodeType">
		<xsd:simpleContent>
			<xsd:extension base="ResponseCodeType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ActionCodeType">
		<xsd:simpleContent>
			<xsd:extension base="ActionCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="CategoryCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Category_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Category</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="CategoryCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ChargeBearerCodeType">
		<xsd:simpleContent>
			<xsd:extension base="ChargeBearerCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ChargeCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Charge_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Charge</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="ChargeCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ChequeDeliveryMethodCodeType">
		<xsd:simpleContent>
			<xsd:extension base="ChequeDeliveryMethodCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ChequeInstructionCodeType">
		<xsd:simpleContent>
			<xsd:extension base="ChequeInstructionCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ClassificationCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Classification_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Classification</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="ClassificationCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ConfirmationResponseCodeType">
		<xsd:simpleContent>
			<xsd:extension base="ResponseCodeType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ContactLocationCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Contact_ Location_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Contact_ Location</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="ContactLocationCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ControlAssertionType">
		<xsd:simpleContent>
			<xsd:extension base="ControlAssertionContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ControlComponentType">
		<xsd:simpleContent>
			<xsd:extension base="ControlComponentContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ControlCodeType">
		<xsd:simpleContent>
			<xsd:extension base="ControlCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="CountryCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Country_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Country</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="CountryCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="CountrySubDivisionCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Country Subdivision_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText>A character string (letters, figures, or symbols) that for
					brevity and/or languange independence may be used to represent or replace a
					definitive value or text of an attribute together with relevant supplementary
					information.</ccts:DefinitionText>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Country Subdivision</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="CountrySubdivisionCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="CreditTransferCodeType">
		<xsd:simpleContent>
			<xsd:extension base="CreditTransferCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="CurrencyCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Currency_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Currency</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="CurrencyCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="DayOfWeekCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Day Of Week_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Day Of Week</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="DayOfWeekCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="DebitCreditCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>SC</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Debit Credit_ Code. Type</ccts:DictionaryEntryName>
				<ccts:Definition/>
				<ccts:Cardinality>0..1</ccts:Cardinality>
				<ccts:PropertyTermName>Debit Credit</ccts:PropertyTermName>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:UsageRule/>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="DebitCreditCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="DeliveryPointCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Delivery Point_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText>A character string (letters, figures, or symbols) that for
					brevity and/or languange independence may be used to represent or replace a
					definitive value or text of an attribute together with relevant supplementary
					information.</ccts:DefinitionText>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Delivery Point</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="DeliveryPointCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EmailFormatCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Email Format_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Email Format</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="EMailFormatCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EngineeringActivityCodeType">
		<xsd:simpleContent>
			<xsd:extension base="EngineeringActivityCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EngineeringWorkOrderCodeType">
		<xsd:simpleContent>
			<xsd:extension base="EngineeringWorkOrderCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EngineeringWorkRequestCodeType">
		<xsd:simpleContent>
			<xsd:extension base="EngineeringWorkRequestCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EngineeringWorkRequestStatusCodeType">
		<xsd:simpleContent>
			<xsd:extension base="EngineeringWorkRequestStatusCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="FinalAgentInstructionCodeType">
		<xsd:simpleContent>
			<xsd:extension base="oacl:FinalAgentInstructionCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="FreightTermCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Freight Terms_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Freight Terms</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="FreightTermCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="GenderCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Gender_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText>A character string (letters, figures, or symbols) that for
					brevity and/or languange independence may be used to represent or replace a
					definitive value or text of an attribute together with relevant supplementary
					information.</ccts:DefinitionText>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Gender</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="GenderCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="IncotermsCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Incoterms_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Incoterms</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="IncotermsCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="LanguageCodeType">
		<xsd:simpleContent>
			<xsd:extension base="LanguageCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="LicenseCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>License Type_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>License Type</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="LicenseTypeCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="MatchCodeType">
		<xsd:simpleContent>
			<xsd:extension base="MatchCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="MatchDocumentCodeType">
		<xsd:simpleContent>
			<xsd:extension base="MatchDocumentContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="MaritalStatusCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Marital Status_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Marital Status</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="MaritalStatusCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="MimeCodeType">
		<xsd:simpleContent>
			<xsd:extension base="MIMECodeContentType"/>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="PaymentBasisCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Payment Basis_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Payment Basis</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="PaymentBasisCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="PaymentMethodCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Payment Method_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Payment Method</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="PaymentMethodCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="PaymentPurposeCodeType">
		<xsd:simpleContent>
			<xsd:extension base="PaymentPurposeCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="PaymentSchemeCodeType">
		<xsd:simpleContent>
			<xsd:extension base="PaymentSchemeCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="PaymentTermCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Payment Term_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Payment Term</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="PaymentTermCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ProcessCategoryCodeType">
		<xsd:simpleContent>
			<xsd:extension base="ProcessCategoryContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ReasonCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Reason_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Reason</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="ReasonCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="RecurrencePatternCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Recurrence Pattern_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Recurrence Pattern</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="RecurrencePatternCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="RemitLocationMethodCodeType">
		<xsd:simpleContent>
			<xsd:extension base="RemitLocationMethodCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="ResponseCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Response_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Response</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="ResponseCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="RiskCodeType">
		<xsd:simpleContent>
			<xsd:extension base="RiskCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="SalesActivityCodeType">
		<xsd:simpleContent>
			<xsd:extension base="SalesActivityCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="SalesTaskCodeType">
		<xsd:simpleContent>
			<xsd:extension base="SalesTaskCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="StateCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>State_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>State</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="StateCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="SystemEnvironmentCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>System Environment_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>System Environment</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="SystemEnvironmentCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="TaxCodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<ccts:UniqueID>QDT000000</ccts:UniqueID>
				<ccts:CategoryCode>QDT</ccts:CategoryCode>
				<ccts:DictionaryEntryName>Tax_ Code. Type</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
				<ccts:QualifierTerm>Tax</ccts:QualifierTerm>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="TaxCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="TransferCodeType">
		<xsd:simpleContent>
			<xsd:extension base="TransferCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="UOMCodeType">
		<xsd:simpleContent>
			<xsd:extension base="UnitCodeContentType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>


	<xsd:simpleType name="ContentSortOrderEnumType">
		<xsd:union memberTypes="oacl:ContentSortOrderEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="ContentWidthEnumType">
		<xsd:restriction base="oacl:ContentWidthEnumType"/>
	</xsd:simpleType>

	<xsd:simpleType name="CurrencyCodeAttributeType">
		<xsd:union memberTypes="oacl:CurrencyCodeContentType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="DataContentType">
		<xsd:union memberTypes="oacl:DataContentEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="DebitCreditType">
		<xsd:union memberTypes="oacl:DebitCreditType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="FortressStatusType">
		<xsd:union memberTypes="oacl:FortressStatusEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="GenderType">
		<xsd:union memberTypes="oacl:GenderEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="LevelType">
		<xsd:union memberTypes="oacl:LevelEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="LogLevelEnumType">
		<xsd:union memberTypes="oacl:LogLevelEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="LotSelectionType">
		<xsd:union memberTypes="oacl:LotSelectionEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="MessageDirectionType">
		<xsd:union memberTypes="oacl:MessageDirectionEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="ObjectClassType">
		<xsd:union memberTypes="oacl:ObjectClassEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="PlanningQuantityCodeType">
		<xsd:union memberTypes="oacl:PlanningQuantitiesEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="PriorityEnumType">
		<xsd:union memberTypes="oacl:PriorityEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:complexType name="PriorityType">
		<xsd:simpleContent>
			<xsd:extension base="PriorityEnumType">
				<xsd:attributeGroup ref="CodeListAttributeGroup"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>

	<xsd:simpleType name="ScheduleEnumType">
		<xsd:union memberTypes="oacl:ScheduleEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="ShellModuleTypeEnumType">
		<xsd:union memberTypes="oacl:ShellModuleTypeEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="ShellModuleColorEnumType">
		<xsd:union memberTypes="oacl:ShellModuleColorEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="SimpleStatusType">
		<xsd:union memberTypes="oacl:SimpleStatusEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="TaxableTransactionOriginType">
		<xsd:union memberTypes="oacl:TaxableTransactionOriginEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="UsageType">
		<xsd:union memberTypes="oacl:UsageEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="UILevelEnumType">
		<xsd:union memberTypes="oacl:UILevelEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:simpleType name="YearMethodType">
		<xsd:union memberTypes="oacl:YearMethodEnumType qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:element name="DistinguishedName" type="StringType"/>
	<xsd:element name="Initials" type="StringType"/>

	<xsd:element name="Rate" type="AmountType"/>
	<xsd:element name="FixedCostAmount" type="AmountType"/>

	<xsd:element name="RunRate" type="AmountType"/>
	<xsd:element name="SetupRate" type="AmountType"/>
	<xsd:element name="FixedCost" type="AmountType"/>

	<xsd:element name="DocumentUsageCode" type="CodeType"/>
	<xsd:element name="LeadQualityCode" type="CodeType"/>
	<xsd:element name="NounNameCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>The code a document name.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NounStatusCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>The code for the status of the document. The ListID must be the
				listID associated with that noun.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ReceivingDistributionCenterCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>The code for the distribution center that will receive the
				items</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="AccountOpenedDateTime" type="DateTimeType"/>
	<xsd:element name="SalesPersonAssignDateTime" type="DateTimeType"/>
	<xsd:element name="Timestamp" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation> The time instant at which the log event occurred.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="MaxAgingDuration" type="DurationMeasureType"/>
	<xsd:element name="StatementPeriodDuration" type="DurationMeasureType"/>

	<xsd:element name="RouteDay" type="DayOfWeekCodeContentType"/>


	<xsd:element name="BatchID" type="IdentifierType"/>
	<xsd:element name="CASNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation> Used by Hazmat. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Category" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation> Attribute schemeID="java.FQCN" indicates the value is a Java fully
				qualified class name. schemeID="infor.bus.service.instance" identifies an instance
				of a service in the BUS. However, this value is completely ignored by the BUS, the
				value is stored, but not interpreted. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ConfiguredItemIndicator" type="IndicatorType"/>
	<xsd:element name="CostUnitID" type="IdentifierType"/>
	<xsd:element name="CreatedByID" type="IdentifierType"/>
	<xsd:element name="LinkedReference" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation> Attribute schemeID="infor.bus.message.id" indicates the value is a
				BUS MessageId to link the log to. Other schemeID values may be implemented.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ModifiedByID" type="IdentifierType"/>
	<xsd:element name="NodeID" type="IdentifierType"/>
	<xsd:element name="ProductID" type="IdentifierType"/>
	<xsd:element name="StopID" type="IdentifierType"/>
	<xsd:element name="TaxCode" type="IdentifierType"/>
	<xsd:element name="Version" type="IdentifierType"/>

	<xsd:element name="DirectionalIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation>When set to true this indicates that the associated rule or
				calculation is one way only.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EnvironmentalComplianceIndicator" type="IndicatorType"/>
	<xsd:element name="ExceptionalSupplierIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation>When set to true this indicates that the supplier is not available
				for use as a standard supply source.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="ForecastIndicator" type="IndicatorType"/>
	<xsd:element name="InsertedYearIndicator" type="IndicatorType"/>
	<xsd:element name="InternalCustomerIndicator" type="IndicatorType"/>
	<xsd:element name="InternalSupplierIndicator" type="IndicatorType"/>

	<xsd:element name="IsBlocked" type="IndicatorType"/>
	<xsd:element name="IsExpiry" type="IndicatorType"/>
	<xsd:element name="IsVariation" type="IndicatorType"/>

	<xsd:element name="MultiCurrencyIndicator" type="IndicatorType"/>
	<xsd:element name="PrepaidIndicator" type="IndicatorType"/>
	<xsd:element name="ProgressBillingIndicator" type="IndicatorType"/>
	<xsd:element name="RevaluationIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en"> The RevaluationIndicator is used to indicate if this
				natural account is to be used for revaluation. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="YearEndAdjustmentIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en"/>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RushIndicator" type="IndicatorType"/>
	<xsd:element name="SelfBillingIndicator" type="IndicatorType"/>
	<xsd:element name="SellableIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation> Used to indicate if an item is sellable. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Supplier1099Indicator" type="IndicatorType"/>

	<xsd:element name="CurrencyName" type="NameType"/>
	<xsd:element name="ShortName" type="NameType"/>

	<xsd:element name="Context" type="NormalizedStringType">
		<xsd:annotation>
			<xsd:documentation> The context in which the log was emitted. In code this may indicate
				a call stack, or other useful information to help narrow the location of the event.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FrequencyMeasureType" type="NormalizedStringType">
		<xsd:annotation>
			<xsd:documentation> "SECONDLY", "MINUTELY", "HOURLY", "DAILY", "WEEKLY", "MONTHLY",
				"YEARLY" </xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="CurrencyUnitBaseNumeric" type="NumericType">
		<xsd:annotation>
			<xsd:documentation>Specifies the unit base of the currency for currencies with small
				denominations.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Tolerance" type="NumericType">
		<xsd:annotation>
			<xsd:documentation> The Tolerance is carried as a decimal as in 100.00 for 100 percent.
				It is not represented as a fraction. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="ActiveIngredientPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation> Used by Hazmat </xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="DecimalPlaces" type="PositiveIntegerNumericType">
		<xsd:annotation>
			<xsd:documentation>Identifies the maximum number of decimal places that should be
				displayed with this currency.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="DaysEarlyAllowed" type="PositiveIntegerNumericType">
		<xsd:annotation>
			<xsd:documentation>The number of days prior to the requested delivery or shipdate that
				are considered acceptable by the customer.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="ShipOrderComplete" type="IndicatorType"/>
	<xsd:element name="ShipLineComplete" type="IndicatorType"/>

	<xsd:element name="SignificantDigits" type="PositiveIntegerNumericType"/>

	<xsd:element name="CriticalSpillQuantity" type="QuantityType"/>
	<xsd:element name="HoldQuantity" type="QuantityType"/>
	<xsd:element name="MaximumOrderQuantity" type="QuantityType"/>
	<xsd:element name="TotalAvailability" type="QuantityType"/>

	<xsd:element name="BarCode" type="StringType"/>
	<xsd:element name="Derivation" type="StringType">
		<xsd:annotation>
			<xsd:documentation>The description of how this rate was derived.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EnterpriseNode" type="StringType"/>

	<xsd:element name="LicenseValue" type="StringType"/>
	<xsd:element name="ListID" type="StringType">
		<xsd:annotation>
			<xsd:documentation>The code type that is associated to the element. This is the value
				that is in the instance documents in the listID attribute.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="LeadSource" type="TextType"/>
	<xsd:element name="LeadSourceType" type="TextType"/>

	<xsd:element name="LogText" type="TextType">
		<xsd:annotation>
			<xsd:documentation> The text to be logged. Any text being communicated about the event
				that initiated logging. In the event of code problems it is also common to include a
				stack trace. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="ResourceTypeCode" type="CodeType"/>

	<xsd:simpleType name="RateTypeCodeType">
		<xsd:restriction base="qdt:NormalizedStringType"/>
	</xsd:simpleType>

	<xsd:element name="RequestedDateTime" type="DateTimeType"/>
	<xsd:element name="PromisedDateTime" type="DateTimeType"/>
	<xsd:element name="CommittedDateTime" type="DateTimeType"/>
	<xsd:element name="RequestedQuantity" type="QuantityType"/>
	<xsd:element name="PlannedFulfillQuantity" type="QuantityType"/>
	<xsd:element name="LatestLineDateTime" type="DateTimeType"/>
	<xsd:element name="EarliestLineDateTime" type="DateTimeType"/>
	<xsd:element name="PermissionID" type="IdentifierType"/>
	<xsd:element name="PermissionSetID" type="IdentifierType"/>
	<xsd:element name="PermissionName" type="StringType"/>
	<xsd:element name="GrantedPermissionSetID" type="IdentifierType"/>
	<xsd:element name="Role" type="StringType"/>
	<xsd:element name="OpportunitySource" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>The source of the opportunity.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Checksum" type="StringType">
		<xsd:annotation>
			<xsd:documentation>Used by LMA's ExtendLicenseUsage for validation.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="CustomerStorageLocation" type="NormalizedStringType"/>
	<xsd:element name="ConsumptionPoint" type="NormalizedStringType"/>
	<xsd:element name="ShipmentUnitType" type="CodeType"/>
	<xsd:element name="ItemUsageType" type="CodeType"/>
	<xsd:element name="DrawingNumber" type="StringType"/>
	<xsd:element name="DrawingDate" type="DateType"/>
	<xsd:element name="DrawingIndex" type="StringType"/>

	<xsd:element name="ReferenceString" type="NormalizedStringType"/>


	<xsd:element name="ReceivedVolumeMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Quantifies the volume,
				or amount of space, that is recieved.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShippedVolumeMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Quantifies the volume,
				or amount of space, that is shipped.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="TotalReceivedVolumeMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Quantifies the volume,
				or amount of space, that is recieved.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TotalShippedVolumeMeasure" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Quantifies the volume,
				or amount of space, that is shipped.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

</xsd:schema>
