20.1.10.22 ST_EffectContainerType
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 W3C XML Schema token datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Each effect is separately applied to the parent object.
[Example: If the parent element contains an outer shadow and a reflection, the resulting effect is a shadow around the parent object and a reflection of the object. The reflection does not have a shadow. end example]
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 is first applied to the parent object. Then, the glow is applied to the shadow (rather than the original object). The resulting effect would be a glowing shadow. end example]
[Note: The W3C XML Schema definition of this simple type’s content model (ST_EffectContainerType) is located in A.4.1. end note]