WI Element (Work Item Methodology Schema)

Defines a work item instance.

Schema Hierarchy

WORKITEMS Element (Work Item Methodology Schema)

    WI Element (Work Item Methodology Schema)

<xs:element name="WI" type="WIInstance" minOccurs="1" maxOccurs="unbounded"/>

Attributes and Elements

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

Attributes

Attribute

Description

type

Required WIInstance attribute.

The work item type that the work item instance will be.

Child Elements

Element

Description

FIELD Element (Work Item Methodology Schema)

Required element.

Defines a value for a field in the work item instance.

HYPERLINK Element (Work Item Methodology Schema)

Optional element.

Defines a hyperlink for the work item instance.

Parent Elements

Element

Description

WORKITEMS Element (Work Item Methodology Schema)

Required element.

Contains the work item instance definitions.

Remarks

WI is a required child element of WORKITEMS.

minOccurs="1"

maxOccurs="unbounded"

Example

<WI type="work item type">
    <FIELD />
    <HYPERLINK />
</WI>

Element Information

Namespace

Empty

Schema Name

Work Item Methodology

Validation File

WorkItemMethodology.xsd

Element Type

WI Element (Work Item Methodology Schema)

Can Be Empty

No

See Also

Concepts

Work Item Instances

Reference

FIELD Element (Work Item Methodology Schema)

HYPERLINK Element (Work Item Methodology Schema)