Definition Type: ComplexType
Name: CT_Parameter
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-externalConnections.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into cell in schema sml-externalconnections_xsd Drilldown into string in schema sml-externalconnections_xsd Drilldown into integer in schema sml-externalconnections_xsd Drilldown into double in schema sml-externalconnections_xsd Drilldown into boolean in schema sml-externalconnections_xsd Drilldown into prompt in schema sml-externalconnections_xsd Drilldown into refreshOnChange in schema sml-externalconnections_xsd Drilldown into parameterType in schema sml-externalconnections_xsd Drilldown into sqlType in schema sml-externalconnections_xsd Drilldown into name in schema sml-externalconnections_xsdXSD Diagram of CT_Parameter in schema sml-externalconnections_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Parameter">
    <xsd:attribute name="name" use="optional" type="ST_Xstring">
        <xsd:annotation>
            <xsd:documentation>Parameter Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="sqlType" use="optional" type="xsd:int" default="0">
        <xsd:annotation>
            <xsd:documentation>SQL Data Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="parameterType" use="optional" type="ST_ParameterType" default="prompt">
        <xsd:annotation>
            <xsd:documentation>Parameter Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="refreshOnChange" use="optional" type="xsd:boolean" default="false">
        <xsd:annotation>
            <xsd:documentation>Refresh on Change</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="prompt" use="optional" type="ST_Xstring">
        <xsd:annotation>
            <xsd:documentation>Parameter Prompt String</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="boolean" use="optional" type="xsd:boolean">
        <xsd:annotation>
            <xsd:documentation>Boolean</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="double" use="optional" type="xsd:double">
        <xsd:annotation>
            <xsd:documentation>Double</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="integer" use="optional" type="xsd:int">
        <xsd:annotation>
            <xsd:documentation>Integer</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="string" use="optional" type="ST_Xstring">
        <xsd:annotation>
            <xsd:documentation>String</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cell" use="optional" type="ST_Xstring">
        <xsd:annotation>
            <xsd:documentation>Cell Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
name nsM:name Optional
sqlType nsM:sqlType 0 Optional
parameterType nsM:parameterType prompt Optional
refreshOnChange nsM:refreshOnChange false Optional
prompt nsM:prompt Optional
boolean nsM:boolean Optional
double nsM:double Optional
integer nsM:integer Optional
string nsM:string Optional
cell nsM:cell Optional
Collapse Derivation Tree:
Collapse References:
nsM:parameter