Definition Type: Element
Name: Dimension
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains the unique name of the dimension of a field.
Collapse XSD Schema Diagram:
XSD Diagram of Dimension in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Dimension" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains the unique name of the dimension of a field.</xsd:documentation>
    </xsd:annotation>
</xsd:element>