Definition Type: ComplexType
Name: LedgerEntryHeaderType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: FinancialComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Attachment in schema components_xsd1 Drilldown into DocumentReference in schema components_xsd1 Drilldown into ReferencesGroup in schema components_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into Party in schema components_xsd1 Drilldown into PaymentTerm in schema components_xsd1 Drilldown into EntryCreator in schema components_xsd1 Drilldown into CurrencyExchangeRate in schema components_xsd1 Drilldown into ExchangeRate in schema components_xsd1 Drilldown into TaxBaseFunctionalAmount in schema fields_xsd1 Drilldown into FunctionalAmount in schema fields_xsd1 Drilldown into TaxBaseAmount in schema fields_xsd1 Drilldown into Amount in schema fields_xsd1 Drilldown into LedgerAmountGroup in schema financialcomponents_xsd Drilldown into SourceDocumentReference in schema financialcomponents_xsd Drilldown into AccountingDate in schema components_xsd1 Drilldown into DocumentDateTime in schema fields_xsd1 Drilldown into GLEntityID in schema fields_xsd1 Drilldown into LedgerID in schema fields_xsd1XSD Diagram of LedgerEntryHeaderType in schema financialcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LedgerEntryHeaderType">
    <xsd:sequence>
        <xsd:element ref="LedgerID" minOccurs="0" />
        <xsd:element ref="GLEntityID" minOccurs="0" />
        <xsd:element ref="DocumentDateTime" minOccurs="0" />
        <xsd:element ref="AccountingDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/platform/1">Is the date that is used to determine the accounting period the transaction is posted within.  It is also known as the effective or post date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="SourceDocumentReference" minOccurs="0" />
        <xsd:group ref="LedgerAmountGroup" minOccurs="0" />
        <xsd:element ref="EntryCreator" minOccurs="0" />
        <xsd:element ref="PaymentTerm" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Party" minOccurs="0" maxOccurs="unbounded" />
        <xsd:group ref="FreeFormTextGroup" minOccurs="0" />
        <xsd:group ref="ReferencesGroup" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LedgerID oa:LedgerID 0 (1)
GLEntityID oa:GLEntityID 0 (1)
DocumentDateTime oa:DocumentDateTime 0 (1)
AccountingDate oa:AccountingDate 0 (1)
SourceDocumentReference oa:SourceDocumentReference 0 (1)
Amount oa:Amount 0 (1)
TaxBaseAmount oa:TaxBaseAmount 0 (1)
FunctionalAmount oa:FunctionalAmount 0 (1)
TaxBaseFunctionalAmount oa:TaxBaseFunctionalAmount 0 (1)
ExchangeRate oa:ExchangeRate 0 (1)
CurrencyExchangeRate oa:CurrencyExchangeRate 0 (1)
EntryCreator oa:EntryCreator 0 (1)
PaymentTerm oa:PaymentTerm 0 unbounded
Party oa:Party 0 unbounded
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
DocumentReference oa:DocumentReference 0 unbounded
Attachment oa:Attachment 0 unbounded
<xs:group> oa:LedgerAmountGroup 0 (1)
<xs:group> oa:FreeFormTextGroup 0 (1)
<xs:group> oa:ReferencesGroup 0 (1)