2.2.1.2.50 listProperties

The listProperties 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 as properties on that form library.

Parent Elements

xDocumentClass

Child Elements

fields

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

 <xsd:element name="listProperties">
   <xsd:complexType>
     <xsd:all>
       <xsd:element ref="xsf:fields"/>
     </xsd:all>
   </xsd:complexType>
 </xsd:element>