[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_LinearDirection (Linear Direction)

This simple type defines the direction of growth of new nodes.

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

fromB (From Bottom)

Specifies growth to start from the bottom.

fromL (From Left)

Specifies growth to start from the left.

fromR (From Right)

Specifies growth to start from the right.

fromT (From Top)

Specifies growth to start from the Top

 

Referenced By

ST_ParameterVal5.9.7.49)

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

<simpleType name="ST_LinearDirection" final="restriction">

   <restriction base="xsd:token">

   <enumeration value="fromL"/>

   <enumeration value="fromR"/>

   <enumeration value="fromT"/>

   <enumeration value="fromB"/>

   </restriction>

</simpleType>