<ST_FileType>
(File Type)
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 (PC-8). |
|
Macintosh. |
|
Windows (ANSI). |
Referenced By |
---|
|
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>