<ST_Qualifier>
(Qualifier)
Qualifier to use to denote string data types in when text is imported from an external file.
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 |
---|---|
|
Quotation mark -- double quote ("). |
|
No text string qualifier used. |
|
Apostrophe mark -- single quote ('). |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Qualifier">
<restriction base="xsd:string">
<enumeration value="doubleQuote"/>
<enumeration value="singleQuote"/>
<enumeration value="none"/>
</restriction>
</simpleType>