Definition Type: ComplexType
Name: CT_EffectList
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeEffects.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into softEdge in schema dml-shapeeffects_xsd Drilldown into reflection in schema dml-shapeeffects_xsd Drilldown into prstShdw in schema dml-shapeeffects_xsd Drilldown into outerShdw in schema dml-shapeeffects_xsd Drilldown into innerShdw in schema dml-shapeeffects_xsd Drilldown into glow in schema dml-shapeeffects_xsd Drilldown into fillOverlay in schema dml-shapeeffects_xsd Drilldown into blur in schema dml-shapeeffects_xsdXSD Diagram of CT_EffectList in schema dml-shapeeffects_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_EffectList">
    <xsd:sequence>
        <xsd:element name="blur" type="CT_BlurEffect" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Blur Effect</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
blur a:blur 0 1
fillOverlay a:fillOverlay 0 1
glow a:glow 0 1
innerShdw a:innerShdw 0 1
outerShdw a:outerShdw 0 1
prstShdw a:prstShdw 0 1
reflection a:reflection 0 1
softEdge a:softEdge 0 1
Collapse Derivation Tree:
Collapse References:
a:effectLst