2.3.1.5 FormType

The FormType type specifies the type of the role of a particular form.

   <xs:simpleType name="FormType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="DisplayForm" />
       <xs:enumeration value="EditForm" />
       <xs:enumeration value="NewForm" />
       <xs:enumeration value="NewFormDialog" />
       <xs:enumeration value="SolutionForm" />
     </xs:restriction>
   </xs:simpleType>

The following table describes possible values.

Value

Description

DisplayForm

A form that displays an individual list item.

EditForm

A form that edits an individual list item.

NewForm

A form that creates an individual list item.

NewFormDialog

A form that creates an individual list item within a client application.

SolutionForm

A form that creates a solution.