[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_AnimLvlStr (Animation Level String Definition)

This simple type specifies the possible values for the string that should be displayed by a consumer for level animation of this diagram.

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

ctr (From Center Animation)

This value specifies that the consumer shall allow "From Center At Once" or "From Center One by One" animation styles for this diagram.

lvl (By Level Animation)

This value specifies that the consumer shall display "By Level" animation types for this diagram.

none (Disable Level At Once)

This value specifies that the consumer shall disable level at once animation.

 

Referenced By

animLvl@val5.9.6.1); ST_FunctionValue5.9.7.32)

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

<simpleType name="ST_AnimLvlStr" final="restriction">

   <restriction base="xsd:token">

   <enumeration value="none"/>

   <enumeration value="lvl"/>

   <enumeration value="ctr"/>

   </restriction>

</simpleType>