<xs:complexType name="ProjectActivity">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The specific business process or task within a project. For example, billing, receiving or preparing purchase orders.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Id" type="ProjectActivityId" minOccurs="0" />
<xs:element name="Status" type="ProjectActivityStatus" minOccurs="0" />
<xs:element name="Cost" type="Amounts" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The cost of performing this activity. Activity costs are loaded via the LoadProjectAccounting BOD and rolled up to the Project's TotalCost field.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="Note" type="Note" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|