Definition Type Simple Type
Name AutoShowRangeType
Namespace urn:schemas-microsoft-com:office:excel
Facets  
Enumerations Top , Bottom
Documentation Specifies the order in which a range is displayed when a filter is 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="AutoShowRangeType" >
  <xsd:annotation>
    <xsd:documentation>Specifies the order in which a range is displayed when a filter is applied to a PivotTable field.</xsd:documentation>
  </xsd:annotation>

  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Top"/>
    <xsd:enumeration value="Bottom"/>
  </xsd:restriction>

</xsd:simpleType>
Derivation Tree
[No Sub Types]
AutoShowRangeType
    x:AutoShowRange
References
x:AutoShowRange
Generated using Liquid XML Studio by Liquid Technologies Ltd