attributeGroup "xlinkclick"
Namespace:
Content:
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 6 attributes
Used:
XML Representation Summary
<...
    xlink:actuate
 = 
("onLoad" | "onRequest" | "other" | "none")
    xlink:href
 = 
anyURI
    xlink:role
 = 
xs:anyURI
    xlink:show
 = 
("new" | "replace" | "embed" | "other" | "none")
    xlink:title
 = 
xs:token
    xlink:type
 = 
("simple" | "extended" | "locator" | "arc" | "resource" | "title")
...>
Annotation
Label
Xlink links' type on mouse click
Description
Content model of “xlink:type”, “xlink:href”, “xlink:show”, “xlink:actuate”, “xlink:title” and “xlink:role” attributes.
Known Usage Locations
XML Source (w/o annotations (7); see within schema source)
<xs:attributeGroup name="xlinkclick">
<xs:attribute fixed="simple" ref="xlink:type" use="required">
</xs:attribute>
<xs:attribute ref="xlink:href" use="required">
</xs:attribute>
<xs:attribute default="replace" ref="xlink:show">
</xs:attribute>
<xs:attribute default="onRequest" ref="xlink:actuate">
</xs:attribute>
<xs:attribute ref="xlink:title">
</xs:attribute>
<xs:attribute ref="xlink:role">
</xs:attribute>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 6/6)
xlink:actuate
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
optional
Label
Hyperlink activation
Description

Specifies how the hyperlink is activated, generally when the resource containing the link is loaded or when the user clicks on it.

none
no activation mode specified (it can be assumed that the link is not activated in the XML application)
onLoad
link is automatically activated when the resource containing it is loaded
onRequest
page displays when user clicks on (or activates) the hyperlink
other
link activation method is not covered by the XLink specification, but the XML application must find the activation instructions in an attribute of the link
References
xlink:actuate (http://www.w3.org/TR/xlink/#actuate-att)
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"onLoad", "onRequest", "other", "none"
Default:
"onRequest"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="onRequest" ref="xlink:actuate">
</xs:attribute>

xlink:href
Type:
anyURI, predefined
Use:
required
Label
URI
Description
audio, image, pointer, video
URI of resource targeted by the element (usually an image, audio or video clip file, or a node in the current XML document).
erratum
URI of the article containing the erratum text.
simplelink
URI of the resource file targeted by the hyperlink.
Format
RFC 2396
References
RFC 2396 (http://www.ietf.org/rfc/rfc2396.txt)
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xlink:href" use="required">
</xs:attribute>

xlink:role
Type:
xs:anyURI, predefined
Use:
optional
Label
linkgr
Role of link group
pointer
Role of resource
audio, erratum, image, simplelink, video
Role of hyperlink
Description
linkgr
Contains URI of a help page or a definition related to the link group.
pointer
Contains URI of a help page or a definition related to the resource targeted by the pointer.
audio, erratum, image, simplelink, video
Contains URI of a help page or a definition related to the resource targeted by the hyperlink.
Format
RFC 2396
References
RFC 2396 (http://www.ietf.org/rfc/rfc2396.txt)
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xlink:role">
</xs:attribute>

xlink:show
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
optional
Label
Display mode
Description
link
Attribute that tells the user agent how to display the link’s destination resource (i.e. “pointer” URI).
erratum
Attribute that tells the user agent how to display the resource targeted by the link (corresponding to the URI assigned as the HREF value).
audio, image, video
Attribute that tells the user agent how to display the resource targeted by the link (for example, an image whose file is indicated by the URI assigned as the HREF value).
simplelink
Attribute that tells the user agent how to display the resource targeted by the link.
embed
the resource should be inserted into the page
new
the resource (document) is displayed in a new window
none
no display mode specified
other
another display mode not covered by the XLink specification, but the XML application must find the activation instructions in an attribute of the link
replace
the resource replaces the current page
References
xlink:show (http://www.w3.org/TR/xlink/#show-att)
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"new", "replace", "embed", "other", "none"
Default:
"replace"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="replace" ref="xlink:show">
</xs:attribute>

xlink:title
Type:
xs:token, predefined
Use:
optional
Label
linkgr
Link group's title
pointer
Pointer's title
lien
Link's title
audio, erratum, image, simplelink, video
Hyperlink's title
Description
linkgr
Descriptive title that can be given to the link group.
pointer
Descriptive title that can be given to the pointer. This makes it possible to give it a type or give the user instructions/information about the resource associated with the pointer.
link
Descriptive title that can be given to an instance of a hyperlink. This makes it possible to give it a type or give the user instructions/information.
audio, erratum, image, video
Descriptive title that can be given to the hyperlink. This makes it possible to give it a type or give the user instructions/information.
simplelink
Descriptive title that can be given to the hyperlink. This makes it possible to give it a type or give the user instructions/information about the resource targeted by the link.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xlink:title">
</xs:attribute>

xlink:type
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
required
Label
XLink type
Description

Standardized attribute indicating the element type in the XLink namespace.

arc
extended
locator
resource
simple
title
References
xlink:type (http://www.w3.org/TR/xlink/#link-types)
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"simple", "extended", "locator", "arc", "resource", "title"
Fixed:
"simple"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute fixed="simple" ref="xlink:type" use="required">
</xs:attribute>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set