Definition Type: Element
Name: DataType
Namespace: urn:schemas-microsoft-com:office:excel
Type: x:DataTypeType
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default String
Documentation:
Specifies either the data type of a column in a PivotTable cache, or the data type of a PivotTable field for non-OLAP data sources.
Collapse XSD Schema Diagram:
XSD Diagram of DataType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="DataType" type="DataTypeType" default="String" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies either the data type of a column in a PivotTable cache, or the data type of a PivotTable field for non-OLAP data sources.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: