Definition Type: Attribute
Name: Type
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
ContentType Restriction
Form Qualified
Use Required
Documentation:
Specifies the type of autofilter to apply to the column.
Collapse XSD Schema Diagram:
XSD Diagram of Type in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="Type" use="required" form="qualified">
    <xsd:annotation>
        <xsd:documentation>Specifies the type of autofilter to apply to the column.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Top" />
            <xsd:enumeration value="Bottom" />
            <xsd:enumeration value="TopPercent" />
            <xsd:enumeration value="BottomPercent" />
            <xsd:enumeration value="Custom" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration Top
Enumeration Bottom
Enumeration TopPercent
Enumeration BottomPercent
Enumeration Custom