[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_EffectContainerType (Effect Container Type)

This simple type determines the relationship between effects in a container, either sibling or tree.

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

sib (Sibling)

Each effect is separately applied to the parent object.

 

[Example: If the parent element contains an outer shadow and a reflection, the resulting effect will be a shadow around the parent object and a reflection of the object. The reflection will not have a shadow. end example]

tree (Tree)

Each effect is applied to the result of the previous effect.

 

[Example: If the parent element contains an outer shadow followed by a glow, the shadow will first be applied to the parent object. Then, the glow will be applied to the shadow (rather than the original object). The resulting effect would be a glowing shadow. end example]

 

Referenced By

cont@type5.1.10.20); effectDag@type5.1.10.25)

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

<simpleType name="ST_EffectContainerType">

   <restriction base="xsd:token">

   <enumeration value="sib"/>

   <enumeration value="tree"/>

   </restriction>

</simpleType>