Definition Type: Attribute
Name: Type
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel2003xml.xsd
ContentType Restriction
Default table
Use Optional
Documentation:
Indicates whether the mapping will be to a single cell or to a table or list.
Collapse XSD Schema Diagram:
XSD Diagram of Type in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="Type" use="optional" default="table">
    <xsd:annotation>
        <xsd:documentation>Indicates whether the mapping will be to a single cell or to a table or list.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="single" />
            <xsd:enumeration value="table" />
        </xsd:restriction>
        <!--data types-->
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration single
Enumeration table