Definition Type: ComplexType
Name: ProjectActivity
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.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 invoice_xsd Drilldown into Note in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into Cost in schema invoice_xsd Drilldown into Status in schema invoice_xsd Drilldown into Id in schema invoice_xsdXSD Diagram of ProjectActivity in schema invoice_xsd (HR-XML - Human Resources XML)
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 nsC:Id 0 (1)
Status nsC:Status 0 (1)
Cost nsC:Cost 0 (1)
Description nsC:Description 0 unbounded
Note nsC:Note 0 unbounded
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:ActivitynsC:ProjectActivity,