Definition Type: Element
Name: DataMember
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default XLDataSource
Documentation:
Contains either the MDX query that represents the source of the data for an OLAP-based PivotList control or the value XLDataSource.
Collapse XSD Schema Diagram:
XSD Diagram of DataMember in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="DataMember" type="xsd:string" default="XLDataSource" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains either the MDX query that represents the source of the data for an OLAP-based PivotList control or the value XLDataSource.</xsd:documentation>
    </xsd:annotation>
</xsd:element>