2.2.1.2.51 fields

The fields element specifies a collection of fields that are promoted from the form file and made available to the default list view of a form library.

Parent Elements

listProperties

Child Elements

field

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="fields">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:field" minOccurs="0" maxOccurs="unbounded"/>
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>