Dimension Member Enumerations DTD

<!DOCTYPE MBRS [
  <!ELEMENT MBR EMPTY>
  <!ATTLIST MBR id CDATA #IMPLIED>
  <!ATTLIST MBR name CDATA #IMPLIED>
  <!ATTLIST MBR desc CDATA " ">
  <!ATTLIST MBR nc CDATA "0">
]>

Element

Description

MBRS

Root element.

MBR

Represents a dimension member, and contains the following attributes:

  • id = Member ID.

  • name = Member label.

  • desc = Member description in the current language.

  • nc = A count of the member’s children.

Note:

The DTD is defined with default values for desc and nc so that these attributes do not need to be specified in the XML document. This keeps the size of the XML document to a minimum. The DTD is returned as part of the XML document.