<textFields> (Fields)

This element that denotes a set of fields to retrieve from a text file. Contains 1 or more <textField> elements.

Parent Elements

<textPr>3.13.12)

Child Elements

Subclause

<textField> (Text Import Field Settings)

§3.13.10

Attributes

Description

<count> (Count of Fields)

Number of distinct fields to retrieve.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TextFields">
	<sequence>
	<element name="textField" minOccurs="1" maxOccurs="unbounded" type="CT_TextField"/>
	</sequence>
	<attribute name="count" use="optional" type="xsd:unsignedInt" default="1"/>
</complexType>