Definition Type: Group
Name: EG_TextAutofit
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-text.xsd
Collapse XSD Schema Diagram:
Drilldown into spAutoFit in schema dml-text_xsd Drilldown into normAutofit in schema dml-text_xsd Drilldown into noAutofit in schema dml-text_xsdXSD Diagram of EG_TextAutofit in schema dml-text_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_TextAutofit">
    <xsd:choice>
        <xsd:element name="noAutofit" type="CT_TextNoAutofit">
            <xsd:annotation>
                <xsd:documentation>No AutoFit</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="normAutofit" type="CT_TextNormalAutofit">
            <xsd:annotation>
                <xsd:documentation>Normal AutoFit</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="spAutoFit" type="CT_TextShapeAutofit">
            <xsd:annotation>
                <xsd:documentation>Shape AutoFit</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
noAutofit a:noAutofit (1) (1)
normAutofit a:normAutofit (1) (1)
spAutoFit a:spAutoFit (1) (1)