2.6.45 CT_SlicerStyleElement
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: CT_SlicerStyleElements
A complex type that specifies a table style element, as specified in [ISO/IEC29500-1:2016] section 18.8, of a slicer style, as specified in section 2.3.2.4.
Attributes:
type: An ST_SlicerStyleType attribute, as specified in section 2.7.13, that specifies the type of the table style element. This attribute MUST be unique within the parent CT_SlicerStyleElements complex type.
dxfId: An ST_DxfId attribute, as specified in [ISO/IEC29500-1:2016] section 18.18.25, that specifies a zero-based index for the list of elements specified by the dxfs global element, as specified in section 2.4.24. The specified CT_Dxf complex type, as specified in [ISO/IEC29500-4:2016] section A.2, specifies the formatting to use with this table style element.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_SlicerStyleElement"> <xsd:attribute name="type" type="ST_SlicerStyleType" use="required"/> <xsd:attribute name="dxfId" type="x:ST_DxfId" use="optional"/> </xsd:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).