<xs:group name="AccountingEntity">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Accounting content for any financial transaction, event, activity. Incorporated into both Distribution and LedgerEntryContent.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Business" minOccurs="0" />
<xs:element name="CostCenter" type="CostCenter" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the Cost Center of the organization</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProfitCenter" type="ProfitCenter" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is an 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</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Fund" type="Fund" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Used to describe a major budgeting and spending area in an organization, FUND may be treated similarly to a legal entity. It is normally used in not for profit and may have a fiscal year that is different from a 12-month cycle</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
|