ActionList Complex Type (Work Item Type Definition Schema)

Defines the ACTION Element.

<xs:complexType name="ActionList">
    <xs:sequence>
        <xs:element name="ACTION" type="typelib:ListItem" minOccurs="0" 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

ACTION Element (Work Item Type Definition Schema)

Optional element.

Defines a collection of ACTION elements that each define an action string that can be used when calling the WorkItem.GetNextState method to get the post-action state of the work item.

Parent Elements

None

Remarks

The ActionList Complex Type is the ACTIONS 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