Definition Type: ComplexType
Name: CT_Query
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-pivotTable.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tpls in schema sml-pivottable_xsd Drilldown into mdx in schema sml-pivottable_xsdXSD Diagram of CT_Query in schema sml-pivottable_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Query">
    <xsd:sequence>
        <xsd:element name="tpls" minOccurs="0" type="CT_Tuples">
            <xsd:annotation>
                <xsd:documentation>Tuples</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="mdx" use="required" type="ST_Xstring">
        <xsd:annotation>
            <xsd:documentation>MDX Query String</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tpls nsM:tpls 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
mdx nsM:mdx Required
Collapse Derivation Tree:
Collapse References:
nsM:query