Namespace:  | 
|
Type:  | 
embedded complexType  | 
Content:  | 
mixed, 8 attributes, 7 elements  | 
Defined:  | 
globally in eruditarticle.xsd, see XML source  | 
Includes:  | 
definition of 1 attribute  | 
Used:  | 
at 2 locations  | 
XML Representation Summary  | 
|||||
<liensimple  | 
|||||
| id |  =   | 
xs:ID  | 
|||
| statut |  =   | 
"perime"  | 
|||
| xlink:actuate |  =   | 
("onLoad" | "onRequest" | "other" | "none")  | 
|||
| xlink:href |  =   | 
xs:anyURI  | 
|||
| xlink:role |  =   | 
xs:anyURI  | 
|||
| xlink:show |  =   | 
("new" | "replace" | "embed" | "other" | "none")  | 
|||
| xlink:title |  =   | 
xs:token  | 
|||
| xlink:type |  =   | 
("simple" | "extended" | "locator" | "arc" | "resource" | "title")  | 
|||
>  | 
|||||
  | 
|||||
</liensimple>  | 
|||||
<para id="pa45">
    <alinea>
       Un paragraphe contenant un premier hyperlien vers le site du 
       <liensimple 
          xlink:href="http://www.w3.org/" xlink:title="Page d’accueil du W3C">W3C
       </liensimple> 
        et un deuxième hyperlien vers le site 
        <liensimple
           xlink:href="http://www.xml101.com/" xlink:show="new">XML 101
        </liensimple>, 
        dont l’activation fait apparaître la ressource dans une fenêtre surgissante.
     </alinea>
</para>
	             
exemple 2
<auteur id="au2">
    <nompers>…</nompers>
    <affiliation>…</affiliation>
    <courriel>
        <liensimple 
           xlink:type="simple" xlink:href="mailto:toto.leclown@cirque.org" xlink:show ="none" 
                xlink:actuate="onRequest"> toto.leclown@cirque.org
         </liensimple>
    </courriel>
</auteur>
				| <xs:element name="liensimple"> <xs:complexType mixed="true"> </xs:attribute> </xs:complexType> </xs:element>  | 
Type:  | 
anySimpleType  | 
Use:  | 
optional  | 
Fixed:  | 
"perime"  | 
Defined:  | 
| <xs:attribute fixed="perime" name="statut" use="optional"> </xs:attribute>  |