Definition Type: Element
Name: EnableRedirections
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies a boolean that allows for web pages that are constructed a certain way for an Excel Web Query to get data directly from the data source rather than just the static information in the table on the web page.
Collapse XSD Schema Diagram:
XSD Diagram of EnableRedirections in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="EnableRedirections" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies a boolean that allows for web pages that are constructed a certain way for an Excel Web Query to get data directly from the data source rather than just the static information in the table on the web page.</xsd:documentation>
    </xsd:annotation>
</xsd:element>