<ST_TransitionInOutDirectionType> (Transition In/Out Direction Type)

This type specifies if a slide transition should go in or out.

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

<in> (Transition In/Out Direction Enum ( In ))

Specifies the slide transition should go in

<out> (Transition In/Out Direction Enum ( Out ))

Specifies the slide transition should go out

Referenced By

<split@dir>4.6.71); <zoom@dir>4.6.97)

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

<simpleType name="ST_TransitionInOutDirectionType">
	<restriction base="xsd:token">
	<enumeration value="out"/>
	<enumeration value="in"/>
	</restriction>
</simpleType>