ssml:query
Query
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_Query
Properties: Local, Qualified
Content
- ssml:tpls [0..1] Tuples
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
mdx | [1..1] | ssml:ST_Xstring | MDX Query String |
Used in
- Type ssml:CT_QueryCache (Element ssml:queryCache)
Sample instance
<ssml:query mdx="string"> <ssml:tpls> <ssml:tpl item="1"/> </ssml:tpls> </ssml:query>