<xsd:complexType name="ProjectMasterType">
<xsd:annotation>
<xsd:documentation>A set of tasks with the following attributes: a singular purpose, a start and end date, those that accumulate costs, and those that may have materials and overhead. SYNONYMS: Job, Process Model, Program, Work Breakdown Structure (WBS) element</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ProjectBaseType">
<xsd:sequence>
<xsd:element ref="Status" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the status of the Project.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="DocumentDateTime" minOccurs="0" />
<xsd:element ref="EffectiveTimePeriod" minOccurs="0" />
<xsd:element ref="AuthorizationID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="BudgetedAmount" minOccurs="0" />
<xsd:element ref="AccruedAmount" minOccurs="0" />
<xsd:element ref="TotalCostAmount" minOccurs="0" />
<xsd:element ref="GLEntityID" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the Source General Ledger recogized entity that is responsible for paying for the Project.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ProjectActivity" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">The specific business processes or tasks within a project. For example, billing, receiving or preparing purchase orders</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="ReferencesGroup" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|