Definition Type: Group
Name: EG_ThemeableFillStyle
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-tableStyle.xsd
Collapse XSD Schema Diagram:
Drilldown into fillRef in schema dml-tablestyle_xsd Drilldown into fill in schema dml-tablestyle_xsdXSD Diagram of EG_ThemeableFillStyle in schema dml-tablestyle_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_ThemeableFillStyle">
    <xsd:choice>
        <xsd:element name="fill" type="CT_FillProperties" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Fill</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fillRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Fill Reference</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fill a:fill 1 1
fillRef a:fillRef 1 1