Definition Type: SimpleType
Name: AutoShowTypeType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Documentation:
Specifies whether a filter is automatically applied to a PivotTable field.
Collapse XSD Schema Diagram:
XSD Diagram of AutoShowTypeType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="AutoShowTypeType">
    <xsd:annotation>
        <xsd:documentation>Specifies whether a filter is automatically applied to a PivotTable field.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Auto" />
        <xsd:enumeration value="Manual" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Auto
Enumeration Manual
Collapse Derivation Tree:
Collapse References:
x:AutoShowType