Definition Type: ComplexType
Name: SourceActivityType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: CostingActivity.xsd
Abstract
Documentation:
The Type describes the type of activity produced by a cost center in an operation and indicates whether an activity is measured in time or quantity. Current possible values are:Time, Quantity
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Attachment in schema components_xsd Drilldown into DocumentReference in schema components_xsd Drilldown into ReferencesGroup in schema components_xsd Drilldown into Note in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into ActualActivity in schema costingactivity_xsd Drilldown into SalesOrderReference in schema components_xsd Drilldown into Item in schema components_xsd Drilldown into ProjectReference in schema components_xsd Drilldown into ProfitCenterID in schema fields_xsd Drilldown into CostCenterID in schema fields_xsd Drilldown into type in schema costingactivity_xsdXSD Diagram of SourceActivityType in schema costingactivity_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="SourceActivityType">
    <xsd:annotation>
        <xsd:documentation>The Type describes the type of activity produced by a cost center in an operation and indicates whether an activity is measured in time or quantity. Current possible values are:Time, Quantity</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="CostCenterID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">An accumulator of cost information that may be an organizational unit or area of responsibility.  It is an organization code that allows a grouping of expenses and costs.SYNONYMS:	Stocking Location,	Work Group</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ProfitCenterID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Accumulator of revenue information that may be an organizational unit or area of responsibility.  A profit center can be used for internal management control.  Profit centers can calculate operating profit using the cost-of-sales accounting and/or period accounting methods.SYNONYMS:	Sales Region</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ProjectReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies 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:element>
        <xsd:element ref="Item" minOccurs="0" />
        <xsd:element ref="SalesOrderReference" minOccurs="0" />
        <xsd:element ref="ActualActivity" minOccurs="0" maxOccurs="unbounded" />
        <xsd:group ref="FreeFormTextGroup" />
        <xsd:group ref="ReferencesGroup" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" type="NormalizedStringType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CostCenterID nsA:CostCenterID 0 (1)
ProfitCenterID nsA:ProfitCenterID 0 (1)
ProjectReference nsA:ProjectReference 0 (1)
Item nsA:Item 0 (1)
SalesOrderReference nsA:SalesOrderReference 0 (1)
ActualActivity nsA:ActualActivity 0 unbounded
Description nsA:Description 0 unbounded
Note nsA:Note 0 unbounded
DocumentReference nsA:DocumentReference 0 unbounded
Attachment nsA:Attachment 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:FreeFormTextGroup (1) (1)
<xs:group> nsA:ReferencesGroup (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:SourceActivity