<xsd:complexType name="JournalEntryHeaderType">
<xsd:annotation>
<xsd:documentation>In the Header, DocumentReferences is the link that ties back to a sub ledger transaction entry ID. It is the identifier of an original transaction or document. For example, it could be the receipt or the summarized inventory activity. This is the element that refers to an audit record. Together with the Sender information, the DocumentReferences is part of the referencing system, which will enable drill back audit trail functionality.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="LedgerEntryHeaderType">
<xsd:sequence>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|