<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@val>5.9.6.1); <ST_FunctionValue>5.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>