Effect Style Item
The complex type CT_EffectStyleItem holds the properties for a given effect style. Within this complex type, one can define a list of effects (blur, shadow, reflection, etc.) along with any 3-D properties that are to be applied to an object. A basic example of how effects can be applied to a shape can be seen in figure 4.
The complex type CT_EffectStyleItem is defined in the following manner:
<complexType name="CT_EffectStyleItem"> <sequence> <group ref="EG_EffectProperties" minOccurs="1" maxOccurs="1"/> <element name="scene3d" type="CT_Scene3D" minOccurs="0" maxOccurs="1"/> <element name="sp3d" type="CT_Shape3D" minOccurs="0" maxOccurs="1"/> </sequence> </complexType>