FieldReferences Complex Type (Work Item Type Definition Schema)

Defines the child element FIELD for the FIELDS element.

<xs:complexType name="FieldReferences">
    <xs:sequence>
        <xs:element name="FIELD" type="FieldReference" minOccurs="1" 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 (WORKFLOW)

Required element.

References a work item field definition and the rules and conditions that apply to the field. The reference is based on the STATE, TRANSITION, DEFAULTREASON, or REASON element of which the FIELDS element is a child.

Parent Elements

None

Remarks

The FieldReferences Complex Type is the FIELDS Element (WORKFLOW) 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

Other Resources

Defining Work Item Type Fields