Namespace: |
|
Type: |
anonymous complexType |
Content: |
empty, 6 attributes |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 6 attributes |
Used: |
at 1 location |
XML Representation Summary | |||
<link | |||
xlink:actuate | = |
("onLoad" | "onRequest" | "other" | "none") | |
xlink:from | = |
xs:NMTOKEN | |
xlink:show | = |
("new" | "replace" | "embed" | "other" | "none") | |
xlink:title | = |
xs:token | |
xlink:to | = |
xs:NMTOKEN | |
xlink:type | = |
("simple" | "extended" | "locator" | "arc" | "resource" | "title") | |
/> |
<!-- Exemple avec valeurs d’attributs par défaut --> <linkgr> <!-- Notes --> <!-- no1 --> <pointer xlink:href="#re1no1" xlink:label="re1no1" xlink:title="Appel de note 1" /> <pointer xlink:href="#no1" xlink:label="no1" xlink:title="Note 1" /> <link xlink:type="arc" xlink:from="re1no1" xlink:to="no1" xlink:title="Afficher la note 1" /> <link xlink:type="arc" xlink:from="no1" xlink:to="re1no1" xlink:title="Retour à l’appel de note 1 dans le texte" /> </linkgr>
<xs:element name="link"> <xs:complexType> </xs:attribute> </xs:attribute> </xs:attribute> </xs:attribute> </xs:attribute> </xs:attribute> </xs:complexType> </xs:element> |
Type: |
|
Use: |
optional |
Specifies how the hyperlink is activated, generally when the resource containing the link is loaded or when the user clicks on it.
enumeration of xs:NMTOKEN |
Enumeration: |
"onLoad", "onRequest", "other", "none" |
Default: |
"onRequest" |
<xs:attribute default="onRequest" ref="xlink:actuate"> </xs:attribute> |
Type: |
xs:NMTOKEN, predefined |
Use: |
required |
<xs:attribute ref="xlink:from" use="required"> </xs:attribute> |
Type: |
|
Use: |
optional |
enumeration of xs:NMTOKEN |
Enumeration: |
"new", "replace", "embed", "other", "none" |
Default: |
"replace" |
<xs:attribute default="replace" ref="xlink:show"> </xs:attribute> |
Type: |
xs:token, predefined |
Use: |
optional |
<xs:attribute ref="xlink:title"> </xs:attribute> |
Type: |
xs:NMTOKEN, predefined |
Use: |
required |
<xs:attribute ref="xlink:to" use="required"> </xs:attribute> |
Type: |
|
Use: |
required |
Standardized attribute indicating the element’s type in the XLink namespace.
enumeration of xs:NMTOKEN |
Enumeration: |
"simple", "extended", "locator", "arc", "resource", "title" |
Fixed: |
"arc" |
<xs:attribute fixed="arc" 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 |