[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_TransitionSpeed (Transition Speed)

This simple type defines the allowed transition speeds for transitioning from the current slide to the next.

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

fast (Fast)

Fast slide transition.

med (Medium)

Medium slide transition.

slow (low)

Slow slide transition.

 

Referenced By

transition@spd4.4.1.46)

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

<simpleType name="ST_TransitionSpeed">

   <restriction base="xsd:token">

   <enumeration value="slow"/>

   <enumeration value="med"/>

   <enumeration value="fast"/>

   </restriction>

</simpleType>