<ST_SecondaryChildAlignment>
(Secondary Child Alignment)
This simple type defines different alignment properties of the both hanging layout type of the hierarchy algorithm.
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 |
---|---|
|
Specifies that the children nodes should be bottom aligned. |
|
Specifies that the children nodes should be left aligned. |
|
Specifies no alignment. |
|
Specifies that the children nodes should be right aligned. |
|
Specifies that the children nodes should be top aligned. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_SecondaryChildAlignment" final="restriction">
<restriction base="xsd:token">
<enumeration value="none"/>
<enumeration value="t"/>
<enumeration value="b"/>
<enumeration value="l"/>
<enumeration value="r"/>
</restriction>
</simpleType>