Definition Type: Group
Name: LedgerEntryContent
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Collapse XSD Schema Diagram:
Drilldown into EntryCreator in schema components_xsd Drilldown into Employee in schema components_xsd Drilldown into EnterpriseUnit in schema components_xsd Drilldown into Quantity in schema components_xsd1 Drilldown into Item in schema components_xsd Drilldown into ProjectReference in schema components_xsd Drilldown into GLAccount in schema components_xsd Drilldown into ExchangeRate in schema components_xsd Drilldown into TaxBaseFunctionalAmount in schema fields_xsd Drilldown into FunctionalAmount in schema fields_xsd Drilldown into TaxBaseAmount in schema fields_xsd Drilldown into Amount in schema fields_xsd Drilldown into LedgerAmountGroup in schema components_xsd1XSD Diagram of LedgerEntryContent in schema components_xsd1 (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:group name="LedgerEntryContent">
    <xsd:sequence>
        <xsd:group ref="LedgerAmountGroup" />
        <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/oagis/9">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/oagis/9">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/oagis/9">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 nsA:Amount 0 (1)
TaxBaseAmount nsA:TaxBaseAmount 0 (1)
FunctionalAmount nsA:FunctionalAmount 0 (1)
TaxBaseFunctionalAmount nsA:TaxBaseFunctionalAmount 0 (1)
ExchangeRate nsA:ExchangeRate 0 (1)
GLAccount nsA:GLAccount 0 (1)
ProjectReference nsA:ProjectReference 0 (1)
Item nsA:Item 0 (1)
Quantity nsA:Quantity 0 (1)
EnterpriseUnit nsA:EnterpriseUnit 0 (1)
Employee nsA:Employee 0 (1)
EntryCreator nsA:EntryCreator 0 (1)
<xs:group> nsA:LedgerAmountGroup (1) (1)