Definition Type: Element
Name: WorksheetSource
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains a hyperlink to the data source of a worksheet.
Collapse XSD Schema Diagram:
Drilldown into Href in schema excel_xsdXSD Diagram of WorksheetSource in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="WorksheetSource">
    <xsd:annotation>
        <xsd:documentation>Contains a hyperlink to the data source of a worksheet.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="Href" type="xsd:string" use="required">
            <xsd:annotation>
                <xsd:documentation>Specifies the path and file name of the data source.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
Href x:Href Required