2.6.69 CT_Slicer
Target namespace: http://schemas.microsoft.com/office/drawing/2010/slicer
Referenced by: slicer
This complex type specifies which slicer view is associated with this drawing element.
Child Elements:
extLst: A CT_OfficeArtExtensionList ([ISO/IEC29500-4:2016] section A.5.1) element that specifies future extensibility for this element.
Attributes:
name: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of the slicer view that is associated with this drawing element. The value of this attribute MUST match the value of the name attribute of a slicer element within the CT_Slicers element for the current worksheet.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_Slicer"> <xsd:sequence> <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required"/> </xsd:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).