Cell Information DTD

<!DOCTYPE CELLINFO [
  <!ATTLIST CELLINFO procUnit CDATA #IMPLIED>
  <!ATTLIST CELLINFO povDetail CDATA #IMPLIED>
  <!ATTLIST CELLINFO view CDATA #IMPLIED>
  <!ATTLIST CELLINFO calcStatus CDATA #IMPLIED>
  <!ATTLIST CELLINFO procLevel CDATA #IMPLIED>
  <!ATTLIST CELLINFO cellStatus CDATA #IMPLIED>
  <!ATTLIST CELLINFO cellSecurity CDATA #IMPLIED>
  <!ATTLIST CELLINFO dispData CDATA #IMPLIED>
  <!ATTLIST CELLINFO fullResData CDATA #IMPLIED>
  <!ATTLIST CELLINFO storedData CDATA #IMPLIED>
]>

Element

Description

CELLINFO

The root element, which contains the following attributes:

  • procUnit = The labels of the dimension members that the cell’s process unit consists of. The labels are delimited by commas. (Process units are described in About Process Units.)

  • povDetail = The labels of the cell’s Account, Intercompany Partner, and Custom 1-4 dimension members. The labels are delimited by commas.

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

  • calcStatus = A string description of the cell’s calculation status.

  • procLevel = A string description of the cell’s process management review level.

  • cellStatus = A string description of the cell’s status.

  • cellSecurity = A string description of the cell’s security access rights.

  • dispData = The cell’s displayed data.

    Note:

    Displayed data is rounded to the number of decimal places specified for the cell’s account and includes the user’s thousands separator preference.

  • fullResData = The cell’s full resolution data.

    Note:

    Full resolution data includes the user’s thousands separator preference.

  • storedData = The cell’s stored data.