Definition Type Simple Type
Name AutoShowTypeType
Namespace urn:schemas-microsoft-com:office:excel
Facets  
Enumerations Auto , Manual
Documentation Specifies whether a filter is automatically applied to a PivotTable field.
XSD Schema excel.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:simpleType xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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>
Derivation Tree
[No Sub Types]
AutoShowTypeType
    x:AutoShowType
References
x:AutoShowType
Generated using Liquid XML Studio by Liquid Technologies Ltd