Definition Type: Group
Name: AccountingEntity
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Documentation:
Accounting content for any financial transaction, event, activity. Incorporated into both Distribution and LedgerEntryContent.
Collapse XSD Schema Diagram:
Drilldown into Fund in schema components_xsd Drilldown into ProfitCenter in schema components_xsd Drilldown into CostCenter in schema components_xsd Drilldown into Business in schema components_xsdXSD Diagram of AccountingEntity in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Business oa:Business 0 (1)
CostCenter oa:CostCenter 0 (1)
ProfitCenter oa:ProfitCenter 0 (1)
Fund oa:Fund 0 (1)