[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_TLAnimateBehaviorValueType (Time List Animate Behavior Value Types)

This type specifies the type of property value.

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

clr (Value Type Enum ( Color ))

Color

num (Value Type Enum ( Number ))

Number

str (Value Type Enum ( String ))

String

 

Referenced By

anim@valueType4.6.1)

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

<simpleType name="ST_TLAnimateBehaviorValueType">

   <restriction base="xsd:token">

   <enumeration value="str"/>

   <enumeration value="num"/>

   <enumeration value="clr"/>

   </restriction>

</simpleType>