<textFields>
(Fields)
This element that denotes a set of fields to retrieve from a text file. Contains 1 or more <textField>
elements.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>