Definition Type: Element
Name: Location
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Contains an A1-style reference to a range in the worksheet containing a PivotTable report, or contains the URL (on the intranet or the Web) or path (local or network) to the location where a published item is saved.
Collapse XSD Schema Diagram:
Drilldown into HRef in schema excel_xsdXSD Diagram of Location in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Location">
    <xsd:annotation>
        <xsd:documentation>Contains an A1-style reference to a range in the worksheet containing a PivotTable report, or contains the URL (on the intranet or the Web) or path (local or network) to the location where a published item is saved.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="HRef" type="xsd:string" form="qualified" use="required">
            <xsd:annotation>
                <xsd:documentation>Specifies the URL (on the intranet or the Web) or path (local or network) to the location where a published item is saved.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
HRef x:HRef Required