ssml:dimension
OLAP Dimension
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Other elements with the same name: ssml:dimension, ssml:dimension
Type: ssml:CT_PivotDimension
Properties: Local, Qualified
Content
- Empty content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
measure | [0..1] | xsd:boolean | Measure | Default value is "false". |
name | [1..1] | ssml:ST_Xstring | Dimension Name | |
uniqueName | [1..1] | ssml:ST_Xstring | Dimension Unique Name | |
caption | [1..1] | ssml:ST_Xstring | Dimension Display Name |
Used in
- Type ssml:CT_Dimensions (Element ssml:dimensions)
Sample instance
<ssml:dimension name="string" uniqueName="string" caption="string"/>