Effect Style List

The complex type CT_EffectStyleList defines a set of three effect styles. As with the previously mentioned style lists, three styles are currently utilized corresponding to subtle, moderate, and intense effect styles, but the list remains unbounded. In figure 4 we see subtle, moderate, and intense effects applied to a given shape with a blue fill. The subtle effect is, basically, no effect, whereas the moderate effect is a glow surrounding the shape, and the intense effect is a 3-D bevel along with a shadow applied to the shape.

Figure 4: Subtle, moderate, and intense effects applied to a shape that has a blue fill.

The complex type CT_EffectStyleList is defined in the following manner:

<complexType name="CT_EffectStyleList">
  <sequence>
    <element name="effectStyle" type="CT_EffectStyleItem" minOccurs="3"
      maxOccurs="unbounded"/>
  </sequence>
</complexType>