Definition Type: Element
Name: EditWebPage
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains an HRef attribute that specifies the URL of a Web page to be used as the data source when EnableRedirections is set to true.
Collapse XSD Schema Diagram:
Drilldown into HRef in schema excel_xsdXSD Diagram of EditWebPage in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="EditWebPage" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains an HRef attribute that specifies the URL of a Web page to be used as the data source when EnableRedirections is set to true.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="HRef" type="xsd:string" use="required">
            <xsd:annotation>
                <xsd:documentation>Specifies the URL of a Web page to be used as the data source when EnableRedirections is set to true.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
HRef x:HRef Required