Transaction Information DTD

<!DOCTYPE TRANSINFO [
  <!ELEMENT HDRS (HDR*)>
  <!ATTLIST HDRS count CDATA #IMPLIED>
  <!ELEMENT HDR EMPTY>
  <ATTLIST HDR seq CDATA #IMPLIED>
  <ATTLIST HDR label CDATA #IMPLIED>
  <ATTLIST HDR value CDATA #IMPLIED>
  <!ELEMENT SRCS (SRC*)>
  <ATTLIST SRCS count CDATA #IMPLIED>
  <ATTLIST SRCS totDestData CDATA #IMPLIED>
  <ATTLIST SRCS totSrcData CDATA #IMPLIED>
  <!ELEMENT SRC EMPTY>
  <ATTLIST SRC currEntity CDATA #IMPLIED>
  <ATTLIST SRC period CDATA #IMPLIED>
  <ATTLIST SRC parent CDATA #IMPLIED>
  <ATTLIST SRC entity CDATA #IMPLIED>
  <ATTLIST SRC value CDATA #IMPLIED>
  <ATTLIST SRC account CDATA #IMPLIED>
  <ATTLIST SRC icp CDATA #IMPLIED>
  <ATTLIST SRC custom1 CDATA #IMPLIED>
  <ATTLIST SRC custom2 CDATA #IMPLIED>
  <ATTLIST SRC custom3 CDATA #IMPLIED>
  <ATTLIST SRC custom4 CDATA #IMPLIED>
  <ATTLIST SRC destData CDATA #IMPLIED>
  <ATTLIST SRC srcData CDATA #IMPLIED>
  <ATTLIST SRC factor CDATA #IMPLIED>
  <ATTLIST SRC nature CDATA #IMPLIED>
  <!ELEMENT DESTS (DEST*)>
  <ATTLIST DESTS count CDATA #IMPLIED>
  <ATTLIST DESTS totDestData CDATA #IMPLIED>
  <ATTLIST DESTS totSrcData CDATA #IMPLIED>
  <!ELEMENT DEST EMPTY>
  <ATTLIST DEST currEntity CDATA #IMPLIED>
  <ATTLIST DEST scenario CDATA #IMPLIED>
  <ATTLIST DEST year CDATA #IMPLIED>
  <ATTLIST DEST period CDATA #IMPLIED>
  <ATTLIST DEST parent CDATA #IMPLIED>
  <ATTLIST DEST entity CDATA #IMPLIED>
  <ATTLIST DEST value CDATA #IMPLIED>
  <ATTLIST DEST account CDATA #IMPLIED>
  <ATTLIST DEST icp CDATA #IMPLIED>
  <ATTLIST DEST view CDATA #IMPLIED>
  <ATTLIST DEST custom1 CDATA #IMPLIED>
  <ATTLIST DEST custom2 CDATA #IMPLIED>
  <ATTLIST DEST custom3 CDATA #IMPLIED>
  <ATTLIST DEST custom4 CDATA #IMPLIED>
  <ATTLIST DEST destData CDATA #IMPLIED>
  <ATTLIST DEST srcData CDATA #IMPLIED>
  <ATTLIST DEST factor CDATA #IMPLIED>
  <ATTLIST DEST nature CDATA #IMPLIED>
]>

Element

Description

HDRS

An enumeration of the transaction’s header information. <HDRS> contains a <HDR> tag for each element of header information.

<HDRS> also contains the count attribute, which represents the number of <HDR> tags that are children to <HDRS>.

Tip:

Header information includes the dimension members of the cell to which the transaction information applies, the current username, the cell’s data, and so on.

HDR

Represents an element of header information, and contains the following attributes:

  • seq = The ordinal position of the <HDR> tag within the set of <HDR> tags that are children to <HDRS>.

  • label = The label of the header information.

  • value = The value that corresponds to the label.

SRCS

An enumeration of the source transactions. <SRCS> contains a <SRC> tag for each source transaction, as well as the following attributes:

  • count = The number of <SRC> tags that are children to <SRCS>.

  • totDestData = The sum of the destination transaction amounts in the <SRC> tags.

  • totSrcData = The sum of the source transaction amounts in the <SRC> tags.

SRC

Represents a source transaction, and contains the following attributes:

  • currEntity = The label of the transaction’s current Entity dimension member.

  • period = The label of the transaction’s Period dimension member.

  • parent = The label of the transaction’s parent Entity dimension member.

  • entity = The label of the transaction’s child Entity dimension member.

  • value = The label of the transaction’s Value dimension member.

  • account = The label of the transaction’s Account dimension member.

  • icp = The label of the transaction’s Intercompany Partner dimension member.

  • custom1 = The label of the transaction’s Custom 1 dimension member.

  • custom2 = The label of the transaction’s Custom 2 dimension member.

  • custom3 = The label of the transaction’s Custom 3 dimension member.

  • custom4 = The label of the transaction’s Custom 4 dimension member.

  • destData = The destination transaction amount.

  • srcData = The source transaction amount.

  • factor = The factor used in the transaction.

  • nature = The audit string specified for the transaction.

DESTS

An enumeration of the destination transactions. <DESTS> contains a <DEST> tag for each destination transaction, as well as the following attributes:

  • count = The number of <DEST> tags that are children to <DESTS>.

  • totDestData = The sum of the destination transaction amounts in the <DEST> tags.

  • totSrcData = The sum of the source transaction amounts in the <DEST> tags.

DEST

Represents a destination transaction, and contains the following attributes:

  • currEntity = The label of the transaction’s current Entity dimension member.

  • scenario = The label of the transaction’s Scenario dimension member.

  • year = The label of the transaction’s Year dimension member.

  • period = The label of the transaction’s Period dimension member.

  • parent = The label of the transaction’s parent Entity dimension member.

  • entity = The label of the transaction’s child Entity dimension member.

  • value = The label of the transaction’s Value dimension member.

  • account = The label of the transaction’s Account dimension member.

  • icp = The label of the transaction’s Intercompany Partner dimension member.

  • view = The label of the transaction’s View dimension member.

  • custom1 = The label of the transaction’s Custom 1 dimension member.

  • custom2 = The label of the transaction’s Custom 2 dimension member.

  • custom3 = The label of the transaction’s Custom 3 dimension member.

  • custom4 = The label of the transaction’s Custom 4 dimension member.

  • destData = The destination transaction amount.

  • srcData = The source transaction amount.

  • factor = The factor used in the transaction.

  • nature = The audit string specified for the transaction.