Definition Type: SimpleType
Name: ST_ParameterType
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-externalConnections.xsd
Documentation:
Parameter Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_ParameterType in schema sml-externalconnections_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_ParameterType">
    <xsd:annotation>
        <xsd:documentation>Parameter Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="prompt">
            <xsd:annotation>
                <xsd:documentation>Prompt on Refresh</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="value">
            <xsd:annotation>
                <xsd:documentation>Value</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="cell">
            <xsd:annotation>
                <xsd:documentation>Parameter From Cell</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration prompt
Enumeration value
Enumeration cell
Collapse Derivation Tree:
Collapse References:
nsM:parameterType