[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_Direction (Direction)

This simple type defines a direction of either horizontal or vertical.

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)

Defines a horizontal direction.

vert (Vertical)

Defines a vertical direction.

 

Referenced By

blinds@dir4.6.18); checker@dir4.6.24); comb@dir4.6.30); guide@orient4.3.2.4); ph@orient4.4.1.33); randomBar@dir4.6.61); split@orient4.6.71)

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

<simpleType name="ST_Direction">

   <restriction base="xsd:token">

   <enumeration value="horz"/>

   <enumeration value="vert"/>

   </restriction>

</simpleType>