Definition Type: Group
Name: GLAccount
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Collapse XSD Schema Diagram:
Drilldown into GLElement in schema components_xsd Drilldown into GLNominalAccount in schema components_xsdXSD Diagram of GLAccount in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:group name="GLAccount">
    <xs:sequence>
        <xs:element name="GLNominalAccount" type="GLAccount" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">An entry in the GL chart of accounts.  It is the "what", not the "who" or "where". EXAMPLES INCLUDE: Assets, Office Supplies, Revenues, Salaries, Travel. SYNONYMS: Account Number, GL Natural Account, Object Account</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="GLElement" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GLNominalAccount oa:GLNominalAccount 0 (1)
GLElement oa:GLElement 0 unbounded