<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

<horz> (Horizontal)

Specifies that the child nodes are to be laid out horizontally.

<vert> (Vertical)

Specifies that the child nodes are to be laid out vertically.

Referenced By

<ST_ParameterVal>5.9.7.49)

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>