[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
The file type being used for text import.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
dos (DOS) |
DOS (PC-8). |
mac (Macintosh) |
Macintosh. |
win (Windows (ANSI)) |
Windows (ANSI). |
Referenced By |
textPr@fileType (§3.13.12) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_FileType">
<restriction base="xsd:string">
<enumeration value="mac"/>
<enumeration value="win"/>
<enumeration value="dos"/>
</restriction>
</simpleType>