WIField Complex Type (Work Item Methodology Schema)
Sets a field on a work item.
<xs:complexType name="WIField">
<xs:attribute name="refname" type="typelib:ReferenceFieldName" use="required"/>
<xs:attribute name="value" type="xs:string" use="required"/>
</xs:complexType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
refname |
Required attribute. Specifies the reference name of the field where the rules and conditions are applied. 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. The type is typelib:ReferenceFieldName. Minimum length: 1; maximum length: 70; pattern value: ^[a-zA-Z_][a-zA-Z0-9_]*(\.[a-zA-Z0-9_])+$. For more information, see FIELD Element (WORKITEMTYPE Element). ReferenceFieldName is defined in typelib.xsd. |
value |
Required attribute. Specifies the value to which the field is set. The type is xs:string. |
Child Elements
None
Parent Elements
None
Remarks
WIField is the FIELD Element (Work Item Methodology Schema) type.
Element Information
Namespace |
Empty |
Schema Name |
Work Item Methodology |
Validation File |
WorkItemMethodology.xsd |
Can be Empty |
Not applicable |