Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |