2.327 Fields

The Fields element specifies the collection of Field elements that define the fields in a DataSet.

The following are the parent and child elements of the Fields element.

Parent elements

DataSet

Child elements

Fields.Field

The following is the XML Schema definition of the Fields element.

 <xsd:complexType name="FieldsType">
   <xsd:sequence>
     <xsd:element name="Field" type="FieldType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>