<ST_HierBranchStyle>
(Hierarchy Branch Style Definition)
This simple type specifies the possible values for the branch style of a hierarchy diagram.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
The branch style is hanging from the parent. example:
|
|
This means that the value has not been set. |
|
The branch style falls off the left. example:
|
|
The branch style falls off the right. example:
|
|
The standard branch style is to be used. example:
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_HierBranchStyle" final="restriction">
<restriction base="xsd:token">
<enumeration value="l"/>
<enumeration value="r"/>
<enumeration value="hang"/>
<enumeration value="std"/>
<enumeration value="init"/>
</restriction>
</simpleType>