<xsd:complexType name="LedgerEntryHeaderType">
<xsd:sequence>
<xsd:element ref="LedgerID" minOccurs="0" />
<xsd:element ref="GLEntityID" minOccurs="0" />
<xsd:element ref="DocumentDateTime" minOccurs="0" />
<xsd:element ref="AccountingDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the date that is used to determine the accounting period the transaction is posted within. It is also known as the effective or post date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="SourceDocumentReference" minOccurs="0" />
<xsd:group ref="LedgerAmountGroup" />
<xsd:element ref="EntryCreator" minOccurs="0" />
<xsd:element ref="PaymentTerm" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Party" minOccurs="0" maxOccurs="unbounded" />
<xsd:group ref="FreeFormTextGroup" />
<xsd:group ref="ReferencesGroup" />
</xsd:sequence>
</xsd:complexType>
|