Definition Type: ComplexType
Name: PostJournalEntryDataAreaType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: PostJournalEntry.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into JournalEntry in schema journalentry_xsd Drilldown into Post in schema meta_xsdXSD Diagram of PostJournalEntryDataAreaType in schema postjournalentry_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="PostJournalEntryDataAreaType">
    <xsd:sequence>
        <xsd:element ref="Post" />
        <xsd:element ref="JournalEntry" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Post nsA:Post (1) (1)
JournalEntry nsA:JournalEntry (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:DataArea