FIELD Element (Work Item Methodology Schema)
Defines a value for a field in the work item instance.
Schema Hierarchy
WORKITEMS Element (Work Item Methodology Schema)
WI Element (Work Item Methodology Schema)
FIELD Element (Work Item Methodology Schema)
<xs:element name="FIELD" type="WIField" minOccurs="1" maxOccurs="unbounded" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
Refname |
Required WIField attribute. The reference name of the field. The reference name must match the reference name that is defined in the field definition's FIELD element in the work item type definition file. For more information, see FIELD Element (WORKITEMTYPE Element). |
Value |
Required WIField attribute. The value to set the field to. |
Child Elements
None.
Parent Elements
Element |
Description |
---|---|
Required element. Defines a work item instance. |
Remarks
FIELD is a required child element of WI.
minOccurs="1"
maxOccurs="unbounded"
Example
<FIELD refname="field reference name" value="value" />
Element Information
Namespace |
Empty |
Schema Name |
Work Item Methodology |
Validation File |
WorkItemMethodology.xsd |
Element Type |
|
Can Be Empty |
Not applicable |