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