Definition Type: ComplexType
Name: CT_WebPr
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-externalConnections.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tables in schema sml-externalconnections_xsd Drilldown into editPage in schema sml-externalconnections_xsd Drilldown into htmlFormat in schema sml-externalconnections_xsd Drilldown into htmlTables in schema sml-externalconnections_xsd Drilldown into post in schema sml-externalconnections_xsd Drilldown into url in schema sml-externalconnections_xsd Drilldown into xl2000 in schema sml-externalconnections_xsd Drilldown into textDates in schema sml-externalconnections_xsd Drilldown into xl97 in schema sml-externalconnections_xsd Drilldown into firstRow in schema sml-externalconnections_xsd Drilldown into consecutive in schema sml-externalconnections_xsd Drilldown into parsePre in schema sml-externalconnections_xsd Drilldown into sourceData in schema sml-externalconnections_xsd Drilldown into xml in schema sml-externalconnections_xsdXSD Diagram of CT_WebPr in schema sml-externalconnections_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_WebPr">
    <xsd:sequence>
        <xsd:element name="tables" minOccurs="0" maxOccurs="1" type="CT_Tables">
            <xsd:annotation>
                <xsd:documentation>Tables</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="xml" use="optional" type="xsd:boolean" default="false">
        <xsd:annotation>
            <xsd:documentation>XML Source</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="sourceData" use="optional" type="xsd:boolean" default="false">
        <xsd:annotation>
            <xsd:documentation>Import XML Source Data</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="parsePre" use="optional" type="xsd:boolean" default="false">
        <xsd:annotation>
            <xsd:documentation>Parse PRE</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="consecutive" use="optional" type="xsd:boolean" default="false">
        <xsd:annotation>
            <xsd:documentation>Consecutive Delimiters</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="firstRow" use="optional" type="xsd:boolean" default="false">
        <xsd:annotation>
            <xsd:documentation>Use First Row</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="xl97" use="optional" type="xsd:boolean" default="false">
        <xsd:annotation>
            <xsd:documentation>Created in Excel 97</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="textDates" use="optional" type="xsd:boolean" default="false">
        <xsd:annotation>
            <xsd:documentation>Dates as Text</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="xl2000" use="optional" type="xsd:boolean" default="false">
        <xsd:annotation>
            <xsd:documentation>Refreshed in Excel 2000</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="url" use="optional" type="ST_Xstring">
        <xsd:annotation>
            <xsd:documentation>URL</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="post" use="optional" type="ST_Xstring">
        <xsd:annotation>
            <xsd:documentation>Web Post</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="htmlTables" use="optional" type="xsd:boolean" default="false">
        <xsd:annotation>
            <xsd:documentation>HTML Tables Only</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="htmlFormat" use="optional" type="ST_HtmlFmt" default="none">
        <xsd:annotation>
            <xsd:documentation>HTML Formatting Handling</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="editPage" use="optional" type="ST_Xstring">
        <xsd:annotation>
            <xsd:documentation>Edit Query URL</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tables nsM:tables 0 1
Collapse Child Attributes:
Name Type Default Value Use
xml nsM:xml false Optional
sourceData nsM:sourceData false Optional
parsePre nsM:parsePre false Optional
consecutive nsM:consecutive false Optional
firstRow nsM:firstRow false Optional
xl97 nsM:xl97 false Optional
textDates nsM:textDates false Optional
xl2000 nsM:xl2000 false Optional
url nsM:url Optional
post nsM:post Optional
htmlTables nsM:htmlTables false Optional
htmlFormat nsM:htmlFormat none Optional
editPage nsM:editPage Optional
Collapse Derivation Tree:
Collapse References:
nsM:webPr