Definition Type: SimpleType
Name: ST_MdxFunctionType
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheetMetadata.xsd
Documentation:
MDX Function Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_MdxFunctionType in schema sml-sheetmetadata_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_MdxFunctionType">
    <xsd:annotation>
        <xsd:documentation>MDX Function Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="m">
            <xsd:annotation>
                <xsd:documentation>Cube Member</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="v">
            <xsd:annotation>
                <xsd:documentation>Cube Value</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="s">
            <xsd:annotation>
                <xsd:documentation>Cube Set</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="c">
            <xsd:annotation>
                <xsd:documentation>Cube Set Count</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="r">
            <xsd:annotation>
                <xsd:documentation>Cube Ranked Member</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="p">
            <xsd:annotation>
                <xsd:documentation>Cube Member Property</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="k">
            <xsd:annotation>
                <xsd:documentation>Cube KPI Member</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration m
Enumeration v
Enumeration s
Enumeration c
Enumeration r
Enumeration p
Enumeration k
Collapse Derivation Tree:
  • ST_MdxFunctionType
Collapse References:
nsM:f