<hierBranch> (Organization Chart Branch Style)

This element defines the layout style of a branch in an organizational chart.

example:
<varLst>                     
	<hierBranch val="init" />
</varLst>                    

In this example the value of <hierBranch> is defined as init which will be a kind of not set state, or initial state. ]

Parent Elements

<presLayoutVars>5.9.5.4); <varLst>5.9.2.31)

Attributes

Description

<val> (Organization Chart Branch Style Value)

The value of this attribute indicates the layout style of a branch in an organization chart. The default value is std.

The possible values for this attribute are defined by the ST_HierBranchStyle simple type (§5.9.7.35).

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

<complexType name="CT_HierBranchStyle">
	<attribute name="val" type="ST_HierBranchStyle" default="std" use="optional"/>
</complexType>