public class Project extends Object
Java class for Project complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Project">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SaveVersion" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="UID" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="16"/>
</restriction>
</simpleType>
</element>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="GUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Title" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Subject" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Category" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Company" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Manager" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Author" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Revision" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="LastSaved" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ScheduleFromStart" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="FinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="FYStartDate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
</restriction>
</simpleType>
</element>
<element name="CriticalSlackLimit" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="CurrencyDigits" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="CurrencySymbol" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="CurrencyCode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="3"/>
</restriction>
</simpleType>
</element>
<element name="CurrencySymbolPosition" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="CalendarUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DefaultStartTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="DefaultFinishTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="MinutesPerDay" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="MinutesPerWeek" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DaysPerMonth" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DefaultTaskType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
</restriction>
</simpleType>
</element>
<element name="DefaultFixedCostAccrual" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="DefaultStandardRate" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="DefaultOvertimeRate" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="DurationFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="19"/>
<enumeration value="20"/>
<enumeration value="21"/>
<enumeration value="35"/>
<enumeration value="36"/>
<enumeration value="37"/>
<enumeration value="38"/>
<enumeration value="39"/>
<enumeration value="40"/>
<enumeration value="41"/>
<enumeration value="42"/>
<enumeration value="43"/>
<enumeration value="44"/>
<enumeration value="51"/>
<enumeration value="52"/>
<enumeration value="53"/>
</restriction>
</simpleType>
</element>
<element name="WorkFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
</restriction>
</simpleType>
</element>
<element name="EditableActualCosts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HonorConstraints" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="EarnedValueMethod" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="InsertedProjectsLikeSummary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MultipleCriticalPaths" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="NewTasksEffortDriven" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="NewTasksEstimated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SplitsInProgressTasks" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SpreadActualCost" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SpreadPercentComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TaskUpdatesResource" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FiscalYearStart" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="WeekStartDay" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
</restriction>
</simpleType>
</element>
<element name="MoveCompletedEndsBack" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MoveRemainingStartsBack" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MoveRemainingStartsForward" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MoveCompletedEndsForward" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BaselineForEarnedValue" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
</restriction>
</simpleType>
</element>
<element name="AutoAddNewResourcesAndTasks" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="StatusDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CurrentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="MicrosoftProjectServerURL" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Autolink" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="NewTaskStartDate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="NewTasksAreManual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DefaultTaskEVMethod" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="ProjectExternallyEdited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ExtendedCreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ActualsInSync" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="RemoveFileProperties" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AdminProject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BaselineCalendar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UpdateManuallyScheduledTasksWhenEditingLinks" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="KeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="OutlineCodes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OutlineCode" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Guid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PhoneticAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Values" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="Value">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="ValueID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="FieldGUID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="4"/>
<enumeration value="6"/>
<enumeration value="9"/>
<enumeration value="15"/>
<enumeration value="17"/>
<enumeration value="21"/>
<enumeration value="27"/>
</restriction>
</simpleType>
</element>
<element name="IsCollapsed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ParentValueID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Enterprise" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="EnterpriseOutlineCodeAlias" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="ResourceSubstitutionEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LeafOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AllLevelsRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="OnlyTableValuesAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ShowIndent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Masks" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Mask" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Level" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="Length" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Separator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="WBSMasks" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VerifyUniqueCodes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="GenerateCodes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Prefix" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="WBSMask" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Level" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="Length" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Separator" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ExtendedAttributes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExtendedAttribute" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CFType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
</restriction>
</simpleType>
</element>
<element name="Guid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ElemType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="20"/>
<enumeration value="21"/>
<enumeration value="22"/>
<enumeration value="23"/>
</restriction>
</simpleType>
</element>
<element name="MaxMultiValues" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="UserDef" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Alias" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="SecondaryPID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AutoRollDown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DefaultGuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Ltuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SecondaryGuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PhoneticAlias" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="RollupType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
</restriction>
</simpleType>
</element>
<element name="CalculationType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
</restriction>
</simpleType>
</element>
<element name="Formula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RestrictValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ValuelistSortOrder" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="AppendNewValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Default" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValueList" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Phonetic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Calendars" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Calendar" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UID" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="GUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="IsBaseCalendar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsBaselineCalendar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BaseCalendarUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="WeekDays" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WeekDay" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DayType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
</restriction>
</simpleType>
</element>
<element name="DayWorking" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TimePeriod" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ToDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="WorkingTimes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="WorkingTime" maxOccurs="5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="ToTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Exceptions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Exception" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EnteredByOccurrences" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TimePeriod" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ToDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Occurrences" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
</restriction>
</simpleType>
</element>
<element name="Period" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DaysOfWeek" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="MonthItem" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
</restriction>
</simpleType>
</element>
<element name="MonthPosition" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
</restriction>
</simpleType>
</element>
<element name="Month" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
</restriction>
</simpleType>
</element>
<element name="MonthDay" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DayWorking" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="WorkingTimes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="WorkingTime" maxOccurs="5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="ToTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="WorkWeeks" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WorkWeek" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimePeriod" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ToDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="WeekDays" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WeekDay" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DayType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
</restriction>
</simpleType>
</element>
<element name="DayWorking" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="WorkingTimes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="WorkingTime" maxOccurs="5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="ToTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Tasks" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Task" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UID" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="GUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Manual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
</restriction>
</simpleType>
</element>
<element name="IsNull" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Contact" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="WBS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="WBSLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OutlineNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="OutlineLevel" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Priority" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Finish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="DurationFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="19"/>
<enumeration value="20"/>
<enumeration value="21"/>
<enumeration value="35"/>
<enumeration value="36"/>
<enumeration value="37"/>
<enumeration value="38"/>
<enumeration value="39"/>
<enumeration value="40"/>
<enumeration value="41"/>
<enumeration value="42"/>
<enumeration value="43"/>
<enumeration value="44"/>
<enumeration value="51"/>
<enumeration value="52"/>
<enumeration value="53"/>
</restriction>
</simpleType>
</element>
<element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="Stop" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Resume" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ResumeValid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="EffortDriven" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Recurring" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="OverAllocated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Estimated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Milestone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Summary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DisplayAsSummary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Critical" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsSubproject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsSubprojectReadOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SubprojectName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="ExternalTask" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ExternalTaskProject" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="EarlyStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EarlyFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LateStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LateFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="StartVariance" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="FinishVariance" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="WorkVariance" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="FreeSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="TotalSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="StartSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="FinishSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="FixedCost" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="FixedCostAccrual" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="PercentComplete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="PercentWorkComplete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="OvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="OvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ActualStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ActualFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ActualDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ActualWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ActualOvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="RegularWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="RemainingDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="RemainingCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="RemainingWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="RemainingOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="RemainingOvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ACWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="CV" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="ConstraintType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
</restriction>
</simpleType>
</element>
<element name="CalendarUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="ConstraintDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Deadline" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LevelAssignments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LevelingCanSplit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LevelingDelay" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="LevelingDelayFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="19"/>
<enumeration value="20"/>
<enumeration value="21"/>
<enumeration value="35"/>
<enumeration value="36"/>
<enumeration value="37"/>
<enumeration value="38"/>
<enumeration value="39"/>
<enumeration value="40"/>
<enumeration value="41"/>
<enumeration value="42"/>
<enumeration value="43"/>
<enumeration value="44"/>
<enumeration value="51"/>
<enumeration value="52"/>
<enumeration value="53"/>
</restriction>
</simpleType>
</element>
<element name="PreLeveledStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PreLeveledFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Hyperlink" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="HyperlinkAddress" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="HyperlinkSubAddress" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="IgnoreResourceCalendar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HideBar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Rollup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BCWS" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="BCWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="PhysicalPercentComplete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="EarnedValueMethod" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="PredecessorLink" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PredecessorUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="CrossProject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CrossProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LinkLag" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="LagFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="19"/>
<enumeration value="20"/>
<enumeration value="35"/>
<enumeration value="36"/>
<enumeration value="37"/>
<enumeration value="38"/>
<enumeration value="39"/>
<enumeration value="40"/>
<enumeration value="41"/>
<enumeration value="42"/>
<enumeration value="43"/>
<enumeration value="44"/>
<enumeration value="51"/>
<enumeration value="52"/>
<enumeration value="53"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ActualWorkProtected" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ActualOvertimeWorkProtected" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ExtendedAttribute" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DurationFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="19"/>
<enumeration value="20"/>
<enumeration value="21"/>
<enumeration value="35"/>
<enumeration value="36"/>
<enumeration value="37"/>
<enumeration value="38"/>
<enumeration value="39"/>
<enumeration value="40"/>
<enumeration value="41"/>
<enumeration value="42"/>
<enumeration value="43"/>
<enumeration value="44"/>
<enumeration value="51"/>
<enumeration value="52"/>
<enumeration value="53"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Baseline" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimephasedData" type="{http://schemas.microsoft.com/project}TimephasedDataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Number" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Interim" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Finish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="DurationFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="19"/>
<enumeration value="20"/>
<enumeration value="21"/>
<enumeration value="35"/>
<enumeration value="36"/>
<enumeration value="37"/>
<enumeration value="38"/>
<enumeration value="39"/>
<enumeration value="40"/>
<enumeration value="41"/>
<enumeration value="42"/>
<enumeration value="43"/>
<enumeration value="44"/>
<enumeration value="51"/>
<enumeration value="52"/>
<enumeration value="53"/>
</restriction>
</simpleType>
</element>
<element name="EstimatedDuration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="BCWS" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="BCWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="FixedCost" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="OutlineCode" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValueID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="IsPublished" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="StatusManager" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CommitmentStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CommitmentFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CommitmentType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
</restriction>
</simpleType>
</element>
<element name="StartText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FinishText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DurationText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ManualStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ManualFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ManualDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="TimephasedData" type="{http://schemas.microsoft.com/project}TimephasedDataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Project" type="{http://schemas.microsoft.com/project}Project" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Resources" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Resource" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UID" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="GUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="IsNull" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Initials" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Phonetics" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="NTAccount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="MaterialLabel" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Code" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Group" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="WorkGroup" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="EmailAddress" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="Hyperlink" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="HyperlinkAddress" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="HyperlinkSubAddress" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="MaxUnits" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="PeakUnits" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="OverAllocated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AvailableFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="AvailableTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Finish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CanLevel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AccrueAt" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
</restriction>
</simpleType>
</element>
<element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="RegularWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="OvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ActualWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="RemainingWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ActualOvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="RemainingOvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="PercentWorkComplete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="StandardRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="StandardRateFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="7"/>
<enumeration value="8"/>
</restriction>
</simpleType>
</element>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="OvertimeRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="OvertimeRateFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="7"/>
</restriction>
</simpleType>
</element>
<element name="OvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="CostPerUse" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="RemainingCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="RemainingOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="WorkVariance" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="CostVariance" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="SV" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="CV" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="ACWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="CalendarUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BCWS" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="BCWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="IsGeneric" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsEnterprise" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BookingType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="ActualWorkProtected" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ActualOvertimeWorkProtected" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ActiveDirectoryGUID" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="16"/>
</restriction>
</simpleType>
</element>
<element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ExtendedAttribute" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DurationFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="19"/>
<enumeration value="20"/>
<enumeration value="21"/>
<enumeration value="35"/>
<enumeration value="36"/>
<enumeration value="37"/>
<enumeration value="38"/>
<enumeration value="39"/>
<enumeration value="40"/>
<enumeration value="41"/>
<enumeration value="42"/>
<enumeration value="43"/>
<enumeration value="44"/>
<enumeration value="51"/>
<enumeration value="52"/>
<enumeration value="53"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Baseline" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Number" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="BCWS" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="BCWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="OutlineCode" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValueID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="CostCenter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsCostResource" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AssnOwner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AssnOwnerGuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsBudget" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AvailabilityPeriods" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AvailabilityPeriod" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AvailableFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="AvailableTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="AvailableUnits" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Rates" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Rate" maxOccurs="25" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RatesFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="RatesTo" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="RateTable" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
</restriction>
</simpleType>
</element>
<element name="StandardRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="StandardRateFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="7"/>
</restriction>
</simpleType>
</element>
<element name="OvertimeRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="OvertimeRateFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="7"/>
</restriction>
</simpleType>
</element>
<element name="CostPerUse" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="TimephasedData" type="{http://schemas.microsoft.com/project}TimephasedDataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Assignments" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Assignment" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UID" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="GUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TaskUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="ResourceUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="PercentWorkComplete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ActualFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ActualOvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ActualStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ActualWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ACWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="Confirmed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="CostRateTable" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
</restriction>
</simpleType>
</element>
<element name="CostVariance" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="CV" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="Delay" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Finish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="FinishVariance" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Hyperlink" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="HyperlinkAddress" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="HyperlinkSubAddress" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="512"/>
</restriction>
</simpleType>
</element>
<element name="WorkVariance" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="HasFixedRateUnits" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FixedMaterial" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LevelingDelay" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="LevelingDelayFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="19"/>
<enumeration value="20"/>
<enumeration value="21"/>
<enumeration value="35"/>
<enumeration value="36"/>
<enumeration value="37"/>
<enumeration value="38"/>
<enumeration value="39"/>
<enumeration value="40"/>
<enumeration value="41"/>
<enumeration value="42"/>
<enumeration value="43"/>
<enumeration value="44"/>
<enumeration value="51"/>
<enumeration value="52"/>
<enumeration value="53"/>
</restriction>
</simpleType>
</element>
<element name="LinkedFields" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Milestone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Overallocated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="OvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="OvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="PeakUnits" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="RateScale" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="RegularWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="RemainingCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="RemainingOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="RemainingOvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="RemainingWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ResponsePending" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Stop" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Resume" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="StartVariance" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Summary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SV" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="Units" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="UpdateNeeded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="VAC" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="WorkContour" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
</restriction>
</simpleType>
</element>
<element name="BCWS" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="BCWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="BookingType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="ActualWorkProtected" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ActualOvertimeWorkProtected" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="AssnOwner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AssnOwnerGuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BudgetCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="BudgetWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="ExtendedAttribute" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DurationFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="19"/>
<enumeration value="20"/>
<enumeration value="21"/>
<enumeration value="35"/>
<enumeration value="36"/>
<enumeration value="37"/>
<enumeration value="38"/>
<enumeration value="39"/>
<enumeration value="40"/>
<enumeration value="41"/>
<enumeration value="42"/>
<enumeration value="43"/>
<enumeration value="44"/>
<enumeration value="51"/>
<enumeration value="52"/>
<enumeration value="53"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Baseline" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimephasedData" type="{http://schemas.microsoft.com/project}TimephasedDataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Number" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Finish" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BCWS" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="BCWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="f404000" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404001" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404002" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404003" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404004" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404005" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404006" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404007" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404008" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404009" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40400a" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40400b" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40400c" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40400d" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40400e" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40400f" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404010" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404011" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404012" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404013" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404014" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404015" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404016" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404017" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404018" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404019" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40401a" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40401b" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40401c" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40401d" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40401e" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40401f" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404020" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404021" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404022" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404023" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404024" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404025" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404026" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404027" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404028" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404029" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40402a" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40402b" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40402c" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40402d" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40402e" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40402f" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404030" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404031" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404032" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404033" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404034" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404035" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404036" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404037" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404038" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404039" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40403a" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40403b" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40403c" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40403d" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40403e" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40403f" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404040" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404041" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404042" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404043" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404044" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404045" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404046" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404047" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404048" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404049" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40404a" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40404b" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40404c" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40404d" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40404e" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40404f" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404050" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404051" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404052" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404053" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404054" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404055" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404056" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404057" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404058" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404059" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40405a" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40405b" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40405c" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40405d" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40405e" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40405f" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404060" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404061" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404062" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404063" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404064" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404065" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404066" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404067" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404068" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404069" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40406a" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40406b" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40406c" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40406d" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40406e" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40406f" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404070" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404071" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404072" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404073" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404074" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404075" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404076" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404077" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404078" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404079" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40407a" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40407b" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40407c" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40407d" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40407e" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40407f" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404080" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404081" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404082" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404083" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404084" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404085" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404086" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404087" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404088" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404089" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40408a" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40408b" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40408c" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40408d" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40408e" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40408f" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404090" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404091" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404092" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404093" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404094" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404095" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404096" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404097" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404098" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f404099" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40409a" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40409b" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40409c" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40409d" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40409e" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f40409f" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040a0" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040a1" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040a2" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040a3" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040a4" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040a5" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040a6" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040a7" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040a8" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040a9" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040aa" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040ab" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040ac" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040ad" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040ae" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040af" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040b0" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040b1" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040b2" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040b3" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040b4" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040b5" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040b6" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040b7" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040b8" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040b9" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040ba" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040bb" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040bc" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040bd" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040be" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040bf" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040c0" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040c1" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040c2" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040c3" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040c4" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040c5" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040c6" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040c7" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="f4040c8" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="TimephasedData" type="{http://schemas.microsoft.com/project}TimephasedDataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Project.Assignments
Java class for anonymous complex type.
|
static class |
Project.Calendars
Java class for anonymous complex type.
|
static class |
Project.ExtendedAttributes
Java class for anonymous complex type.
|
static class |
Project.OutlineCodes
Java class for anonymous complex type.
|
static class |
Project.Resources
Java class for anonymous complex type.
|
static class |
Project.Tasks
Java class for anonymous complex type.
|
static class |
Project.WBSMasks
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
Project.Assignments |
getAssignments()
Gets the value of the assignments property.
|
String |
getAuthor()
Gets the value of the author property.
|
String |
getBaselineCalendar()
Gets the value of the baselineCalendar property.
|
BigInteger |
getBaselineForEarnedValue()
Gets the value of the baselineForEarnedValue property.
|
Project.Calendars |
getCalendars()
Gets the value of the calendars property.
|
BigInteger |
getCalendarUID()
Gets the value of the calendarUID property.
|
String |
getCategory()
Gets the value of the category property.
|
String |
getCompany()
Gets the value of the company property.
|
LocalDateTime |
getCreationDate()
Gets the value of the creationDate property.
|
BigInteger |
getCriticalSlackLimit()
Gets the value of the criticalSlackLimit property.
|
String |
getCurrencyCode()
Gets the value of the currencyCode property.
|
BigInteger |
getCurrencyDigits()
Gets the value of the currencyDigits property.
|
String |
getCurrencySymbol()
Gets the value of the currencySymbol property.
|
CurrencySymbolPosition |
getCurrencySymbolPosition()
Gets the value of the currencySymbolPosition property.
|
LocalDateTime |
getCurrentDate()
Gets the value of the currentDate property.
|
BigInteger |
getDaysPerMonth()
Gets the value of the daysPerMonth property.
|
LocalTime |
getDefaultFinishTime()
Gets the value of the defaultFinishTime property.
|
AccrueType |
getDefaultFixedCostAccrual()
Gets the value of the defaultFixedCostAccrual property.
|
BigDecimal |
getDefaultOvertimeRate()
Gets the value of the defaultOvertimeRate property.
|
BigDecimal |
getDefaultStandardRate()
Gets the value of the defaultStandardRate property.
|
LocalTime |
getDefaultStartTime()
Gets the value of the defaultStartTime property.
|
BigInteger |
getDefaultTaskEVMethod()
Gets the value of the defaultTaskEVMethod property.
|
TaskType |
getDefaultTaskType()
Gets the value of the defaultTaskType property.
|
BigInteger |
getDurationFormat()
Gets the value of the durationFormat property.
|
BigInteger |
getEarnedValueMethod()
Gets the value of the earnedValueMethod property.
|
Project.ExtendedAttributes |
getExtendedAttributes()
Gets the value of the extendedAttributes property.
|
LocalDateTime |
getExtendedCreationDate()
Gets the value of the extendedCreationDate property.
|
LocalDateTime |
getFinishDate()
Gets the value of the finishDate property.
|
BigInteger |
getFYStartDate()
Gets the value of the fyStartDate property.
|
UUID |
getGUID()
Gets the value of the guid property.
|
LocalDateTime |
getLastSaved()
Gets the value of the lastSaved property.
|
String |
getManager()
Gets the value of the manager property.
|
BigInteger |
getMinutesPerDay()
Gets the value of the minutesPerDay property.
|
BigInteger |
getMinutesPerWeek()
Gets the value of the minutesPerWeek property.
|
String |
getName()
Gets the value of the name property.
|
BigInteger |
getNewTaskStartDate()
Gets the value of the newTaskStartDate property.
|
Project.OutlineCodes |
getOutlineCodes()
Gets the value of the outlineCodes property.
|
Project.Resources |
getResources()
Gets the value of the resources property.
|
BigInteger |
getRevision()
Gets the value of the revision property.
|
BigInteger |
getSaveVersion()
Gets the value of the saveVersion property.
|
LocalDateTime |
getStartDate()
Gets the value of the startDate property.
|
LocalDateTime |
getStatusDate()
Gets the value of the statusDate property.
|
String |
getSubject()
Gets the value of the subject property.
|
Project.Tasks |
getTasks()
Gets the value of the tasks property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getUID()
Gets the value of the uid property.
|
Project.WBSMasks |
getWBSMasks()
Gets the value of the wbsMasks property.
|
BigInteger |
getWeekStartDay()
Gets the value of the weekStartDay property.
|
BigInteger |
getWorkFormat()
Gets the value of the workFormat property.
|
Boolean |
isActualsInSync()
Gets the value of the actualsInSync property.
|
Boolean |
isAdminProject()
Gets the value of the adminProject property.
|
Boolean |
isAutoAddNewResourcesAndTasks()
Gets the value of the autoAddNewResourcesAndTasks property.
|
Boolean |
isAutolink()
Gets the value of the autolink property.
|
Boolean |
isEditableActualCosts()
Gets the value of the editableActualCosts property.
|
Boolean |
isFiscalYearStart()
Gets the value of the fiscalYearStart property.
|
Boolean |
isHonorConstraints()
Gets the value of the honorConstraints property.
|
Boolean |
isInsertedProjectsLikeSummary()
Gets the value of the insertedProjectsLikeSummary property.
|
Boolean |
isKeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled()
Gets the value of the keepTaskOnNearestWorkingTimeWhenMadeAutoScheduled property.
|
Boolean |
isMicrosoftProjectServerURL()
Gets the value of the microsoftProjectServerURL property.
|
Boolean |
isMoveCompletedEndsBack()
Gets the value of the moveCompletedEndsBack property.
|
Boolean |
isMoveCompletedEndsForward()
Gets the value of the moveCompletedEndsForward property.
|
Boolean |
isMoveRemainingStartsBack()
Gets the value of the moveRemainingStartsBack property.
|
Boolean |
isMoveRemainingStartsForward()
Gets the value of the moveRemainingStartsForward property.
|
Boolean |
isMultipleCriticalPaths()
Gets the value of the multipleCriticalPaths property.
|
Boolean |
isNewTasksAreManual()
Gets the value of the newTasksAreManual property.
|
Boolean |
isNewTasksEffortDriven()
Gets the value of the newTasksEffortDriven property.
|
Boolean |
isNewTasksEstimated()
Gets the value of the newTasksEstimated property.
|
Boolean |
isProjectExternallyEdited()
Gets the value of the projectExternallyEdited property.
|
Boolean |
isRemoveFileProperties()
Gets the value of the removeFileProperties property.
|
Boolean |
isScheduleFromStart()
Gets the value of the scheduleFromStart property.
|
Boolean |
isSplitsInProgressTasks()
Gets the value of the splitsInProgressTasks property.
|
Boolean |
isSpreadActualCost()
Gets the value of the spreadActualCost property.
|
Boolean |
isSpreadPercentComplete()
Gets the value of the spreadPercentComplete property.
|
Boolean |
isTaskUpdatesResource()
Gets the value of the taskUpdatesResource property.
|
Boolean |
isUpdateManuallyScheduledTasksWhenEditingLinks()
Gets the value of the updateManuallyScheduledTasksWhenEditingLinks property.
|
void |
setActualsInSync(Boolean value)
Sets the value of the actualsInSync property.
|
void |
setAdminProject(Boolean value)
Sets the value of the adminProject property.
|
void |
setAssignments(Project.Assignments value)
Sets the value of the assignments property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setAutoAddNewResourcesAndTasks(Boolean value)
Sets the value of the autoAddNewResourcesAndTasks property.
|
void |
setAutolink(Boolean value)
Sets the value of the autolink property.
|
void |
setBaselineCalendar(String value)
Sets the value of the baselineCalendar property.
|
void |
setBaselineForEarnedValue(BigInteger value)
Sets the value of the baselineForEarnedValue property.
|
void |
setCalendars(Project.Calendars value)
Sets the value of the calendars property.
|
void |
setCalendarUID(BigInteger value)
Sets the value of the calendarUID property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setCreationDate(LocalDateTime value)
Sets the value of the creationDate property.
|
void |
setCriticalSlackLimit(BigInteger value)
Sets the value of the criticalSlackLimit property.
|
void |
setCurrencyCode(String value)
Sets the value of the currencyCode property.
|
void |
setCurrencyDigits(BigInteger value)
Sets the value of the currencyDigits property.
|
void |
setCurrencySymbol(String value)
Sets the value of the currencySymbol property.
|
void |
setCurrencySymbolPosition(CurrencySymbolPosition value)
Sets the value of the currencySymbolPosition property.
|
void |
setCurrentDate(LocalDateTime value)
Sets the value of the currentDate property.
|
void |
setDaysPerMonth(BigInteger value)
Sets the value of the daysPerMonth property.
|
void |
setDefaultFinishTime(LocalTime value)
Sets the value of the defaultFinishTime property.
|
void |
setDefaultFixedCostAccrual(AccrueType value)
Sets the value of the defaultFixedCostAccrual property.
|
void |
setDefaultOvertimeRate(BigDecimal value)
Sets the value of the defaultOvertimeRate property.
|
void |
setDefaultStandardRate(BigDecimal value)
Sets the value of the defaultStandardRate property.
|
void |
setDefaultStartTime(LocalTime value)
Sets the value of the defaultStartTime property.
|
void |
setDefaultTaskEVMethod(BigInteger value)
Sets the value of the defaultTaskEVMethod property.
|
void |
setDefaultTaskType(TaskType value)
Sets the value of the defaultTaskType property.
|
void |
setDurationFormat(BigInteger value)
Sets the value of the durationFormat property.
|
void |
setEarnedValueMethod(BigInteger value)
Sets the value of the earnedValueMethod property.
|
void |
setEditableActualCosts(Boolean value)
Sets the value of the editableActualCosts property.
|
void |
setExtendedAttributes(Project.ExtendedAttributes value)
Sets the value of the extendedAttributes property.
|
void |
setExtendedCreationDate(LocalDateTime value)
Sets the value of the extendedCreationDate property.
|
void |
setFinishDate(LocalDateTime value)
Sets the value of the finishDate property.
|
void |
setFiscalYearStart(Boolean value)
Sets the value of the fiscalYearStart property.
|
void |
setFYStartDate(BigInteger value)
Sets the value of the fyStartDate property.
|
void |
setGUID(UUID value)
Sets the value of the guid property.
|
void |
setHonorConstraints(Boolean value)
Sets the value of the honorConstraints property.
|
void |
setInsertedProjectsLikeSummary(Boolean value)
Sets the value of the insertedProjectsLikeSummary property.
|
void |
setKeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled(Boolean value)
Sets the value of the keepTaskOnNearestWorkingTimeWhenMadeAutoScheduled property.
|
void |
setLastSaved(LocalDateTime value)
Sets the value of the lastSaved property.
|
void |
setManager(String value)
Sets the value of the manager property.
|
void |
setMicrosoftProjectServerURL(Boolean value)
Sets the value of the microsoftProjectServerURL property.
|
void |
setMinutesPerDay(BigInteger value)
Sets the value of the minutesPerDay property.
|
void |
setMinutesPerWeek(BigInteger value)
Sets the value of the minutesPerWeek property.
|
void |
setMoveCompletedEndsBack(Boolean value)
Sets the value of the moveCompletedEndsBack property.
|
void |
setMoveCompletedEndsForward(Boolean value)
Sets the value of the moveCompletedEndsForward property.
|
void |
setMoveRemainingStartsBack(Boolean value)
Sets the value of the moveRemainingStartsBack property.
|
void |
setMoveRemainingStartsForward(Boolean value)
Sets the value of the moveRemainingStartsForward property.
|
void |
setMultipleCriticalPaths(Boolean value)
Sets the value of the multipleCriticalPaths property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNewTasksAreManual(Boolean value)
Sets the value of the newTasksAreManual property.
|
void |
setNewTasksEffortDriven(Boolean value)
Sets the value of the newTasksEffortDriven property.
|
void |
setNewTasksEstimated(Boolean value)
Sets the value of the newTasksEstimated property.
|
void |
setNewTaskStartDate(BigInteger value)
Sets the value of the newTaskStartDate property.
|
void |
setOutlineCodes(Project.OutlineCodes value)
Sets the value of the outlineCodes property.
|
void |
setProjectExternallyEdited(Boolean value)
Sets the value of the projectExternallyEdited property.
|
void |
setRemoveFileProperties(Boolean value)
Sets the value of the removeFileProperties property.
|
void |
setResources(Project.Resources value)
Sets the value of the resources property.
|
void |
setRevision(BigInteger value)
Sets the value of the revision property.
|
void |
setSaveVersion(BigInteger value)
Sets the value of the saveVersion property.
|
void |
setScheduleFromStart(Boolean value)
Sets the value of the scheduleFromStart property.
|
void |
setSplitsInProgressTasks(Boolean value)
Sets the value of the splitsInProgressTasks property.
|
void |
setSpreadActualCost(Boolean value)
Sets the value of the spreadActualCost property.
|
void |
setSpreadPercentComplete(Boolean value)
Sets the value of the spreadPercentComplete property.
|
void |
setStartDate(LocalDateTime value)
Sets the value of the startDate property.
|
void |
setStatusDate(LocalDateTime value)
Sets the value of the statusDate property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
void |
setTasks(Project.Tasks value)
Sets the value of the tasks property.
|
void |
setTaskUpdatesResource(Boolean value)
Sets the value of the taskUpdatesResource property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setUID(String value)
Sets the value of the uid property.
|
void |
setUpdateManuallyScheduledTasksWhenEditingLinks(Boolean value)
Sets the value of the updateManuallyScheduledTasksWhenEditingLinks property.
|
void |
setWBSMasks(Project.WBSMasks value)
Sets the value of the wbsMasks property.
|
void |
setWeekStartDay(BigInteger value)
Sets the value of the weekStartDay property.
|
void |
setWorkFormat(BigInteger value)
Sets the value of the workFormat property.
|
protected BigInteger saveVersion
protected String uid
protected String name
protected UUID guid
protected String title
protected String subject
protected String category
protected String company
protected String manager
protected String author
protected LocalDateTime creationDate
protected BigInteger revision
protected LocalDateTime lastSaved
protected Boolean scheduleFromStart
protected LocalDateTime startDate
protected LocalDateTime finishDate
protected BigInteger fyStartDate
protected BigInteger criticalSlackLimit
protected BigInteger currencyDigits
protected String currencySymbol
protected String currencyCode
protected CurrencySymbolPosition currencySymbolPosition
protected BigInteger calendarUID
protected LocalTime defaultStartTime
protected LocalTime defaultFinishTime
protected BigInteger minutesPerDay
protected BigInteger minutesPerWeek
protected BigInteger daysPerMonth
protected TaskType defaultTaskType
protected AccrueType defaultFixedCostAccrual
protected BigDecimal defaultStandardRate
protected BigDecimal defaultOvertimeRate
protected BigInteger durationFormat
protected BigInteger workFormat
protected Boolean editableActualCosts
protected Boolean honorConstraints
protected BigInteger earnedValueMethod
protected Boolean insertedProjectsLikeSummary
protected Boolean multipleCriticalPaths
protected Boolean newTasksEffortDriven
protected Boolean newTasksEstimated
protected Boolean splitsInProgressTasks
protected Boolean spreadActualCost
protected Boolean spreadPercentComplete
protected Boolean taskUpdatesResource
protected Boolean fiscalYearStart
protected BigInteger weekStartDay
protected Boolean moveCompletedEndsBack
protected Boolean moveRemainingStartsBack
protected Boolean moveRemainingStartsForward
protected Boolean moveCompletedEndsForward
protected BigInteger baselineForEarnedValue
protected Boolean autoAddNewResourcesAndTasks
protected LocalDateTime statusDate
protected LocalDateTime currentDate
protected Boolean microsoftProjectServerURL
protected Boolean autolink
protected BigInteger newTaskStartDate
protected Boolean newTasksAreManual
protected BigInteger defaultTaskEVMethod
protected Boolean projectExternallyEdited
protected LocalDateTime extendedCreationDate
protected Boolean actualsInSync
protected Boolean removeFileProperties
protected Boolean adminProject
protected String baselineCalendar
protected Boolean updateManuallyScheduledTasksWhenEditingLinks
protected Boolean keepTaskOnNearestWorkingTimeWhenMadeAutoScheduled
protected Project.OutlineCodes outlineCodes
protected Project.WBSMasks wbsMasks
protected Project.ExtendedAttributes extendedAttributes
protected Project.Calendars calendars
protected Project.Tasks tasks
protected Project.Resources resources
protected Project.Assignments assignments
public BigInteger getSaveVersion()
BigIntegerpublic void setSaveVersion(BigInteger value)
value - allowed object is
BigIntegerpublic String getUID()
Stringpublic void setUID(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic UUID getGUID()
Stringpublic void setGUID(UUID value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic String getManager()
Stringpublic void setManager(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic LocalDateTime getCreationDate()
Stringpublic void setCreationDate(LocalDateTime value)
value - allowed object is
Stringpublic BigInteger getRevision()
BigIntegerpublic void setRevision(BigInteger value)
value - allowed object is
BigIntegerpublic LocalDateTime getLastSaved()
Stringpublic void setLastSaved(LocalDateTime value)
value - allowed object is
Stringpublic Boolean isScheduleFromStart()
Stringpublic void setScheduleFromStart(Boolean value)
value - allowed object is
Stringpublic LocalDateTime getStartDate()
Stringpublic void setStartDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getFinishDate()
Stringpublic void setFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic BigInteger getFYStartDate()
BigIntegerpublic void setFYStartDate(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getCriticalSlackLimit()
BigIntegerpublic void setCriticalSlackLimit(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getCurrencyDigits()
BigIntegerpublic void setCurrencyDigits(BigInteger value)
value - allowed object is
BigIntegerpublic String getCurrencySymbol()
Stringpublic void setCurrencySymbol(String value)
value - allowed object is
Stringpublic String getCurrencyCode()
Stringpublic void setCurrencyCode(String value)
value - allowed object is
Stringpublic CurrencySymbolPosition getCurrencySymbolPosition()
Stringpublic void setCurrencySymbolPosition(CurrencySymbolPosition value)
value - allowed object is
Stringpublic BigInteger getCalendarUID()
BigIntegerpublic void setCalendarUID(BigInteger value)
value - allowed object is
BigIntegerpublic LocalTime getDefaultStartTime()
Stringpublic void setDefaultStartTime(LocalTime value)
value - allowed object is
Stringpublic LocalTime getDefaultFinishTime()
Stringpublic void setDefaultFinishTime(LocalTime value)
value - allowed object is
Stringpublic BigInteger getMinutesPerDay()
BigIntegerpublic void setMinutesPerDay(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMinutesPerWeek()
BigIntegerpublic void setMinutesPerWeek(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDaysPerMonth()
BigIntegerpublic void setDaysPerMonth(BigInteger value)
value - allowed object is
BigIntegerpublic TaskType getDefaultTaskType()
Stringpublic void setDefaultTaskType(TaskType value)
value - allowed object is
Stringpublic AccrueType getDefaultFixedCostAccrual()
Stringpublic void setDefaultFixedCostAccrual(AccrueType value)
value - allowed object is
Stringpublic BigDecimal getDefaultStandardRate()
Stringpublic void setDefaultStandardRate(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getDefaultOvertimeRate()
Stringpublic void setDefaultOvertimeRate(BigDecimal value)
value - allowed object is
Stringpublic BigInteger getDurationFormat()
BigIntegerpublic void setDurationFormat(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getWorkFormat()
BigIntegerpublic void setWorkFormat(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isEditableActualCosts()
Stringpublic void setEditableActualCosts(Boolean value)
value - allowed object is
Stringpublic Boolean isHonorConstraints()
Stringpublic void setHonorConstraints(Boolean value)
value - allowed object is
Stringpublic BigInteger getEarnedValueMethod()
BigIntegerpublic void setEarnedValueMethod(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isInsertedProjectsLikeSummary()
Stringpublic void setInsertedProjectsLikeSummary(Boolean value)
value - allowed object is
Stringpublic Boolean isMultipleCriticalPaths()
Stringpublic void setMultipleCriticalPaths(Boolean value)
value - allowed object is
Stringpublic Boolean isNewTasksEffortDriven()
Stringpublic void setNewTasksEffortDriven(Boolean value)
value - allowed object is
Stringpublic Boolean isNewTasksEstimated()
Stringpublic void setNewTasksEstimated(Boolean value)
value - allowed object is
Stringpublic Boolean isSplitsInProgressTasks()
Stringpublic void setSplitsInProgressTasks(Boolean value)
value - allowed object is
Stringpublic Boolean isSpreadActualCost()
Stringpublic void setSpreadActualCost(Boolean value)
value - allowed object is
Stringpublic Boolean isSpreadPercentComplete()
Stringpublic void setSpreadPercentComplete(Boolean value)
value - allowed object is
Stringpublic Boolean isTaskUpdatesResource()
Stringpublic void setTaskUpdatesResource(Boolean value)
value - allowed object is
Stringpublic Boolean isFiscalYearStart()
Stringpublic void setFiscalYearStart(Boolean value)
value - allowed object is
Stringpublic BigInteger getWeekStartDay()
BigIntegerpublic void setWeekStartDay(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isMoveCompletedEndsBack()
Stringpublic void setMoveCompletedEndsBack(Boolean value)
value - allowed object is
Stringpublic Boolean isMoveRemainingStartsBack()
Stringpublic void setMoveRemainingStartsBack(Boolean value)
value - allowed object is
Stringpublic Boolean isMoveRemainingStartsForward()
Stringpublic void setMoveRemainingStartsForward(Boolean value)
value - allowed object is
Stringpublic Boolean isMoveCompletedEndsForward()
Stringpublic void setMoveCompletedEndsForward(Boolean value)
value - allowed object is
Stringpublic BigInteger getBaselineForEarnedValue()
BigIntegerpublic void setBaselineForEarnedValue(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isAutoAddNewResourcesAndTasks()
Stringpublic void setAutoAddNewResourcesAndTasks(Boolean value)
value - allowed object is
Stringpublic LocalDateTime getStatusDate()
Stringpublic void setStatusDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getCurrentDate()
Stringpublic void setCurrentDate(LocalDateTime value)
value - allowed object is
Stringpublic Boolean isMicrosoftProjectServerURL()
Stringpublic void setMicrosoftProjectServerURL(Boolean value)
value - allowed object is
Stringpublic Boolean isAutolink()
Stringpublic void setAutolink(Boolean value)
value - allowed object is
Stringpublic BigInteger getNewTaskStartDate()
BigIntegerpublic void setNewTaskStartDate(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isNewTasksAreManual()
Stringpublic void setNewTasksAreManual(Boolean value)
value - allowed object is
Stringpublic BigInteger getDefaultTaskEVMethod()
BigIntegerpublic void setDefaultTaskEVMethod(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isProjectExternallyEdited()
Stringpublic void setProjectExternallyEdited(Boolean value)
value - allowed object is
Stringpublic LocalDateTime getExtendedCreationDate()
Stringpublic void setExtendedCreationDate(LocalDateTime value)
value - allowed object is
Stringpublic Boolean isActualsInSync()
Stringpublic void setActualsInSync(Boolean value)
value - allowed object is
Stringpublic Boolean isRemoveFileProperties()
Stringpublic void setRemoveFileProperties(Boolean value)
value - allowed object is
Stringpublic Boolean isAdminProject()
Stringpublic void setAdminProject(Boolean value)
value - allowed object is
Stringpublic String getBaselineCalendar()
Stringpublic void setBaselineCalendar(String value)
value - allowed object is
Stringpublic Boolean isUpdateManuallyScheduledTasksWhenEditingLinks()
Stringpublic void setUpdateManuallyScheduledTasksWhenEditingLinks(Boolean value)
value - allowed object is
Stringpublic Boolean isKeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled()
Stringpublic void setKeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled(Boolean value)
value - allowed object is
Stringpublic Project.OutlineCodes getOutlineCodes()
Project.OutlineCodespublic void setOutlineCodes(Project.OutlineCodes value)
value - allowed object is
Project.OutlineCodespublic Project.WBSMasks getWBSMasks()
Project.WBSMaskspublic void setWBSMasks(Project.WBSMasks value)
value - allowed object is
Project.WBSMaskspublic Project.ExtendedAttributes getExtendedAttributes()
Project.ExtendedAttributespublic void setExtendedAttributes(Project.ExtendedAttributes value)
value - allowed object is
Project.ExtendedAttributespublic Project.Calendars getCalendars()
Project.Calendarspublic void setCalendars(Project.Calendars value)
value - allowed object is
Project.Calendarspublic Project.Tasks getTasks()
Project.Taskspublic void setTasks(Project.Tasks value)
value - allowed object is
Project.Taskspublic Project.Resources getResources()
Project.Resourcespublic void setResources(Project.Resources value)
value - allowed object is
Project.Resourcespublic Project.Assignments getAssignments()
Project.Assignmentspublic void setAssignments(Project.Assignments value)
value - allowed object is
Project.AssignmentsCopyright © 2000–2025 MPXJ. All rights reserved.