Definition Type: Element
Name: Type
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Default AnyValue
Documentation:
Specifies the type of axis scaling, chart, data source, 3-D shape, or trendline, the data validation constraints on data entered into a range, or the position of legend entries.
Collapse XSD Schema Diagram:
XSD Diagram of Type in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Type" default="AnyValue" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the type of axis scaling, chart, data source, 3-D shape, or trendline, the data validation constraints on data entered into a range, or the position of legend entries.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Custom" />
            <xsd:enumeration value="Date" />
            <xsd:enumeration value="Decimal" />
            <xsd:enumeration value="List" />
            <xsd:enumeration value="TextLength" />
            <xsd:enumeration value="Time" />
            <xsd:enumeration value="Whole" />
            <xsd:enumeration value="AnyValue" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration Custom
Enumeration Date
Enumeration Decimal
Enumeration List
Enumeration TextLength
Enumeration Time
Enumeration Whole
Enumeration AnyValue