Definition Type: ComplexType
Name: ProjectActivity
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Documentation:
The specific business process or task within a project. For example, billing, receiving or preparing purchase orders.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Note in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into Cost in schema components_xsd Drilldown into Status in schema components_xsd Drilldown into Id in schema components_xsdXSD Diagram of ProjectActivity in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id oa:Id 0 (1)
Status oa:Status 0 (1)
Cost oa:Cost 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Activity, oa:ProjectActivity