Share via


FieldDefinitions Complex Type (WORKITEMTYPE Element)

Defines the FIELDS Element.

<xs:complexType name="FieldDefinitions">
    <xs:sequence>
        <xs:element name="FIELD" type="FieldDefinition" maxOccurs="unbounded"/>
    </xs:sequence>
</xs:complexType>

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

None

Remarks

FieldDefinitions is the FIELDS Element (WORKITEMTYPE Element) type.

Element Information

Namespace

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

Schema Name

Work Item Type Definition

Validation File

WorkItemTypeDefinition.xsd

Can be Empty

Not applicable

See Also

Concepts

Working with Work Item Fields

Other Resources

Customizing and Using Work Item Fields