Definition Type: ComplexType
Name: CT_DbPr
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-externalConnections.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into commandType in schema sml-externalconnections_xsd Drilldown into serverCommand in schema sml-externalconnections_xsd Drilldown into command in schema sml-externalconnections_xsd Drilldown into connection in schema sml-externalconnections_xsdXSD Diagram of CT_DbPr in schema sml-externalconnections_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_DbPr">
    <xsd:attribute name="connection" use="required" type="ST_Xstring">
        <xsd:annotation>
            <xsd:documentation>Connection String</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="command" use="optional" type="ST_Xstring">
        <xsd:annotation>
            <xsd:documentation>Command Text</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="serverCommand" use="optional" type="ST_Xstring">
        <xsd:annotation>
            <xsd:documentation>Command Text</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="commandType" use="optional" type="xsd:unsignedInt" default="2">
        <xsd:annotation>
            <xsd:documentation>OLE DB Command Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
connection nsM:connection Required
command nsM:command Optional
serverCommand nsM:serverCommand Optional
commandType nsM:commandType 2 Optional
Collapse Derivation Tree:
Collapse References:
nsM:dbPr