element <linkgr>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, 2 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 attributes and 2 elements
Used:
XML Representation Summary
<linkgr
    xlink:role
 = 
xs:anyURI
    xlink:title
 = 
xs:token
    xlink:type
 = 
"extended"
    >
   
Content: 
(pointer+, link+)+
</linkgr>
May contain elements (2):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Link group
Description
Set of information about links. This group contains the set of information about multidirectional links and images in multiple forms (thumbnail, full-scale image, SVG).
Examples
example 1
<linkgr>
    <!-- Notes -->
    <!-- no1 -->
    <pointer xlink:href="#re1no1" xlink:label="re1no1" /> 
    <pointer xlink:href="#no1" xlink:label="no1" />
    <link xlink:type="arc" xlink:from="re1no1" xlink:to="no1" />
    <link xlink:type="arc" xlink:from="no1" xlink:to="re1no1" />
    <!-- no2 -->
    <pointer xlink:href="#re1no2" xlink:label="re1no2" />
    <pointer xlink:href="#no2" xlink:label="no2" />
    <link xlink:type="arc" xlink:from="re1no2" xlink:to="no2"/>
    <link xlink:type="arc" xlink:from="no2" xlink:to="re1no2" />
    <!-- Références bibliographiques -->
    <!—rb1 -->
    <pointer xlink:href="#rb1" xlink:label="rb1" />
    <pointer xlink:href="#re1rb1" xlink:label="re1rb1"/>
    <link xlink:type="arc" xlink:from="re1rb1" xlink:to="rb1" />
    <link xlink:type="arc" xlink:from="rb1" xlink:to="re1rb1" />
    <pointer xlink:href="#re2_rb1" xlink:label="re2rb1" />
    <link xlink:type="arc" xlink:from="re2rb1" xlink:to="rb1"/>
    <link xlink:type="arc" xlink:from="rb2" xlink:to="re2rb2" />
    <!—rb2 -->
    <pointer xlink:href="#re1rb2" xlink:label="rb2"/>
    <pointer xlink:href="#re1rb2" xlink:label="re1rb2" />
    <link xlink:type="arc" xlink:from="re1rb2" xlink:to="rb2" />
    <link xlink:type="arc" xlink:from="rb2" xlink:to="re1rb2" />
    <!-- Renvois -->
    <!-- fi1 -->
    <pointer xlink:href="#fi1" xlink:label="fi1" />
    <pointer xlink:href="#re1fi1" xlink:label="rr1fi1"/>
    <link xlink:type="arc" xlink:from="re1fi1" xlink:to="fi1" />
    <link xlink:type="arc" xlink:from="fi1" xlink:to="re1fi1" />
    <!-- ta1 -->
    <pointer xlink:href="#ta1" xlink:label="ta1"/>
    <pointer xlink:href="#re1ta1" xlink:label="re1ta1" />
    <link xlink:type="arc" xlink:from="re1ta1" xlink:to="ta1" />
    <link xlink:type="arc" xlink:from="ta1" xlink:to="re1ta1" />
    <!—Figures (images) -->
    <!-- im1 -->
    <pointer xlink:href="#im1" xlink:label="im1" />
    <pointer xlink:href="a001f001t.jpg" xlink:label="im1t"  xlink:title="fig.1 Imagette" dimx="80"
    dimy="150" desc="Imagette, original: D:/erudit/tstImg/ri_v56-1/source/tremb-fig1.eps" />
    <pointer xlink:href="a001f001n.jpg" xlink:label="im1n" xlink:title="fig.1 Image pleine grandeur"
    dimx="320" dimy="600" desc="Image pleine grandeur, original:
    D:/erudit/tstImg/ri_v56-1/source/tremb-fig1.eps" />
    <pointer xlink:href="a001f001v.svg" xlink:label="im1v" xlink:title="fig.1 format vectoriel SVG"
    desc="contient 7C875218.jpg 7C875219.jpg 7C87521A.jpg 7C87521B.jpg" />
    <link xlink:type="arc" xlink:from="im1" xlink:to="im1t" xlink:show="embed" xlink:actuate="onLoad"
    xlink:title="Afficher fig.1 Imagette" />
    <link xlink:type="arc" xlink:from="im1" xlink:to="im1n" xlink:show="embed" xlink:actuate="onRequest"
    xlink:title="Afficher fig.1 Image pleine grandeur" />
    <link xlink:type="arc" xlink:from="im1" xlink:to="im1v" xlink:show="embed" xlink:actuate="onRequest"
    xlink:title="Afficher fig.1 format vectoriel SVG" />
</linkgr>
XML Source (w/o annotations (4); see within schema source)
<xs:element name="linkgr">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element maxOccurs="unbounded" ref="pointer"/>
<xs:element maxOccurs="unbounded" ref="link"/>
</xs:sequence>
<xs:attribute fixed="extended" ref="xlink:type" use="required">
</xs:attribute>
<xs:attribute ref="xlink:title">
</xs:attribute>
<xs:attribute ref="xlink:role">
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 3/3)
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: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’s 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:
"extended"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute fixed="extended" ref="xlink:type" use="required">
</xs:attribute>
Content Element Detail (defined in this component only; 2/2)
link
Type:
anonymous, empty content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="link"/>

pointer
Type:
anonymous, empty content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="pointer"/>

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