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