Background Fill Style List

The complex type CT_BackgroundFillStyleList defines a set of three fill types similar to the fill style list. Again, they define three fill types corresponding to subtle, moderate, and intense background fills but the list itself is unbounded. The background-fills are meant, for example, to be applied to a slide background, or as the background fill in a shape or table.

The complex type CT_BackgroundFillStyleList is defined in the following manner:

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