Definition Type: AttributeGroup
Name: AG_AutoFormat
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-styles.xsd
Collapse XSD Schema Diagram:
Drilldown into applyWidthHeightFormats in schema sml-styles_xsd Drilldown into applyAlignmentFormats in schema sml-styles_xsd Drilldown into applyPatternFormats in schema sml-styles_xsd Drilldown into applyFontFormats in schema sml-styles_xsd Drilldown into applyBorderFormats in schema sml-styles_xsd Drilldown into applyNumberFormats in schema sml-styles_xsd Drilldown into autoFormatId in schema sml-styles_xsdXSD Diagram of AG_AutoFormat in schema sml-styles_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:attributeGroup name="AG_AutoFormat">
    <xsd:attribute name="autoFormatId" type="xsd:unsignedInt">
        <xsd:annotation>
            <xsd:documentation>Auto Format Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="applyNumberFormats" type="xsd:boolean">
        <xsd:annotation>
            <xsd:documentation>Apply Number Formats</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="applyBorderFormats" type="xsd:boolean">
        <xsd:annotation>
            <xsd:documentation>Apply Border Formats</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="applyFontFormats" type="xsd:boolean">
        <xsd:annotation>
            <xsd:documentation>Apply Font Formats</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="applyPatternFormats" type="xsd:boolean">
        <xsd:annotation>
            <xsd:documentation>Apply Pattern Formats</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="applyAlignmentFormats" type="xsd:boolean">
        <xsd:annotation>
            <xsd:documentation>Apply Alignment Formats</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="applyWidthHeightFormats" type="xsd:boolean">
        <xsd:annotation>
            <xsd:documentation>Apply Width / Height Formats</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
autoFormatId nsM:autoFormatId (Optional)
applyNumberFormats nsM:applyNumberFormats (Optional)
applyBorderFormats nsM:applyBorderFormats (Optional)
applyFontFormats nsM:applyFontFormats (Optional)
applyPatternFormats nsM:applyPatternFormats (Optional)
applyAlignmentFormats nsM:applyAlignmentFormats (Optional)
applyWidthHeightFormats nsM:applyWidthHeightFormats (Optional)