Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a hyperlink for the work item instance.
Schema Hierarchy
WORKITEMS Element (Work Item Methodology Schema)
WI Element (Work Item Methodology Schema)
HYPERLINK Element (Work Item Methodology Schema)
<xs:element name="HYPERLINK" type="WIHyperlink" minOccurs="0" maxOccurs="unbounded"/>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description | 
|---|---|
| URL | Required WIHyperlink attribute. The URL to include in the work item instance. | 
| relativePath | Optional WIHyperlink attribute. Indicates whether the hyperlink is a relative path. The default value is false. | 
Child Elements
None.
Parent Elements
| Element | Description | 
|---|---|
| Required element. Defines a work item instance. | 
Remarks
HYPERLINK is an optional child element of WI.
minOccurs="0"
maxOccurs="unbounded"
Example
<HYPERLINK URL="URL" relativePath="false" />
Element Information
| Namespace | Empty | 
| Schema Name | Work Item Methodology | 
| Validation File | WorkItemMethodology.xsd | 
| Element Type | |
| Can Be Empty | No |