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 |
---|---|
Required element. Defines a value for a field in the work item instance. |
|
Optional element. Defines a hyperlink for the work item instance. |
Parent Elements
Element |
Description |
---|---|
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 |
|
Can Be Empty |
No |