Definition Type: ComplexType
Name: TextWizardSettingsType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains the Text Import Wizard settings.
Collapse XSD Schema Diagram:
Drilldown into ThousandSeparator in schema excel_xsd Drilldown into Decimal in schema excel_xsd Drilldown into StartRow in schema excel_xsd Drilldown into Source in schema excel_xsd Drilldown into Name in schema excel_xsd Drilldown into Delimiters in schema excel_xsd Drilldown into FormatSettings in schema excel_xsdXSD Diagram of TextWizardSettingsType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="TextWizardSettingsType">
    <xsd:annotation>
        <xsd:documentation>Contains the Text Import Wizard settings.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="FormatSettings" type="FormatSettingsType">
            <xsd:annotation>
                <xsd:documentation>Contains format settings for the columns of imported text.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Delimiters">
            <xsd:annotation>
                <xsd:documentation>Contains the delimiters used to parse imported text.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="Comma" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Specifies whether the comma character is used as a delimiter when importing text.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="Consecutive" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Specifies whether consecutive delimiters are treated as one when importing text.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="Custom" type="xsd:string" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Contains a custom character to be used as a delimiter when importing text.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="SemiColon" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Specifies whether the semicolon character is used as a delimiter when importing text.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="Space" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Specifies whether the space character is used as a delimiter when importing text.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="Tab" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Specifies whether the tab character is used as a delimiter when importing text.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <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>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Name" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Contains the user-defined name of an object, range, or reference to another workbook, the location and name of a text file, or the built-in name of a range.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Source" default="ANSI">
            <xsd:annotation>
                <xsd:documentation>Contains the name of a published item or range, or specifies the character set of a text data source.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="ANSI" />
                    <xsd:enumeration value="MAC" />
                    <xsd:enumeration value="PC8" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="StartRow" type="xsd:int" default="1">
            <xsd:annotation>
                <xsd:documentation>Specifies the first row of a text data source to begin text import.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Decimal" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Contains the decimal separator character used to recognize numeric data when importing text.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ThousandSeparator" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Contains the thousands separator character used to recognize numeric data when importing text.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FormatSettings x:FormatSettings (1) (1)
Delimiters x:Delimiters (1) (1)
Name x:Name (1) (1)
Source x:Source (1) (1)
StartRow x:StartRow (1) (1)
Decimal x:Decimal (1) (1)
ThousandSeparator x:ThousandSeparator (1) (1)
Collapse Derivation Tree:
Collapse References:
x:TextWizardSettings