<!-- ....................................................................... -->
<!-- SVG Full Hyperlinking Module .......................................... -->
<!-- file: svg-hyperlink-f-1.mod

     This is SVG, a language for describing two-dimensional graphics in XML.
     Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
     Revision: $Id$

     This DTD module is identified by the PUBLIC and SYSTEM identifiers:

        PUBLIC "-//W3C//ELEMENTS SVG Full Hyperlinking 1.0//EN"
        SYSTEM "svg-hyperlink-f-1.mod"

     ....................................................................... -->

<!-- Full Hyperlinking

        a

     This module declares markup to provide support for hyper linking.
-->

<!-- link to this target -->
<!ENTITY % LinkTarget.datatype "NMTOKEN" >

<!-- Qualified Names ................................... -->

<!ENTITY % SVG.a.qname "a" >

<!-- SVG.Hyperlink.class ............................... -->

<!ENTITY % SVG.Hyperlink.extra.class "" >

<!ENTITY % SVG.Hyperlink.class
    "%SVG.a.qname; %SVG.Hyperlink.extra.class;"
>

<!-- a: Anchor Element ................................. -->

<!ENTITY % SVG.a.element "INCLUDE" >
<![%SVG.a.element;[
<!ENTITY % SVG.a.content
    "( #PCDATA | %SVG.Description.class; | %SVG.Structure.class; |
       %SVG.Conditional.class; | %SVG.Image.class; | %SVG.Style.class; |
       %SVG.Shape.class; | %SVG.Text.class; | %SVG.Marker.class; |
       %SVG.Color.class; | %SVG.Gradient.class; | %SVG.Pattern.class; |
       %SVG.Clip.class; | %SVG.Mask.class; | %SVG.Filter.class; |
       %SVG.Cursor.class; | %SVG.Hyperlink.class; | %SVG.View.class; |
       %SVG.Script.class; | %SVG.Animation.class; | %SVG.Font.class; )*"
>
<!ELEMENT %SVG.a.qname; %SVG.a.content; >
<!-- end of SVG.a.element -->]]>

<!ENTITY % SVG.a.attlist "INCLUDE" >
<![%SVG.a.attlist;[
<!ATTLIST %SVG.a.qname;
    %SVG.Core.attrib;
    %SVG.Conditional.attrib;
    %SVG.Style.attrib;
    %SVG.Presentation.attrib;
    %SVG.GraphicalEvents.attrib;
    %SVG.XLinkReplace.attrib;
    %SVG.External.attrib;
    transform %TransformList.datatype; #IMPLIED
    target %LinkTarget.datatype; #IMPLIED
>
<!-- end of SVG.a.attlist -->]]>

<!-- end of svg-hyperlink-f-1.mod -->
