WORKITEMTYPES Element (Work Item Methodology Schema)

Specifies which work item type definition files to use to create work item instances.

<xs:element name="WORKITEMTYPES">
   <xs:complexType>
      <xs:sequence>
         <xs:element name="WORKITEMTYPE" type="WITReference" minOccurs="1" maxOccurs="unbounded"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>

Attributes and Elements

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

Attributes

None.

Child Elements

Element

Description

WORKITEMTYPE Element (Work Item Methodology Schema)

Required element.

Specifies the path of the work item type definition files.

Parent Elements

None.

Remarks

WORKITEMTYPES is a required element of the Work Item Methodology schema.

minOccurs="1"

maxOccurs="unbounded"

Example

<WORKITEMTYPES> 
    <WORKITEMTYPE>WITReference</WORKITEMTYPE>
</WORKITEMTYPES>

Element Information

Namespace

Empty

Schema Name

Work Item Methodology

Validation File

WorkItemMethodology.xsd

Can Be Empty

No

See Also

Concepts

Work Item Instances

Reference

WORKITEMTYPE Element (Work Item Methodology Schema)