<?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
16 Nov 2010    NO      Initial version ....
18 Nov 2010    NO      Changed CostComponentID's type to CodeType (JIRA BOD-1493)
19th July 2013 Ajay    Added UserArea to ProjectActivity level
04th Sep 2013  ravi.ravuri    Removed ProjectContractReference (BOD -2362)
27 Sep 2013    Ravi.Ravuri Moved 'LaborCostReferenceType' to Components.xsd and changed element LaborCostReference format (BOD-2043)
        *****     Update End     *****

-->

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns="http://schema.infor.com/InforOAGIS/2"
	targetNamespace="http://schema.infor.com/InforOAGIS/2" elementFormDefault="qualified"
	attributeFormDefault="unqualified">

	<xsd:include schemaLocation="./ManufacturingComponents.xsd"/>
		
	<xsd:complexType name="ProjectActivityType">
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ResourceCodes" minOccurs="0"/>
			<xsd:group ref="FreeFormTextGroup"/>
			<xsd:element ref="Location" minOccurs="0"/>
			<xsd:element ref="ProjectEngineerPerson" minOccurs="0"/>
			<xsd:element ref="DocumentReference" minOccurs="0"/>
			<xsd:element ref="ActualTimePeriod" minOccurs="0"/>
			<xsd:element ref="ScheduledTimePeriod" minOccurs="0"/>
			<xsd:element ref="Status" minOccurs="0"/>
			<xsd:element ref="CompletePercent" minOccurs="0"/>
			<xsd:element ref="ParentActivityID" minOccurs="0"/>
			<xsd:element ref="PredecessorActivity" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="DefaultBudgetStatus" minOccurs="0"/>
			<xsd:element ref="MilestoneIndicator" minOccurs="0"/>
			<xsd:element ref="MilestoneItemID" minOccurs="0"/>
			<xsd:element ref="MilestoneLinkedActivityID" minOccurs="0"/>
			<xsd:element ref="EarnedValueMethodCode" minOccurs="0"/>
			<xsd:element ref="TopActivityIndicator" minOccurs="0"/>
			<xsd:element ref="UOMCode" minOccurs="0"/>
			<xsd:element ref="UserArea" minOccurs="0"/><!--Element added for BOD-2268  -->
		</xsd:sequence>
		<xsd:attribute name="type" type="NormalizedStringType" use="optional"/>
	</xsd:complexType>

	<xsd:element name="ProjectActivity" type="ProjectActivityType"/>
	
	<xsd:complexType name="ProjectActivityBalanceType">
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ActivityPerformanceCosts" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ActivityMonitoringCosts" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="ProjectActivityBalance" type="ProjectActivityBalanceType"/>
			
	<xsd:complexType name="PredecessorActivityType">
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="RelationshipType" minOccurs="0"/>
			<xsd:element ref="LeadTimeDuration" minOccurs="0"/>
			<xsd:element ref="LagTimeDuration" minOccurs="0"/>
			<xsd:element ref="ResourceTypeCode" minOccurs="0"/>
			<xsd:element ref="CostType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:complexType name="ChildActivityType">
		<xsd:sequence>
			<xsd:element ref="ProjectPlanID" minOccurs="0"/>
			<xsd:element ref="ActivityID" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="ChildActivity" type="ChildActivityType"/>
	
	<xsd:complexType name="BaselineType">
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs = "0"/>
			<xsd:element ref="Status" minOccurs="0"/>
			<xsd:element ref="ApprovalDate" minOccurs="0"/>
			<xsd:element ref="DerivedFromBaselineID" minOccurs="0"/>
			<xsd:element ref="CreationDate" minOccurs="0"/>
			
			<xsd:element ref="LastModificationDateTime" minOccurs="0"/>
			<xsd:element ref="BaselineDetail" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Baseline" type="BaselineType"/>
	

	
	<xsd:complexType name="BaselineDetailType">
		<xsd:sequence>
			<xsd:element ref="ActivityID" minOccurs="0"/>
			<xsd:element ref="Description" minOccurs="0"/>
			<xsd:element ref="ActivityStartDate" minOccurs="0"/>
			<xsd:element ref="ActivityFinishDate" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="BaselineDetail" type="BaselineDetailType"/>
	
	<xsd:complexType name="ProjectPlanType">
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ProjectActivity" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="ProjectPlan" type="ProjectPlanType"/>
	
	<xsd:complexType name="ProjectPlanBalanceType">
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ProjectActivityBalance" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="ProjectPlanBalance" type="ProjectPlanBalanceType"/>
	
	<xsd:complexType name="LaborCostReference">  <!-- (BOD-2043) -->
		<xsd:sequence>
			<xsd:element ref="LaborCostReference" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="SundryCostReference" type="LaborCostReferenceType"/>
	
	<!-- ProjectBalance and ProjectPeriodBalance -->
	<xsd:complexType name="ProjectCostType">
		<xsd:sequence>
			<xsd:element ref="CostType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Includes Material, labor, Sundry, Equipment, Subcontractinge.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element ref="ControlCode" minOccurs="0"/>
			<xsd:element ref="CostComponentCode" minOccurs="0"/>

			<xsd:element ref="TotalBudgetAmount" minOccurs="0"/>
			<xsd:element ref="TotalBudgetBaseAmount" minOccurs="0"/>
			<xsd:element ref="TotalBudgetReportAmount" minOccurs="0"/>
			<xsd:element ref="TotalBudgetProjectAmount" minOccurs="0"/>
			<xsd:element ref="ActualCostAmount" minOccurs="0"/>
			<xsd:element ref="ActualCostBaseAmount" minOccurs="0"/>
			<xsd:element ref="ActualCostReportAmount" minOccurs="0"/>
			<xsd:element ref="ActualCostProjectAmount" minOccurs="0"/>
			<xsd:element ref="PerformedCostAmount" minOccurs="0"/>
			<xsd:element ref="PerformedCostBaseAmount" minOccurs="0"/>
			<xsd:element ref="PerformedCostReportAmount" minOccurs="0"/>
			<xsd:element ref="PerformedCostProjectAmount" minOccurs="0"/>
			<xsd:element ref="RemainingBudgetAmount" minOccurs="0"/>
			<xsd:element ref="RemainingBudgetBaseAmount" minOccurs="0"/>
			<xsd:element ref="RemainingBudgetReportAmount" minOccurs="0"/>
			<xsd:element ref="RemainingBudgetProjectAmount" minOccurs="0"/>
			<xsd:element ref="ActualRevenueAmount" minOccurs="0"/>
			<xsd:element ref="ActualRevenueBaseAmount" minOccurs="0"/>
			<xsd:element ref="ActualRevenueReportAmount" minOccurs="0"/>
			<xsd:element ref="ActualRevenueProjectAmount" minOccurs="0"/>
			<xsd:element ref="PlannedRevenueAmount" minOccurs="0"/>
			<xsd:element ref="PlannedRevenueBaseAmount" minOccurs="0"/>
			<xsd:element ref="PlannedRevenueReportAmount" minOccurs="0"/>
			<xsd:element ref="PlannedRevenueProjectAmount" minOccurs="0"/>
			<xsd:element ref="WorkInProcessCostAmount" minOccurs="0"/>
			<xsd:element ref="WorkInProcessCostBaseAmount" minOccurs="0"/>
			<xsd:element ref="WorkInProcessCostReportAmount" minOccurs="0"/>
			<xsd:element ref="WorkInProcessCostProjectAmount" minOccurs="0"/>
			<xsd:element ref="ForecastCostAmount" minOccurs="0"/>
			<xsd:element ref="ForecastCostBaseAmount" minOccurs="0"/>
			<xsd:element ref="ForecastCostReportAmount" minOccurs="0"/>
			<xsd:element ref="ForecastCostProjectAmount" minOccurs="0"/>
			<xsd:element ref="VarianceAtCompletionAmount" minOccurs="0"/>
			<xsd:element ref="VarianceAtCompletionBaseAmount" minOccurs="0"/>
			<xsd:element ref="VarianceAtCompletionReportAmount" minOccurs="0"/>
			<xsd:element ref="VarianceAtCompletionProjectAmount" minOccurs="0"/>
			<xsd:element ref="BudgetAtCompletionAmount" minOccurs="0"/>
			<xsd:element ref="BudgetAtCompletionBaseAmount" minOccurs="0"/>
			<xsd:element ref="BudgetAtCompletionReportAmount" minOccurs="0"/>
			<xsd:element ref="BudgetAtCompletionProjectAmount" minOccurs="0"/>
			<xsd:element ref="EstimateAtCompletionAmount" minOccurs="0"/>
			<xsd:element ref="EstimateAtCompletionBaseAmount" minOccurs="0"/>
			<xsd:element ref="EstimateAtCompletionReportAmount" minOccurs="0"/>
			<xsd:element ref="EstimateAtCompletionProjectAmount" minOccurs="0"/>
			<xsd:element ref="EstimateToCompletionAmount" minOccurs="0"/>
			<xsd:element ref="EstimateToCompletionBaseAmount" minOccurs="0"/>
			<xsd:element ref="EstimateToCompletionReportAmount" minOccurs="0"/>
			<xsd:element ref="EstimateToCompletionProjectAmount" minOccurs="0"/>
			<xsd:element ref="EstimateExtraCostAmount" minOccurs="0"/>
			<xsd:element ref="EstimateExtraCostBaseAmount" minOccurs="0"/>
			<xsd:element ref="EstimateExtraCostReportAmount" minOccurs="0"/>
			<xsd:element ref="EstimateExtraCostProjectAmount" minOccurs="0"/>
			<xsd:element ref="CommitmentCostAmount" minOccurs="0"/>
			<xsd:element ref="CommitmentCostBaseAmount" minOccurs="0"/>
			<xsd:element ref="CommitmentCostReportAmount" minOccurs="0"/>
			<xsd:element ref="CommitmentCostProjectAmount" minOccurs="0"/>
			<xsd:element ref="ForecastExtraRevenueAmount" minOccurs="0"/>
			<xsd:element ref="ForecastExtraRevenueBaseAmount" minOccurs="0"/>
			<xsd:element ref="ForecastExtraRevenueReportAmount" minOccurs="0"/>
			<xsd:element ref="ForecastExtraRevenueProjectAmount" minOccurs="0"/>
			<xsd:element ref="CostOfGoodsSoldAmount" minOccurs="0"/>
			<xsd:element ref="CostOfGoodsSoldBaseAmount" minOccurs="0"/>
			<xsd:element ref="CostOfGoodsSoldReportAmount" minOccurs="0"/>
			<xsd:element ref="CostOfGoodsSoldProjectAmount" minOccurs="0"/>
			<xsd:element ref="RevenuesRecognizedAmount" minOccurs="0"/>
			<xsd:element ref="RevenuesRecognizedBaseAmount" minOccurs="0"/>
			<xsd:element ref="RevenuesRecognizedReportAmount" minOccurs="0"/>
			<xsd:element ref="RevenuesRecognizedProjectAmount" minOccurs="0"/>
			<xsd:element ref="RegistrationDate" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attribute name="sequence" type="PositiveIntegerNumericType"/>
	</xsd:complexType>

	<xsd:element name="ProjectMonitoringCosts" type="ProjectCostType"/>
	<xsd:element name="ProjectPerformanceCosts" type="ProjectCostType"/>

	<xsd:complexType name="ExtensionType">
		<xsd:sequence>
			<xsd:element ref="ProjectExtensionReference" minOccurs="0"/>
			<xsd:element ref="ExtensionMonitoringCosts" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ExtensionPerformanceCosts" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="UserArea" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:element name="ActivityMonitoringCosts" type="ProjectCostType"/>
	<xsd:element name="ActivityPerformanceCosts" type="ProjectCostType"/>
	<xsd:element name="Extensions" type="ExtensionType"/>
	<xsd:element name="ControlCode" type="CodeType"/>

	<xsd:element name="PostingType" type="CodeType"/>
	<xsd:element name="FinancialStatus" type="StatusType"/>
	<xsd:element name="TotalBudgetAmount" type="AmountType"/>
	<xsd:element name="TotalBudgetBaseAmount" type="AmountType"/>
	<xsd:element name="TotalBudgetReportAmount" type="AmountType"/>
	<xsd:element name="TotalBudgetProjectAmount" type="AmountType"/>
	
	<xsd:element name="ActualCostBaseAmount" type="AmountType"/>
	<xsd:element name="ActualCostReportAmount" type="AmountType"/>
	<xsd:element name="ActualCostProjectAmount" type="AmountType"/>
	<xsd:element name="PerformedCostAmount" type="AmountType"/>
	<xsd:element name="PerformedCostBaseAmount" type="AmountType"/>
	<xsd:element name="PerformedCostReportAmount" type="AmountType"/>
	<xsd:element name="PerformedCostProjectAmount" type="AmountType"/>
	<xsd:element name="RemainingBudgetAmount" type="AmountType"/>
	<xsd:element name="RemainingBudgetBaseAmount" type="AmountType"/>
	<xsd:element name="RemainingBudgetReportAmount" type="AmountType"/>
	<xsd:element name="RemainingBudgetProjectAmount" type="AmountType"/>
	<xsd:element name="ActualRevenueAmount" type="AmountType"/>
	<xsd:element name="ActualRevenueBaseAmount" type="AmountType"/>
	<xsd:element name="ActualRevenueReportAmount" type="AmountType"/>
	<xsd:element name="ActualRevenueProjectAmount" type="AmountType"/>
	<xsd:element name="PlannedRevenueAmount" type="AmountType"/>
	<xsd:element name="PlannedRevenueBaseAmount" type="AmountType"/>
	<xsd:element name="PlannedRevenueReportAmount" type="AmountType"/>
	<xsd:element name="PlannedRevenueProjectAmount" type="AmountType"/>
	<xsd:element name="WorkInProcessCostAmount" type="AmountType"/>
	<xsd:element name="WorkInProcessCostBaseAmount" type="AmountType"/>
	<xsd:element name="WorkInProcessCostReportAmount" type="AmountType"/>
	<xsd:element name="WorkInProcessCostProjectAmount" type="AmountType"/>
	<xsd:element name="ForecastCostAmount" type="AmountType"/>
	<xsd:element name="ForecastCostBaseAmount" type="AmountType"/>
	<xsd:element name="ForecastCostReportAmount" type="AmountType"/>
	<xsd:element name="ForecastCostProjectAmount" type="AmountType"/>
	<xsd:element name="VarianceAtCompletionAmount" type="AmountType"/>
	<xsd:element name="VarianceAtCompletionBaseAmount" type="AmountType"/>
	<xsd:element name="VarianceAtCompletionReportAmount" type="AmountType"/>
	<xsd:element name="VarianceAtCompletionProjectAmount" type="AmountType"/>
	<xsd:element name="BudgetAtCompletionAmount" type="AmountType"/>
	<xsd:element name="BudgetAtCompletionBaseAmount" type="AmountType"/>
	<xsd:element name="BudgetAtCompletionReportAmount" type="AmountType"/>
	<xsd:element name="BudgetAtCompletionProjectAmount" type="AmountType"/>
	<xsd:element name="ForecastExtraRevenueAmount" type="AmountType"/>
	<xsd:element name="ForecastExtraRevenueBaseAmount" type="AmountType"/>
	<xsd:element name="ForecastExtraRevenueReportAmount" type="AmountType"/>
	<xsd:element name="ForecastExtraRevenueProjectAmount" type="AmountType"/>
	<xsd:element name="CostOfGoodsSoldAmount" type="AmountType"/>
	<xsd:element name="CostOfGoodsSoldBaseAmount" type="AmountType"/>
	<xsd:element name="CostOfGoodsSoldReportAmount" type="AmountType"/>
	<xsd:element name="CostOfGoodsSoldProjectAmount" type="AmountType"/>
	<xsd:element name="RevenuesRecognizedAmount" type="AmountType"/>
	<xsd:element name="RevenuesRecognizedBaseAmount" type="AmountType"/>
	<xsd:element name="RevenuesRecognizedReportAmount" type="AmountType"/>
	<xsd:element name="RevenuesRecognizedProjectAmount" type="AmountType"/>
	<xsd:element name="EstimateAtCompletionAmount" type="AmountType"/>
	<xsd:element name="EstimateAtCompletionBaseAmount" type="AmountType"/>
	<xsd:element name="EstimateAtCompletionReportAmount" type="AmountType"/>
	<xsd:element name="EstimateAtCompletionProjectAmount" type="AmountType"/>
	<xsd:element name="EstimateToCompletionAmount" type="AmountType"/>
	<xsd:element name="EstimateToCompletionBaseAmount" type="AmountType"/>
	<xsd:element name="EstimateToCompletionReportAmount" type="AmountType"/>
	<xsd:element name="EstimateToCompletionProjectAmount" type="AmountType"/>
	<xsd:element name="EstimateExtraCostAmount" type="AmountType"/>
	<xsd:element name="EstimateExtraCostBaseAmount" type="AmountType"/>
	<xsd:element name="EstimateExtraCostReportAmount" type="AmountType"/>
	<xsd:element name="EstimateExtraCostProjectAmount" type="AmountType"/>
	<xsd:element name="CommitmentCostAmount" type="AmountType"/>
	<xsd:element name="CommitmentCostBaseAmount" type="AmountType"/>
	<xsd:element name="CommitmentCostReportAmount" type="AmountType"/>
	<xsd:element name="CommitmentCostProjectAmount" type="AmountType"/>
	<xsd:element name="CostProjectAmount" type="AmountType"/>
	<xsd:element name="RegistrationDate" type="DateType"/>
	<xsd:element name="ExtensionID" type="IdentifierType"/>
	<xsd:element name="ExternalEquipmentIndicator" type="IndicatorType"/>
	<xsd:element name="ExtensionMonitoringCosts" type="ProjectCostType"/>
	<xsd:element name="ExtensionPerformanceCosts" type="ProjectCostType"/>
	<xsd:element name="NormativeQuantity" type="QuantityType"/>
	<xsd:element name="CostControlPeriod" type="FinancialPeriodType"/>
	<xsd:element name="HoursControlPeriod" type="FinancialPeriodType"/>
	<xsd:element name="FiscalPeriod" type="FinancialPeriodType"/>
	<xsd:element name="DurationHourDecimal" type="NumericType"/>
	
	<!-- ProjectRevenue -->
	<xsd:element name="RevenueAmount" type="AmountType"/>
	<xsd:element name="RevenueBaseAmount" type="AmountType"/>
	<xsd:element name="RevenueReportAmount" type="AmountType"/>
	<xsd:element name="RevenueProjectAmount" type="AmountType"/>
	
	<!-- ProjectBid -->
	<xsd:element name="EstimateVersionID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation>EstimateVersionID is used to reference the ProjectEstimate noun.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	
	<xsd:element name="ProfitAmount" type="AmountType"/>
	<xsd:element name="ProfitBaseAmount" type="AmountType"/>
	<xsd:element name="ProfitReportAmount" type="AmountType"/>
	<xsd:element name="ProfitMarginProjectAmount" type="AmountType"/>
	<xsd:element name="SalesTaxAmount" type="AmountType"/>
	<xsd:element name="SalesTaxBaseAmount" type="AmountType"/>
	<xsd:element name="ApprovedByPerson" type="PersonType"/>
	<xsd:element name="SubmittedDate" type="DateType"/>
	<xsd:element name="SuccessPercentage" type="PercentType"/>
	<xsd:element name="ExpirationDate" type="DateType"/>
	<xsd:element name="AccountedForCostAmount" type="AmountType"/>
	<xsd:element name="AccountedForCostBaseAmount" type="AmountType"/>
	<xsd:element name="AccountedForSalesAmount" type="AmountType"/>
	<xsd:element name="AccountedForSalesBaseAmount" type="AmountType"/>
	<xsd:element name="NetSalesAmount" type="AmountType"/>
	<xsd:element name="NetSalesBaseAmount" type="AmountType"/>
	<xsd:element name="ReasonCodeDescription" type="DescriptionType"/>
	<xsd:element name="LocationName" type="NameType"/>
	
	<!-- ProjectBudget -->
	<!--    There are 5 cost types in Projects where the costs can be booked - item , equipment, subcontracting, labor and sundry costs. Out of these five the item, equipment and subcontracting are maintained in the item master table. 'The item type' will sepcify whether it is item, equipment or subcontracting. 
		1. Item: The code that uniquely identifies the item.
		2. Equipment: A cost type that is required for resources, which is not consumed while the project is carried out. Examples of equipment are machinery and tools.
		3. Subcontracting: A cost type representing services purchased from a third party for use in a project.
		4. Labor: a cost type which a specific task.
		5. Sundry: a cost type which specifies indirect cost and costs that do not belong to other cost types are booked as sundry costs, for example, insurance costs. 
	-->
	<xsd:element name="LaborCode" type="CodeType"/>
	<xsd:element name="SundryCode" type="CodeType"/>

	<xsd:element name="NetQuantity" type="QuantityType"/>
	
	<xsd:element name="BudgetDate" type="DateType"/>

	<xsd:element name="CostPriceBase" type="PriceABIEType"/>

	<xsd:element name="SalesPriceBase" type="PriceABIEType"/>
	<xsd:element name="ExtendedSalesAmount" type="AmountType"/>
	<xsd:element name="ExtendedSalesBaseAmount" type="AmountType"/>
	<xsd:element name="TradeGroupCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>A group of resources with common skills that can be used for a
				particular labor. If you cannot yet make detailed assignments for employees, you can
				use trade groups for scheduling. Use Resource Group.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NormativeBaseUOMQuantity" type="QuantityType"/>	
	<xsd:element name="LaborPerson" type="PersonType">
		<xsd:annotation>
			<xsd:documentation>Holds information associated with an employee.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>


	<!-- ProjectCosts -->
	<xsd:element name="ExtendedBaseCost" type="AmountType"/>
	<xsd:element name="ExtendedSales" type="AmountType"/>
	<xsd:element name="ExtendedBaseSales" type="AmountType"/>
	<xsd:element name="ProjectCostsPeriod" type="FinancialPeriodType"/>

	<!-- ProjectEstimate -->
	<xsd:element name="CreationDate" type="DateTimeType"/>
	 		<xsd:annotation>
			<xsd:documentation>NOTE: The name of this element does not match the data type for this element . </xsd:documentation>
		</xsd:annotation>
	
	<xsd:element name="EstimationDate" type="DateType"/>
	<xsd:element name="VersionAmount" type="AmountType"/>
	<xsd:element name="VersionBaseAmount" type="AmountType"/>
	<xsd:element name="VersionReportAmount" type="AmountType"/>
	<xsd:element name="VersionProjectAmount" type="AmountType"/>
	<xsd:element name="VersionPhaseID" type="IdentifierType"/>
	<xsd:element name="VersionPhaseDescription" type="DescriptionType"/>
	<xsd:element name="ProfitFeeAmount" type="AmountType"/>
	<xsd:element name="ProfitFeeBaseAmount" type="AmountType"/>
	<xsd:element name="ProfitFeeReportAmount" type="AmountType"/>
	<xsd:element name="ProfitFeeProjectAmount" type="AmountType"/>
	<xsd:element name="ManagementReserveAmount" type="AmountType"/>
	<xsd:element name="ManagementReserveBaseAmount" type="AmountType"/>
	<xsd:element name="ManagementReserveReportAmount" type="AmountType"/>
	<xsd:element name="ManagementReserveProjectAmount" type="AmountType"/>
	<xsd:element name="TopDownTotalCostAmount" type="AmountType"/>
	<xsd:element name="TopDownTotalCostBaseAmount" type="AmountType"/>
	<xsd:element name="TopDownTotalCostReportAmount" type="AmountType"/>
	<xsd:element name="TopDownTotalCostProjectAmount" type="AmountType"/>
	<xsd:element name="BottomUpTotalCostAmount" type="AmountType"/>
	<xsd:element name="BottomUpTotalCostBaseAmount" type="AmountType"/>
	<xsd:element name="BottomUpTotalCostReportAmount" type="AmountType"/>
	<xsd:element name="BottomUpTotalCostProjectAmount" type="AmountType"/>
	<xsd:element name="TopDownLandedCostAmount" type="AmountType"/>
	<xsd:element name="TopDownLandedCostBaseAmount" type="AmountType"/>
	<xsd:element name="BottomUpLandedCostAmount" type="AmountType"/>
	<xsd:element name="BottomUpLandedCostBaseAmount" type="AmountType"/>
	<xsd:element name="BottomUpLandedCostReportAmount" type="AmountType"/>
	<xsd:element name="BottomUpLandedCostProjectAmount" type="AmountType"/>
	<xsd:element name="TopDownLandedCostReportAmount" type="AmountType"/>
	<xsd:element name="TopDownLandedCostProjectAmount" type="AmountType"/>
	<xsd:element name="TopDownGrossSalesAmount" type="AmountType"/>
	<xsd:element name="TopDownGrossSalesBaseAmount" type="AmountType"/>
	<xsd:element name="TopDownGrossSalesReportAmount" type="AmountType"/>
	<xsd:element name="TopDownGrossSalesProjectAmount" type="AmountType"/>
	<xsd:element name="BottomUpGrossSalesAmount" type="AmountType"/>
	<xsd:element name="BottomUpGrossSalesBaseAmount" type="AmountType"/>
	<xsd:element name="BottomUpGrossSalesReportAmount" type="AmountType"/>
	<xsd:element name="BottomUpGrossSalesProjectAmount" type="AmountType"/>
	<xsd:element name="TopDownNetSalesAmount" type="AmountType"/>
	<xsd:element name="TopDownNetSalesBaseAmount" type="AmountType"/>
	<xsd:element name="TopDownNetSalesReportAmount" type="AmountType"/>
	<xsd:element name="TopDownNetSalesProjectAmount" type="AmountType"/>
	<xsd:element name="BottomUpNetSalesAmount" type="AmountType"/>
	<xsd:element name="BottomUpNetSalesBaseAmount" type="AmountType"/>
	<xsd:element name="BottomUpNetSalesReportAmount" type="AmountType"/>
	<xsd:element name="BottomUpNetSalesProjectAmount" type="AmountType"/>
	<xsd:element name="EstimateType" type="CodeType"/>
	<xsd:element name="AdjustmentFactor" type="NumericType"/>
	<xsd:element name="ProductionRate" type="NumericType"/>
	<xsd:element name="LaborRateCode" type="CodeType"/>
	<xsd:element name="SurchargeAmount" type="AmountType"/>
	<xsd:element name="SurchargeBaseAmount" type="AmountType"/>
	<xsd:element name="SurchargeReportAmount" type="AmountType"/>
	<xsd:element name="SurchargeProjectAmount" type="AmountType"/>
	<xsd:element name="LandedCostAmount" type="AmountType"/>
	<xsd:element name="LandedCostBaseAmount" type="AmountType"/>
	<xsd:element name="EscalationAmount" type="AmountType"/>
	<xsd:element name="EscalationBaseAmount" type="AmountType"/>
	<xsd:element name="EscalationReportAmount" type="AmountType"/>
	<xsd:element name="EscalationProjectAmount" type="AmountType"/>
	<xsd:element name="ContingencyAmount" type="AmountType"/>
	<xsd:element name="ContingencyBaseAmount" type="AmountType"/>	
	<xsd:element name="ContingencyReportAmount" type="AmountType"/>
	<xsd:element name="ContingencyProjectAmount" type="AmountType"/>
	
	<xsd:element name="MarkupPercent" type="PercentType"/>
	<xsd:element name="MarkupAmount" type="AmountType"/>
	<xsd:element name="MarkupBaseAmount" type="AmountType"/>
	<xsd:element name="MarkupReportAmount" type="AmountType"/>
	<xsd:element name="MarkupProjectAmount" type="AmountType"/>
	<xsd:element name="ExpectedSalesDate" type="DateType"/>
	<xsd:element name="GrossSalesPrice" type="PriceABIEType"/>
	<xsd:element name="GrossSalesAmount" type="AmountType"/>
	<xsd:element name="GrossSalesBaseAmount" type="AmountType"/>
	<xsd:element name="GrossSalesReportAmount" type="AmountType"/>
	<xsd:element name="GrossSalesProjectAmount" type="AmountType"/>
	<xsd:element name="DiscountProjectAmount" type="AmountType"/>
	<xsd:element name="NetSalesPrice" type="PriceABIEType"/>
	<xsd:element name="ProfitPercent" type="PercentType"/>
	<xsd:element name="ProfitProjectAmount" type="AmountType"/>
	<xsd:element name="EstimateStatus" type="StatusType"/>
	<xsd:element name="IncludeInScopeIndicator" type="IndicatorType"/>
	<xsd:element name="IncludeInCostIndicator" type="IndicatorType"/>
	<xsd:element name="IncludeInSalesIndicator" type="IndicatorType"/>
	<xsd:element name="EstimateLineNumber" type="IdentifierType"/>
	<xsd:element name="TopDownEstimatedCostAmount" type="AmountType"/>
	<xsd:element name="TopDownEstimatedCostBaseAmount" type="AmountType"/>
	<xsd:element name="TopDownEstimatedCostReportAmount" type="AmountType"/>
	<xsd:element name="TopDownEstimatedCostProjectAmount" type="AmountType"/>
	<xsd:element name="BottomUpEstimatedCostAmount" type="AmountType"/>
	<xsd:element name="BottomUpEstimatedCostBaseAmount" type="AmountType"/>
	<xsd:element name="BottomUpEstimatedCostReportAmount" type="AmountType"/>
	<xsd:element name="BottomUpEstimatedCostProjectAmount" type="AmountType"/>
	<xsd:element name="EstimatedCostAmount" type="AmountType"/>
	<xsd:element name="EstimatedCostBaseAmount" type="AmountType"/>
	<xsd:element name="EstimatedCostReportAmount" type="AmountType"/>
	<xsd:element name="EstimatedCostProjectAmount" type="AmountType"/>
		<!-- ProjectExtension -->
	<xsd:element name="ContractDate" type="DateType"/>
	<xsd:element name="InvoiceType" type="CodeType"/>
	<xsd:element name="HoldBackPercent" type="NumericType"/>
	<xsd:element name="CostOfGoodsMethod" type="CodeType"/>
	<xsd:element name="RevenueRecognitionMethod" type="CodeType"/>


	<!-- ProjectMaster -->
	<xsd:element name="ProjectHierarchyType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>Code includes single, main or sub project.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ContractType" type="CodeType"/>
	<xsd:element name="RelationshipType" type="CodeType"/>
	<xsd:element name="LagIndicator" type="IndicatorType"/>
	<xsd:element name="WorkStatus" type="StatusType">
		<xsd:annotation>
			<xsd:documentation>Free, no costs can be done on that. On Hold, work is authorized and
				costs could have been charged but now no costs can be charged to it. Released, costs
				can be charged to this activity. Finished, no new costs can be charged but existing
				transactions can be processed. Closed, no costs can be charged to this.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ParentProject" type="ProjectReferenceType"/>
	<xsd:element name="ParentActivityID" type="IdentifierType"/>
	<xsd:element name="BudgetLineNumber" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation>Refers to the ProjectBudget's LineNumber. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SuccessorBudgetLineNumber" type="IdentifierType"/>
	<xsd:element name="MilestoneItemID" type="ItemIDType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">The manufactured item
				in the projects is linked to the milestone. The link makes it possible to detect the
				completion of the manufactured item (in the bill of material) in your project
				scheduling. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:element name="LeadUnitCode" type="UnitCodeContentType">
		<xsd:annotation>
			<xsd:documentation>Unit of measure associated with the lead time.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LagTimeDuration" type="DurationMeasureType">
		<xsd:annotation>
			<xsd:documentation source="http://schema.infor.com/InforOAGIS/2">Lag time is a delay
				between activities that have a dependency. You enter lag time as a positive value.
				Example if you need a two-day delay between the finish of one activity and the start
				of another, you can establish a finish-to-start dependency and specify the lag time
				as two days. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LagUnitCode" type="UnitCodeContentType">
		<xsd:annotation>
			<xsd:documentation>Unit of measure associated with the lag time.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProdecessorCostType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>Includes Item (= Material), Labor, Equipment, Subcontracting and
				Sundry cost.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SuccessorCostType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>Includes Item (= Material), Labor, Equipment, Subcontracting and
				Sundry cost.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EarnedValueMethodID" type="IdentifierType"/>
	<xsd:element name="ApprovalDate" type="DateTimeType"/>
	<xsd:annotation>
		<xsd:documentation>NOTE: The name of this element does not match the data type for this element . </xsd:documentation>
	</xsd:annotation>
	<xsd:element name="ActivityStartDate" type="DateTimeType"/>
	<xsd:annotation>
		<xsd:documentation>NOTE: The name of this element does not match the data type for this element . </xsd:documentation>
	</xsd:annotation>
	<xsd:element name="ActivityFinishDate" type="DateTimeType"/>
	<xsd:annotation>
		<xsd:documentation>NOTE: The name of this element does not match the data type for this element . </xsd:documentation>
	</xsd:annotation>
	<xsd:element name="ParentActivityDescription" type="DescriptionType"/>
	
	<xsd:element name="OverheadCode" type="CodeType"/>
	<xsd:element name="MilestoneIndicator" type="IndicatorType"/>
	<xsd:element name="TopActivityIndicator" type="IndicatorType"/>

	<xsd:element name="PredecessorActivity" type="PredecessorActivityType"/>

	<xsd:element name="MilestoneLinkedActivityID" type="IdentifierType"/>
	<xsd:element name="EarnedValueMethodCode" type="CodeType"/>
	<xsd:element name="ProjectCategory" type="CodeType"/>
	<xsd:element name="DerivedFromBaselineID" type="IdentifierType"/>
	<xsd:element name="CompletePercent" type="PercentType"/>
	
	<xsd:element name="AccountedForCostReportAmount" type="AmountType"/>
	<xsd:element name="AccountedForCostProjectAmount" type="AmountType"/>
	<xsd:element name="AccountedForSalesReportAmount" type="AmountType"/>
	<xsd:element name="AccountedForSalesProjectAmount" type="AmountType"/>
	
	<xsd:element name="LandedCostReportAmount" type="AmountType"/>
	<xsd:element name="LandedCostProjectAmount" type="AmountType"/>
	
	<xsd:element name="NetSalesReportAmount" type="AmountType"/>
	<xsd:element name="NetSalesProjectAmount" type="AmountType"/>
	
	<xsd:element name="GeographicArea" type="CodeType"/>
	<xsd:element name="ProjectCurrency" type="CodeType"/>
	<xsd:element name="BusinessSector" type="CodeType"/>
	<xsd:element name="ProjectAcquiringMethod" type="CodeType"/>
	<xsd:element name="FinancingMethod" type="CodeType"/>
	<xsd:element name="ProjectGroup" type="CodeType"/>
	<xsd:element name="ProjectPlanningGroup" type="CodeType"/>
	<xsd:element name="ProjectProgram" type="CodeType"/>
	
	<xsd:group name="ProjectContractGeneralGroup">
		<xsd:sequence>
			<xsd:element ref="InitiatorPersonReference" minOccurs="0"/>
			<xsd:element ref="ContractManagerPersonReference" minOccurs="0"/>
			<xsd:element ref="ContractPhase" minOccurs="0"/>
			<xsd:element ref="Classification" minOccurs="0"/>
			<xsd:element ref="UserArea" minOccurs="0"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="ProjectContractHeaderGeneralGroup">
		<xsd:sequence>
			<xsd:group ref="ProjectContractGeneralGroup" minOccurs="0"/>
			<xsd:element ref="ProgramManagerPersonReference" minOccurs="0"/>
			<xsd:element ref="ContractProgram" minOccurs="0"/>
			<xsd:element ref="AdditionalDocumentText" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="ProjectContractLineGeneralGroup">
		<xsd:sequence>
			<xsd:group ref="ProjectContractGeneralGroup" minOccurs="0"/>
			<xsd:element ref="LastModification" minOccurs="0"/>
			<xsd:element ref="CreationDateTime" minOccurs="0"/>
			<xsd:element ref="ProjectReference" minOccurs="0"/>
			<xsd:element ref="Reference" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="ProjectContractSellingGroup">
		<xsd:sequence>
			<xsd:element ref="CustomerParty" minOccurs="0"/>
			<xsd:element ref="SupplierParty" minOccurs="0"/>
			<xsd:element ref="SalesPersonReference" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ContractExecutionType" minOccurs="0"/>
			<xsd:element ref="ProjectContractType" minOccurs="0"/>
			<xsd:element ref="ContractAwardDateTime" minOccurs="0"/>
			<xsd:element ref="StartDateTime" minOccurs="0"/>
			<xsd:element ref="ExpireDateTime" minOccurs="0"/>
			<xsd:element ref="CurrencyRateType" minOccurs="0"/>
			<xsd:element ref="ContractAmount" minOccurs="0"/>
			<xsd:element ref="ContractBaseAmount" minOccurs="0"/>
			<xsd:element ref="ContractReportAmount" minOccurs="0"/>
			<xsd:element ref="BilledAmount" minOccurs="0"/>
			<xsd:element ref="BilledBaseAmount" minOccurs="0"/>
			<xsd:element ref="BilledReportAmount" minOccurs="0"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="ProjectContractLineSellingGroup">
		<xsd:sequence>
			<xsd:group ref="ProjectContractSellingGroup" minOccurs="0"/>
			<xsd:element ref="ContractDeliveryDateTime" minOccurs="0"/>
			<xsd:element ref="ExpectedSalesAmount" minOccurs="0"/>
			<xsd:element ref="ExpectedSalesBaseAmount" minOccurs="0"/>
			<xsd:element ref="ExpectedSalesReportAmount" minOccurs="0"/>
			<xsd:element ref="CeilingAmount" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The agreed limit for which the costs are covered by the contract. Is only applicable to contracts of types Cost Reimbursement and Time and Materials.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element ref="CeilingBaseAmount" minOccurs="0"/>
			<xsd:element ref="CeilingReportAmount" minOccurs="0"/>
			<xsd:element ref="MaterialMarkupPercent" minOccurs="0"/>
			<xsd:element ref="LaborMarkupPercent" minOccurs="0"/>
			<xsd:element ref="EquipmentMarkupPercent" minOccurs="0"/>
			<xsd:element ref="SubcontractingMarkupPercent" minOccurs="0"/>
			<xsd:element ref="SundryCostMarkupPercent" minOccurs="0"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="ProjectContractShippingGroup">
		<xsd:sequence>
			<xsd:element ref="ContractAcceptancePoint" minOccurs="0"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="ProjectContractLineShippingGroup">
		<xsd:sequence>
			<xsd:group ref="ProjectContractShippingGroup" minOccurs="0"/>
			<xsd:element ref="ShipToParty" minOccurs="0"/>
			<xsd:element ref="ShipFromParty" minOccurs="0"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="ProjectContractLineBillingGroup">
		<xsd:sequence>
			<xsd:element ref="BillToParty" minOccurs="0"/>
			<xsd:element ref="BillingType" minOccurs="0"/>
			<xsd:element ref="DiscountPercent" minOccurs="0"/>
			<xsd:element ref="InvoiceDeliveryMethod" minOccurs="0"/>
			<xsd:element ref="SalesType" minOccurs="0"/>
			<xsd:element ref="DocumentTextIndicator" minOccurs="0"/>
			<xsd:element ref="AdditionalDocumentText" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="InstallmentType" minOccurs="0"/>
			<xsd:element ref="NumberOfPoints" minOccurs="0"/>
			<xsd:element ref="LastBilledDateTime" minOccurs="0"/>
			<xsd:element ref="HoldBackType" minOccurs="0"/>
			<xsd:element ref="HoldBackPercent" minOccurs="0"/>
			<xsd:element ref="ProgressThresholdPercent" minOccurs="0"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="ProjectContractLinePayingGroup">
		<xsd:sequence>
			<xsd:element ref="PayFromParty" minOccurs="0"/>
			<xsd:element ref="FinancialParty" minOccurs="0"/>
			<xsd:element ref="PaymentTerm" minOccurs="0"/>
			<xsd:element ref="PaymentMethodCode" minOccurs="0"/>
		</xsd:sequence>
	</xsd:group>
	<!-- ProjectContract single elements -->
	<xsd:element name="ContractManagerPersonReference" type="PersonReferenceType">
		<xsd:annotation>
			<xsd:documentation>Points to the contract (line) manager's information that is associated with this component.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProgramManagerPersonReference" type="PersonReferenceType">
		<xsd:annotation>
			<xsd:documentation>Points to the program manager's information that is associated with this component.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ContractProgram" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>The program code for the contract. Valid values from the user-definable code list 'Project Programs'.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ContractPhase" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>The phase the contract (line) is in. Valid values from the user-definable code list 'Phase Codes'.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ContractAcceptancePoint" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>Code which defines the contract acceptance point; a value from the extensible code list 'Project Contract Acceptance Points'. Valid values include: Source Acceptance, Destination Acceptance, Source and Destination Acceptance, Not Applicable.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ContractExecutionType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>Code which defines the contracting type; a value from the extensible code list 'Project Contract Execution Types'. Valid values include: Main Contracting, Subcontracting.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProjectContractType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>Code which defines the contract type; a value from the extensible code list 'Project Contract Types'. Valid values include: Fixed Price, Cost Reimbursement, Time and Materials.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ContractAwardDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation>The date when the contract (line) is awarded.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ContractDeliveryDateTime" type="DateTimeType">
		<xsd:annotation>
			<xsd:documentation>The date requested by the customer for delivering the contract.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MaterialMarkupPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation>The percentage added to the material costs to reach a sales amount.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LaborMarkupPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation>The percentage added to the labor costs to reach a sales amount.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EquipmentMarkupPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation>The percentage added to the equipment costs to reach a sales amount.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SubcontractingMarkupPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation>The percentage added to the subcontracting costs to reach a sales amount.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SundryCostMarkupPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation>The percentage added to the sundry costs to reach a sales amount.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="InstallmentType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>The installment type for the project contract line; a value from the exensible code list 'Installment Types'. Valid values include: Amount, Percent, Points.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NumberOfPoints" type="NumericType">
		<xsd:annotation>
			<xsd:documentation>The total number of points that one can distribute to the installments of the contract line. Only applies when the installment type is Points.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LastBilledDateTime" type="DateTimeType"/>
	<xsd:element name="HoldBackType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>The method used to define how holdback is defined for the contract line. Holdback is a percentage amount that the customer withholds from the contract amount. This serves as a guarantee that all activities are performed, and that contractual obligations are met. A value from the exensible code list 'Holdback Types'. Valid values include: All Invoices, Based on Progress, No Holdback.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProgressThresholdPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation>The progress threshold percentage for the contract line. The progress threshold percentage is only applicable if the holdback type is All Invoices or Based on Progress.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	
	<xsd:element name="DeliverableType" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>A value from the extensible code list 'Deliverable Types'. Valid values include: Hardware, Non Hardware.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DeliveryDay" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>Day of the week that is related to the carrier's delivery route; a value from the enumerated code list 'Days of the Week'. Valid values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>

	<xsd:group name="ProjectContractDeliverableShippingGroup">
		<xsd:sequence>
			<xsd:element ref="ShipToParty" minOccurs="0"/>
			<xsd:element ref="PartialShipmentAllowedIndicator" minOccurs="0"/>
			<xsd:element ref="TransportationTerm" minOccurs="0"/>
			<xsd:element ref="DeliveryDay" minOccurs="0"/>
			<xsd:element ref="CarrierParty" minOccurs="0"/>
			<xsd:element ref="ShippedQuantity" minOccurs="0"/>
			<xsd:element ref="ShippedBaseUOMQuantity" minOccurs="0"/>
			<xsd:element ref="AcceptedQuantity" minOccurs="0"/>
			<xsd:element ref="AcceptedBaseUOMQuantity" minOccurs="0"/>
		</xsd:sequence>
	</xsd:group>
	
	<xsd:complexType name="ProjectMilestoneReferenceType">
		<xsd:complexContent>
			<xsd:extension base="ProjectReferenceType">
				<xsd:sequence>
					<xsd:element ref="MilestoneActivityID" minOccurs="0"/>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="ProjectMilestoneReference" type="ProjectMilestoneReferenceType"/>
	<xsd:element name="MilestoneActivityID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation>An activity of zero days that usually represents a significant event in the project. In many cases the completion of a phase of a major deliverable. Milestones can be used for the moment of invoicing and the calculation of earned value.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	
	<xsd:complexType name="ProjectTriggeringReferenceType">
		<xsd:complexContent>
			<xsd:extension base="ProjectReferenceType">
				<xsd:sequence>
					<xsd:element ref="TriggeringActivityID" minOccurs="0"/>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="ProjectTriggeringReference" type="ProjectTriggeringReferenceType"/>
	<xsd:element name="TriggeringActivityID" type="IdentifierType">
		<xsd:annotation>
			<xsd:documentation>The project activity that triggers the installment.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:group name="InstallmentBillingGroup">
		<xsd:sequence>
			<xsd:element ref="AssignedNumberOfPoints" minOccurs="0"/>
			<xsd:element ref="AssignedPercent" minOccurs="0"/>
			<xsd:element ref="Amount" minOccurs="0"/>
			<xsd:element ref="BaseAmount" minOccurs="0"/>
			<xsd:element ref="ReportAmount" minOccurs="0"/>
			<xsd:element ref="ToBeBilledNumberOfPoints" minOccurs="0"/>
			<xsd:element ref="ToBeBilledPercent" minOccurs="0"/>
			<xsd:element ref="ToBeBilledAmount" minOccurs="0"/>
			<xsd:element ref="ToBeBilledBaseAmount" minOccurs="0"/>
			<xsd:element ref="ToBeBilledReportAmount" minOccurs="0"/>
			<xsd:element ref="BilledNumberOfPoints" minOccurs="0"/>
			<xsd:element ref="BilledPercent" minOccurs="0"/>
			<xsd:element ref="BilledAmount" minOccurs="0"/>
			<xsd:element ref="BilledBaseAmount" minOccurs="0"/>
			<xsd:element ref="BilledReportAmount" minOccurs="0"/>
			<xsd:element ref="DiscountPercent" minOccurs="0"/>
			<xsd:element ref="InvoiceReference" minOccurs="0"/>
			<xsd:element ref="PlannedBillingDateTime" minOccurs="0"/>
			<xsd:element ref="HoldBackIndicator" minOccurs="0"/>
			<xsd:element ref="HoldBackAmount" minOccurs="0"/>
			<xsd:element ref="HoldBackBaseAmount" minOccurs="0"/>
			<xsd:element ref="HoldBackReportAmount" minOccurs="0"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:complexType name="InstallmentExtraWorkType">
		<xsd:sequence>
			<xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="RevenueCode" minOccurs="0"/>
			<xsd:element ref="Amount" minOccurs="0"/>
			<xsd:element ref="BaseAmount" minOccurs="0"/>
			<xsd:element ref="ReportAmount" minOccurs="0"/>
			<xsd:element ref="ToBeBilledAmount" minOccurs="0"/>
			<xsd:element ref="ToBeBilledBaseAmount" minOccurs="0"/>
			<xsd:element ref="ToBeBilledReportAmount" minOccurs="0"/>
			<xsd:element ref="BilledAmount" minOccurs="0"/>
			<xsd:element ref="BilledBaseAmount" minOccurs="0"/>
			<xsd:element ref="BilledReportAmount" minOccurs="0"/>
			<xsd:element ref="InvoiceReference" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="InstallmentExtraWork" type="InstallmentExtraWorkType">
		<xsd:annotation>
			<xsd:documentation>Extra work is only applied in progress based billing. In standard situations, the contract line amount will be billed in installments up to a progress percentage of 100. Extra work is defined as an additional amount to an installment, allowing for a total progress percentage > 100.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AssignedNumberOfPoints" type="NumericType">
		<xsd:annotation>
			<xsd:documentation>The number of points one has assigned to the installment. Only applies when the installment type of the related contract line is Points.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AssignedPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation>The percentage amount one has assigned to the installment. Only applies when the installment type of the related contract line is Percent.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ToBeBilledNumberOfPoints" type="NumericType">
		<xsd:annotation>
			<xsd:documentation>The number of points of the installment that has been approved for billing. Only applies when the installment type of the related contract line is Points.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ToBeBilledPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation>The percentage amount of the installment that has been approved for billing. Only applies when the installment type of the related contract line is Percent.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BilledNumberOfPoints" type="NumericType">
		<xsd:annotation>
			<xsd:documentation>The number of points of the installment that has been billed. Only applies when the installment type of the related contract line is Points.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BilledPercent" type="PercentType">
		<xsd:annotation>
			<xsd:documentation>The percentage amount of the installment that has been billed. Only applies when the installment type of the related contract line is Percent.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="HoldBackIndicator" type="IndicatorType">
		<xsd:annotation>
			<xsd:documentation>Indicates whether holdback applies. Holdback is a percentage amount that the customer withholds from the contract amount.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="HoldBackAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation>The amount withheld from the contract amount.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="HoldBackBaseAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation>Monetary amount used for consolidation at accounting entity level.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="HoldBackReportAmount" type="AmountType">
		<xsd:annotation>
			<xsd:documentation>Monetary amount used for consolidation at tenant level.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	
	<xsd:element name="RevenueCode" type="CodeType">
		<xsd:annotation>
			<xsd:documentation>Revenue codes can be used to categorize billed amounts of the same invoice type in order to analyze revenue history.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	
</xsd:schema>
