CT_EffectList

Complex Type Information

Model

Used By

Source

<xsd:complexType name="CT_EffectList">
  <xsd:sequence>
    <xsd:element name="blur" type="CT_BlurEffect" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="fillOverlay" type="CT_FillOverlayEffect" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="glow" type="CT_GlowEffect" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="innerShdw" type="CT_InnerShadowEffect" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="outerShdw" type="CT_OuterShadowEffect" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="prstShdw" type="CT_PresetShadowEffect" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="reflection" type="CT_ReflectionEffect" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="softEdge" type="CT_SoftEdgesEffect" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
</xsd:complexType>