| QName |
Type |
Fixed |
Default |
Use |
Annotation |
| actuate |
restriction of xsd:string |
|
|
optional |
The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource;
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading the starting resource
onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose
other - behavior is unconstrained; examine other markup in link for hints
none - behavior is unconstrained
|
| arcrole |
xsd:anyURI |
|
|
optional |
Identification of a resource that specifies the intended property of a hyperlink.
|
| href |
xsd:anyURI |
|
|
optional |
A hyperlink reference address.
|
| network |
NetworkNameVocabularyType |
|
|
optional |
An intelligence Community Internet-Protocol-based computer network. Use this attribute to make explicit the network where
the media object addressed by the "xlink:href" URI resides. Specify "other" if none of the primary choices applies, and use
attribute "otherNetwork" to provide an alternative value.
|
| otherNetwork |
ShortStringType |
|
|
optional |
A name of a computer network other than one of the names contained in the controlled vocabulary for attribute "network".
This attribute is optional. However, it must be used when the value of attribute "network" is "other".
|
| role |
xsd:anyURI |
|
|
optional |
Identification of a resource that specifies the intended property of a hyperlink. xlink:role may be used to categorize a
link by its role. The value of this attribute must be a uniform resource identifier (URI).
|
| show |
restriction of xsd:string |
|
|
optional |
The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting
resource; it's value should be treated as follows:
new - load ending resource in a new window, frame, pane, or other presentation context
replace - load the resource in the same window, frame, pane, or other presentation context
embed - load ending resource in place of the presentation of the starting resource
other - behavior is unconstrained; examine other markup in the link for hints
none - behavior is unconstrained
|
| title |
xsd:string |
|
|
optional |
A concise description of the target of a hyperlink in a human-readable form used to provide a plain text description of the
link for display during a mouse-over.
|
| type |
xsd:NMTOKEN |
simple |
|
optional |
Identifies the type of Extensible Linking Language (XLink) element the current element is functioning as. The value of this
attribute is constrained to certain value(s) by the schema. XLink elements can serve several functions. The function is indicated
by the value of the attribute xlink:type. The value of xlink:type can be simple, extended, locator, arc, or resource. In addition
to xlink:type, the XLink specification defines several other attributes which are used in various combinations to fulfill
the various functions. These attributes are: xlink:href, xlink:arcrole, xlink:role, xlink:show, xlink:actuate, xlink:title,
xlink:label, xlink:from, and xlink:to.
|