<classSpec ident="att.pointing" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes common to all pointing/linking elements.</desc>
<attList>
<!--<attDef ident="actuate" ns="http://www.w3.org/1999/xlink" usage="opt">-->
<attDef ident="xlink:actuate" usage="opt">
<desc xml:lang="en">Defines whether a link occurs automatically or must be requested by the user.</desc>
<valList type="closed">
<valItem ident="onLoad">
<desc xml:lang="en">Load the target resource(s) immediately.</desc>
</valItem>
<valItem ident="onRequest">
<desc xml:lang="en">Load the target resource(s) upon user request.</desc>
</valItem>
<valItem ident="none">
<desc xml:lang="en">Do not permit loading of the target resource(s).</desc>
</valItem>
<valItem ident="other">
<desc xml:lang="en">Behavior other than allowed by the other values of this attribute.</desc>
</valItem>
</valList>
</attDef>
<!--<attDef ident="role" ns="http://www.w3.org/1999/xlink" usage="opt">-->
<attDef ident="xlink:role" usage="opt">
<desc xml:lang="en">Characterization of the relationship between resources. The value of the role
attribute must be a URI.</desc>
</attDef>
<!--<attDef ident="show" ns="http://www.w3.org/1999/xlink" usage="opt">-->
<attDef ident="xlink:show" usage="opt">
<desc xml:lang="en">Defines how a remote resource is rendered.</desc>
<valList type="closed">
<valItem ident="new">
<desc xml:lang="en">Open in a new window.</desc>
</valItem>
<valItem ident="replace">
<desc xml:lang="en">Load the referenced resource in the same window.</desc>
</valItem>
<valItem ident="embed">
<desc xml:lang="en">Embed the referenced resource at the point of the link.</desc>
</valItem>
<valItem ident="none">
<desc xml:lang="en">Do not permit traversal to the referenced resource.</desc>
</valItem>
<valItem ident="other">
<desc xml:lang="en">Behavior other than permitted by the other values of this attribute.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="target" usage="opt">
<desc xml:lang="en">Identifies passive participants in a relationship; that is, the entities pointed
"to".</desc>
</attDef>
<attDef ident="targettype" usage="opt">
<desc xml:lang="en">Characterization of target resource(s) using any convenient classification scheme
or
typology.</desc>
<datatype>
<rng:data type="NMTOKEN"/>
</datatype>
</attDef>
<!-- @xlink:title duplicates @label. Use @label instead! -->
<!--<attDef ident="title" ns="http://www.w3.org/1999/xlink" usage="opt">-->
<!--<attDef ident="xlink:title" usage="opt">
<desc xml:lang="en">Contains a human-readable description of the entire link.</desc>
<datatype>
<rng:data type="string"/>
</datatype>
</attDef>-->
</attList>
</classSpec>