Process Management Information DTD

<!DOCTYPE PROCFLOWINFO [
  <!ELEMENT PROCFLOWINFO ANY >
  <!ATTLIST PROCFLOWINFO scenario CDATA #IMPLIED>
  <!ATTLIST PROCFLOWINFO year CDATA #IMPLIED>
  <!ATTLIST PROCFLOWINFO period CDATA #IMPLIED>
  <!ATTLIST PROCFLOWINFO entity CDATA #IMPLIED>
  <!ATTLIST PROCFLOWINFO parent CDATA #IMPLIED>
  <!ATTLIST PROCFLOWINFO value CDATA #IMPLIED>
  <!ATTLIST PROCFLOWINFO userName CDATA #IMPLIED>
  <!ELEMENT ROLES (ROLE*)>
  <!ELEMENT ROLE EMPTY>
  <!ATTLIST ROLE name CDATA #IMPLIED>
  <!ELEMENT HISTORY (ACTION*)>
  <!ELEMENT ACTION EMPTY>
  <!ATTLIST ACTION time CDATA #IMPLIED>
  <!ATTLIST ACTION user CDATA #IMPLIED>
  <!ATTLIST ACTION action CDATA #IMPLIED>
  <!ATTLIST ACTION state CDATA #IMPLIED>
  <!ATTLIST ACTION comment CDATA #IMPLIED>
]>

Element

Description

PROCFLOWINFO

The root element, which contains the following attributes:

  • scenario = The Scenario dimension member.

  • year = The Year dimension member.

  • period = The Period dimension member.

  • entity = The Entity dimension member.

  • parent = The parent of entity.

  • value = The Value dimension member.

  • username = The username of the current user.

ROLES

An enumeration of the current user’s roles. <ROLES> contains a <ROLE> tag for each role.

ROLE

Represents a Process Management role to which the user is assigned.

<ROLE> contains the name attribute, which specifies the role name.

HISTORY

A history of all Process Management actions for the cell. A <HISTORY> tag contains an <ACTION> tag for each action.

ACTION

Represents a Process Management action for the cell, and contains the following attributes:

  • time = The date and time of the action.

  • user = The username of the user who performed the action.

  • action = A number that represents the action. The valid values for action are represented by the HFMConstants type library constants listed in Data Explorer Process Management Constants.

  • state = A number that represents the Process Management state after the action was taken. Valid values are listed in the description for the pvarsProcessState argument of ProcessFlowGetInfo (HFMwDataGrid component).

  • comment = The comments entered for the action.