<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 |
---|---|
|
Color |
|
Number |
|
String |
Referenced By |
---|
|
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>