<ST_ChildAlignment>
(Child Alignment)
This simple type defines how to align a node in its allocated space.
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 to align the node to the bottom. |
|
Specifies to align the node to the left. |
|
Specifies to align the node to the right. |
|
Specifies to align the node to the top. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ChildAlignment" final="restriction">
<restriction base="xsd:token">
<enumeration value="t"/>
<enumeration value="b"/>
<enumeration value="l"/>
<enumeration value="r"/>
</restriction>
</simpleType>