<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 |
---|---|
|
This value specifies that the consumer shall allow "From Center At Once" or "From Center One by One" animation styles for this diagram. |
|
This value specifies that the consumer shall display "By Level" animation types for this diagram. |
|
This value specifies that the consumer shall disable level at once animation. |
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>