Fill Style List

The complex type CT_FillStyleList defines a set of three fill types. Currently, only three fill types are used, corresponding to subtle, moderate, and intense fills, but the number of fills that can be defined is unbounded. An example of three fills that could be present can be seen in figure 3. In this figure, we have a solid blue fill in the subtle slot, a gradient fill in the moderate slot, and an image fill in the intense slot.

Figure 3: Three different fills increasing in relative intensity.

The complex type CT_FillStyleList is defined in the following manner:

<complexType name="CT_FillStyleList">
  <sequence>
    <group ref="EG_FillProperties" minOccurs="3" maxOccurs="unbounded"/>
  </sequence>
</complexType>