Definition Type: ComplexType
Name: JournalEntryType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: JournalEntry.xsd
Abstract
Documentation:
A journal represents a change in the balances of a business's financial accounts. Many tasks or transactions throughout an enterprise will result in the creation of a journal. Some examples are creating a customer invoice, paying a vendor, transferring inventory, or paying employees. A journal consists of a header with general information, and two or more lines specifying what accounts will be affected. A journal typically includes balanced debit and credit lines.
Collapse XSD Schema Diagram:
Drilldown into JournalEntryLine in schema journalentry_xsd Drilldown into JournalEntryHeader in schema journalentry_xsdXSD Diagram of JournalEntryType in schema journalentry_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="JournalEntryType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">A journal represents a change in the balances of a business's financial accounts.  Many tasks or transactions throughout an enterprise will result in the creation of a journal.  Some examples are creating a customer invoice, paying a vendor, transferring inventory, or paying employees.  A journal consists of a header with general information, and two or more lines specifying what accounts will be affected.  A journal typically includes balanced debit and credit lines.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="JournalEntryHeader" minOccurs="0" />
        <xsd:element ref="JournalEntryLine" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
JournalEntryHeader nsA:JournalEntryHeader 0 (1)
JournalEntryLine nsA:JournalEntryLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:JournalEntry