WITD Element (Work Item Type Definition Schema)

Contains the complete set of work item types used by the process methodology.

<xs:element name="WITD" type="Witd"/>

Attributes and Elements

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

Attributes

Attribute

Description

application

Optional Witd attribute. Fixed value: Work item type editor.

version

Required Witd attribute. Fixed value: 1.0.

Child Elements

Element

Description

WORKITEMTYPE Element (Work Item Type Definition Schema)

Required element.

Contains the work item type definition.

Parent Elements

None

Remarks

The WITD element is the root element of the Work Item Type Definition schema.

Example

<WITD
application="Work item type editor"
version="1.0 [1]">
    <WORKITEMTYPE> WorkItemType </WORKITEMTYPE>
</WITD>

Element Information

Namespace

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

Schema Name

Work Item Type Definition

Validation File

WorkItemTypeDefinition.xsd

Element Type

Witd Complex Type (Work Item Type Definition Schema)

Can be Empty

No

See Also

Other Resources

Work Item Type Definition Schema

Customizing Work Item Types