Transitions Complex Type (Work Item Type Definition Schema)

Defines the TRANSITION Element. One or more TRANSITION Elements each define a valid state transition for the work item type.

<xs:complexType name="Transitions">
    <xs:sequence>
        <xs:element name="TRANSITION" type="Transition" 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

TRANSITION Element (Work Item Type Definition Schema)

Required element.

Defines a valid state transition for the work item type.

Parent Elements

None

Remarks

The Transitions Complex Type is the TRANSITIONS Element (Work Item Type Definition Schema) 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 Workflow