<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

<doubleQuote> (Double Quote)

Quotation mark -- double quote (").

<none> (No Text Qualifier)

No text string qualifier used.

<singleQuote> (Single Quote)

Apostrophe mark -- single quote (').

Referenced By

<textPr@qualifier>3.13.12)

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>