<ST_ChildDirection>
(Child Direction)
This simple type defines the layout direction of child nodes related to a specific parent node.
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 child nodes are to be laid out horizontally. |
|
Specifies that the child nodes are to be laid out vertically. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ChildDirection" final="restriction">
<restriction base="xsd:token">
<enumeration value="horz"/>
<enumeration value="vert"/>
</restriction>
</simpleType>