Definition Type: Element
Name: ExcelWorksheetType
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
Documentation:
Contains a value that specifies the type of a worksheet.
Collapse XSD Schema Diagram:
XSD Diagram of ExcelWorksheetType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="ExcelWorksheetType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains a value that specifies the type of a worksheet.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Worksheet" />
            <xsd:enumeration value="Chart" />
            <xsd:enumeration value="Macro" />
            <xsd:enumeration value="Dialog" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration Worksheet
Enumeration Chart
Enumeration Macro
Enumeration Dialog