Definition Type: Group
Name: EG_ShadeProperties
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeEffects.xsd
Collapse XSD Schema Diagram:
Drilldown into path in schema dml-shapeeffects_xsd Drilldown into lin in schema dml-shapeeffects_xsdXSD Diagram of EG_ShadeProperties in schema dml-shapeeffects_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_ShadeProperties">
    <xsd:choice>
        <xsd:element name="lin" type="CT_LinearShadeProperties" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Linear Gradient Fill</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="path" type="CT_PathShadeProperties" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Path Gradient</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lin a:lin 1 1
path a:path 1 1