element <simplelink>
Namespace:
Type:
anonymous complexType
Content:
mixed, 8 attributes, 9 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<simplelink
    id
 = 
xs:ID
    status
 = 
"obsolete"
    xlink:actuate
 = 
("onLoad" | "onRequest" | "other" | "none") : "onRequest"
    xlink:href
 = 
anyURI
    xlink:role
 = 
xs:anyURI
    xlink:show
 = 
("new" | "replace" | "embed" | "other" | "none") : "replace"
    xlink:title
 = 
xs:token
    xlink:type
 = 
"simple"
    >
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | highlight | bookmark | mediaobject | reference)*
</simplelink>
May contain elements (9):
May be included in elements (51):
Known Usage Locations
Annotation
Label
Simple link
Description
One-way hyperlink between the local resource (where the element occurs in the current document) and a resource outside the current document. This element is analogous to the HTML hyperlink tag of the form: <a href="URI">hyperlink</a>.
Comments
One “simplelink” element must always occur inside an email.
Examples
example 1
<para id="pa45">
    <blocktext> Un paragraphe contenant un premier hyperlien vers le site du <simplelink
    xlink:href="http://www.w3.org/" xlink:title="Page d’accueil du W3C">W3C</simplelink>
    et un deuxième hyperlien vers le site <simplelink xlink:href="http://www.xml101.com/"
    xlink:show="new">XML 101 </simplelink>, dont l’activation fait apparaître la ressource
    dans une fenêtre surgissante. </blocktext>
</para>
example 2
<author id="au2">
    <persname>…</persname>
    <affiliation>…</affiliation>
    <email><simplelink xlink:type="simple" xlink:href="mailto:toto.leclown@cirque.org"
    xlink:show ="none" xlink:actuate="onRequest">toto.leclown@cirque.org</simplelink>
    </email>
</author>
XML Source (w/o annotations (2); see within schema source)
<xs:element name="simplelink">
<xs:complexType mixed="true">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="textsimplelink"/>
<xs:attributeGroup ref="id"/>
<xs:attributeGroup ref="xlinkclick"/>
<xs:attribute fixed="obsolete" name="status" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/8)
status
Type:
anySimpleType
Use:
optional
Label
Status
Description
Indicate that the simple link is obsolete (broken), if applicable.
Attribute Value
Fixed:
"obsolete"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute fixed="obsolete" name="status" use="optional">
</xs:attribute>

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