2.6.94 CT_FieldListActiveTabTopLevelEntity
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
Referenced by: CT_PivotTableUISettings
A complex type which specifies a top level object in the hierarchy of objects displayed in the PivotTable field list.
Attributes:
name: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies name of the object in the PivotTable field list.
type: An unsignedInt attribute that specifies the type of this top level object. MUST be specified. MUST be one of the values in the following table:
Value |
Object Type |
---|---|
0 |
OLAP Dimension. The name attribute of this element MUST be the MDX unique name of the dimension. |
1 |
Workbook Table. The name attribute of this element MUST be the name of the workbook table. |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_FieldListActiveTabTopLevelEntity"> <xsd:attribute name="name" use="required" type="xsd:string"/> <xsd:attribute name="type" use="optional" default="0" type="xsd:unsignedInt"/> </xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).