FIELDS Element (WORKITEMTYPE Element)

Contains the definitions of the fields that belong to this work item type.

Schema Hierarchy

WITD Element (Work Item Type Definition Schema)

    WORKITEMTYPE Element (Work Item Type Definition Schema)

        FIELDS Element (WORKITEMTYPE Element)

<xs:element name="FIELDS" type="FieldDefinitions" />

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element

Description

FIELD Element (WORKITEMTYPE Element)

Required element.

Defines a work item field and specifies the rules and conditions that apply to it.

Parent Elements

Element

Description

WORKITEMTYPE Element (Work Item Type Definition Schema)

Required element.

Contains the work item type definition.

Remarks

FIELDS is a required child element of WORKITEMTYPE.

minOccurs="1"

maxOccurs="1"

Example

<FIELDS>
    <FIELD>…</FIELD>
</FIELDS>>

Element Information

Namespace

https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef

Schema Name

Work Item Type Definition

Validation File

WorkItemTypeDefinition.xsd

Element Type

FieldDefinitions Complex Type (WORKITEMTYPE Element)

Can Be Empty

No

See Also

Reference

FIELD Element (WORKITEMTYPE Element)

Other Resources

Defining Work Item Type Fields