Definition Type: Element
Name: TextQualifier
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 Quote
Documentation:
Contains the character to be used for identifying text when importing text data.
Collapse XSD Schema Diagram:
XSD Diagram of TextQualifier in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="TextQualifier" default="Quote" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains the character to be used for identifying text when importing text data.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="None" />
            <xsd:enumeration value="Quote" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration None
Enumeration Quote