<xs:complexType name="GLAccount">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">GL Account is an entry in the GL chart of accounts. It is the "what", not the "who" or "where".</xs:documentation>
<xs:documentation source="http://www.openapplications.org/oagis">Examples Include: Assets, Office Supplies, Revenues, Salaries, Travel</xs:documentation>
<xs:documentation source="http://www.openapplications.org/oagis">SYNONYMS: Account Number, GL Natural Account, Object Account</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:string" />
</xs:simpleContent>
</xs:complexType>
|