Witd Complex Type (Work Item Type Definition Schema)

Defines the set of work item types for the root element WITD.

<xs:complexType name="Witd">
   <xs:sequence>
      <xs:element name="WORKITEMTYPE" type="WorkItemType"/>
   </xs:sequence>
   <xs:attribute name="application" fixed="Work item type editor"/>
   <xs:attribute name="version" fixed="1.0" use="required"/>
</xs:complexType>

Attributes and Elements

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

Attributes

Attribute

Description

application

Optional attribute.

Fixed value: Work item type editor

version

Required 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

Witd is the WITD 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

Work Item Type Definition Schema

Customizing Work Item Types