<xsd:complexType name="BudgetLedgerHeaderType">
<xsd:annotation>
<xsd:documentation>The JournalEntryID is the ID in the source sub-ledger that generated the transaction
The IncrementIndicator identifies if the amounts in the ledger budget lines are intended to increment or replace any existing amounts</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="HeaderType">
<xsd:sequence>
<xsd:element ref="JournalEntryID" minOccurs="0" />
<xsd:element ref="IncrementIndicator" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates whether the budget amounts are to replace the existing amounts or be summed into the existing budget amounts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="LedgerID" minOccurs="0" />
<xsd:element ref="GLEntityID" minOccurs="0" />
<xsd:element ref="SourceDocumentReference" minOccurs="0" />
<xsd:element ref="TransactionAnalysisCode" minOccurs="0" />
<xsd:element ref="User" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|