Schema Central > OOXML > sml-pivotTable.xsd > ssml:filters
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

ssml:filters

Filters

Element information

Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main

Schema document: sml-pivotTable.xsd

Other elements with the same name: ssml:filters

Type: ssml:CT_PivotFilters

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
count [0..1]xsd:unsignedIntPivot Filter CountDefault value is "0".

Used in

Sample instance

<ssml:filters>
   <ssml:filter fld="1" type="unknown" id="1">
      <ssml:autoFilter>
         <ssml:filterColumn colId="1">...
         </ssml:filterColumn>
         <ssml:sortState ref="string">...
         </ssml:sortState>
         <ssml:extLst>...
         </ssml:extLst>
      </ssml:autoFilter>
      <ssml:extLst>
         <ssml:ext>
            <!--any element-->
         </ssml:ext>
      </ssml:extLst>
   </ssml:filter>
</ssml:filters>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com