Contains a hyperlink to the data source of a worksheet.
      
<WorksheetSource
	Href="xsd:string"
/>
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| Href | xsd:string | required | Specifies the path and file name of the data source. | See external namespace. | 
      
<xsd:element name="WorksheetSource" >
  <xsd:complexType>
    <xsd:attribute name="Href" type="xsd:string" use="required">
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>