Definition Type: Element
Name: CommandTextOrignal
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Specifies the original text of the command to submit to the data source. Used only for PivotTable views when server-based page fields are used.
Collapse XSD Schema Diagram:
XSD Diagram of CommandTextOrignal in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="CommandTextOrignal" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Specifies the original text of the command to submit to the data source. Used only for PivotTable views when server-based page fields are used.</xsd:documentation>
    </xsd:annotation>
</xsd:element>