[Table of Contents] [docx version]

Error! No text of specified style in document.

noMultiLvlLbl (No Multi-level Labels)

This element specifies the labels shall be shown as flat text. If this element is not included or is set to false, then the labels shall be drawn as a hierarchy.

Parent Elements

catAx5.7.2.25)

 

Attributes

Description

val (Boolean Value)

Specifies a boolean value for the property defined by the parent XML element.

 

A value of on, 1, or true specifies that the property is applied. This is the default value for this attribute, and is implied when the parent element is present, but this attribute is omitted.

 

A value of off, 0, or false specifies that the property is not applied.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Boolean">

   <attribute name="val" type="xsd:boolean" use="optional" default="true"/>

</complexType>