<xs:complexType name="LedgerEvent">
<xs:sequence>
<xs:element name="SourceLedger" type="LedgerId" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">General Ledger Entity Source code. Typically, this is the owning entity for the transaction</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DestinationLedger" type="LedgerId" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">General Ledger Entity Destination code. Entries here, when they do not match the GLENTITYS value, indicate an inter-company transaction</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="LedgerEntryContent" minOccurs="0" />
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|