FORM Element (Work Item Type Definition Schema)
Contains the Layout element that defines how the elements on the work item type form are displayed.
Schema Hierarchy
WITD Element (Work Item Type Definition Schema)
WORKITEMTYPE Element (Work Item Type Definition Schema)
FORM Element (Work Item Type Definition Schema)
<xs:element name="FORM" type="Form" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child Elements
Element |
Description |
---|---|
Required element. Defines how the elements on the work item form are displayed. |
Parent Elements
Element |
Description |
---|---|
Required element. Contains the work item type definition. |
Remarks
FORM is a required child element of WORKITEMTYPE.
minOccurs="1"
maxOccurs="1"
Example
<FORM>
<Layout>…</Layout>
</FORM>
Element Information
Namespace |
https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef |
Schema Name |
Work Item Type Definition |
Validation File |
WorkItemTypeDefinition.xsd |
Element Type |
|
Can Be Empty |
No |
See Also
Reference
Layout Element (Work Item Type Definition Schema)