<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. ]
Attributes |
Description |
---|---|
|
The value of this attribute indicates the layout style of a branch in an organization chart. The default value is 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>