[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_IterateType (Iterate Type)

This type specifies how the animation will be applied over subelements of the target element.

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

el (Element)

Iterate by element.

lt (Letter)

Iterate by Letter.

wd (Word)

Iterate by Word.

 

Referenced By

iterate@type4.6.49)

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

<simpleType name="ST_IterateType">

   <restriction base="xsd:token">

   <enumeration value="el"/>

   <enumeration value="wd"/>

   <enumeration value="lt"/>

   </restriction>

</simpleType>