Definition Type: ComplexType
Name: CT_GradientFillProperties
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeEffects.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tileRect in schema dml-shapeeffects_xsd Drilldown into path in schema dml-shapeeffects_xsd Drilldown into lin in schema dml-shapeeffects_xsd Drilldown into EG_ShadeProperties in schema dml-shapeeffects_xsd Drilldown into gsLst in schema dml-shapeeffects_xsd Drilldown into rotWithShape in schema dml-shapeeffects_xsd Drilldown into flip in schema dml-shapeeffects_xsdXSD Diagram of CT_GradientFillProperties in schema dml-shapeeffects_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_GradientFillProperties">
    <xsd:sequence>
        <xsd:element name="gsLst" type="CT_GradientStopList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Gradient Stop List</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="EG_ShadeProperties" minOccurs="0" maxOccurs="1" />
        <xsd:element name="tileRect" type="CT_RelativeRect" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Tile Rectangle</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="flip" type="ST_TileFlipMode" use="optional">
        <xsd:annotation>
            <xsd:documentation>Tile Flip</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="rotWithShape" type="xsd:boolean" use="optional">
        <xsd:annotation>
            <xsd:documentation>Rotate With Shape</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
gsLst a:gsLst 0 1
lin a:lin 1 1
path a:path 1 1
tileRect a:tileRect 0 1
<xs:group> a:EG_ShadeProperties 0 1
Collapse Child Attributes:
Name Type Default Value Use
flip a:flip Optional
rotWithShape a:rotWithShape Optional
Collapse Derivation Tree:
Collapse References:
a:gradFill, a:gradFill