[Table of Contents] [docx version]
Error! No text of specified style in document.
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 |
b (Bottom) |
Specifies that the children nodes should be bottom aligned. |
l (Left) |
Specifies that the children nodes should be left aligned. |
none (None) |
Specifies no alignment. |
r (Right) |
Specifies that the children nodes should be right aligned. |
t (Top) |
Specifies that the children nodes should be top aligned. |
Referenced By |
ST_ParameterVal (§5.9.7.49) |
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>