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.
Creates a hyperlink for a work item.
<xs:complexType name="WIHyperlink">
    <xs:attribute name="URL" type="xs:string" use="required"/>
    <xs:attribute name="relativePath" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description | 
|---|---|
| URL | Required attribute. Specifies the Uniform Resource Locator (URL) to include in the work item instance. The type is xs:string. | 
| relativePath | Optional attribute. Indicates whether the URL is a relative path. The type is xs:boolean. The default value is false. | 
Child Elements
None
Parent Elements
None
Remarks
WIHyperlink is the type of the HYPERLINK Element (Work Item Methodology Schema).
Element Information
| Namespace | Empty | 
| Schema Name | Work Item Methodology | 
| Validation File | WorkItemMethodology.xsd | 
| Can be Empty | Not applicable |