Contains a hyperlink to the data source of a worksheet.
XSD Schema Diagram:
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>