<xs:group name="LedgerEntryContent">
<xs:sequence>
<xs:element name="EntryAmount" type="Amounts" minOccurs="0" />
<xs:element name="DebitCreditFlag" type="DebitCredit" minOccurs="0" />
<xs:element name="Reason" type="ReasonCode" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is used as a reason indicator for any type of business event or activity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Item" type="Item" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">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)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ItemQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the quantity of the item that was specified on the source transaction</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FixedAssetId" type="Id" minOccurs="0" />
<xs:element name="ProductLine" type="ProductLine" minOccurs="0" />
<xs:element name="DestinationGLEntity" type="GLEntity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">If a value is specified for this and the value is different from the SourceGLEntity, it indicates that the entry is an inter-company transaction</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="AccountingEntity" minOccurs="0" />
<xs:group ref="GLAccount" minOccurs="0" />
<xs:element ref="Project" minOccurs="0" />
<xs:element name="TransactionAnalysis" type="Code" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is a segmenting code used to analyze project accounting transactions. It is commonly used in project accounting applications.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EntryCreator" type="UserId" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the user enterprise-wide identifier. It is also known as the user code.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="DocumentReferences" minOccurs="0" />
<xs:element name="Note" type="Note" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:group>
|