fields Element

Defines a set of one or more field elements.

Type

xsd:complexType

Structure

Name Description
field (Optional element) Defines one field for form library columns.

Remarks

The fields element is an optional element of the listProperties element.

Example

The following is an example of the fields element:

<xsf:listProperties>
   <xsf:fields>
      <xsf:field
         type="xsd:date"
         name="TravelDate"
         columnName="TravelDate" 
         required="yes"
         viewable="yes"
         node="TravelReport/Header/travelDate"
         aggregation="first"/>
   </xsf:fields>
</xsf:listProperties>
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp