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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

ssml:filter

PivotTable Advanced Filter

Element information

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

Schema document: sml-pivotTable.xsd

Other elements with the same name: ssml:filter

Type: ssml:CT_PivotFilter

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
fld [1..1]xsd:unsignedIntField Index
mpFld [0..1]xsd:unsignedIntMember Property Field Id
type [1..1]ssml:ST_PivotFilterTypePivot Filter Type
evalOrder [0..1]xsd:intEvaluation OrderDefault value is "0".
id [1..1]xsd:unsignedIntPivot Filter Id
iMeasureHier [0..1]xsd:unsignedIntMeasure Index
iMeasureFld [0..1]xsd:unsignedIntMeasure Field Index
name [0..1]ssml:ST_XstringPivot Filter Name
description [0..1]ssml:ST_XstringPivot Filter Description
stringValue1 [0..1]ssml:ST_XstringLabel Pivot
stringValue2 [0..1]ssml:ST_XstringLabel Pivot Filter String Value 2

Used in

Sample instance

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

Site developed and hosted by Datypic, Inc.

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