Definition Type: Group
Name: LedgerEntryContent
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: FinancialComponents.xsd
Collapse XSD Schema Diagram:
Drilldown into EntryCreator in schema components_xsd1 Drilldown into Employee in schema components_xsd1 Drilldown into EnterpriseUnit in schema components_xsd1 Drilldown into Quantity in schema financialcomponents_xsd Drilldown into Item in schema components_xsd1 Drilldown into ProjectReference in schema components_xsd1 Drilldown into GLAccount 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_xsdXSD Diagram of LedgerEntryContent in schema financialcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:group name="LedgerEntryContent">
    <xsd:sequence>
        <xsd:group ref="LedgerAmountGroup" minOccurs="0" />
        <xsd:element ref="GLAccount" minOccurs="0" />
        <xsd:element ref="ProjectReference" minOccurs="0" />
        <xsd:element ref="Item" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/platform/1">A product or substance that is bought, sold, manufactured, delivered, or is somehow handled in similar business processes.  It is the identifier of a "thing".SYNONYMS 	Material 	Part 	Resource 	Stock Keeping Unit (SKU)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Quantity" type="QuantityType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/platform/1">Identifies the quantity of the item that was specified on the source transaction</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="EnterpriseUnit" minOccurs="0" />
        <xsd:element ref="Employee" minOccurs="0" />
        <xsd:element ref="EntryCreator" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/platform/1">Is the user enterprise-wide identifier.  It is also known as the user code.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
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)
GLAccount oa:GLAccount 0 (1)
ProjectReference oa:ProjectReference 0 (1)
Item oa:Item 0 (1)
Quantity oa:Quantity 0 (1)
EnterpriseUnit oa:EnterpriseUnit 0 (1)
Employee oa:Employee 0 (1)
EntryCreator oa:EntryCreator 0 (1)
<xs:group> oa:LedgerAmountGroup 0 (1)