<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>
|