<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>
|