<ST_ChildOrderType> (Child Order)

This simple type specifies the child order for a given layout 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

<b> (Bottom)

Child order along the bottom.

<t> (Top)

Top child order.

Referenced By

<layoutNode@chOrder>5.9.2.19)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_ChildOrderType" final="restriction">
	<restriction base="xsd:token">
	<enumeration value="b"/>
	<enumeration value="t"/>
	</restriction>
</simpleType>