📄 svg11-flat.dtd
字号:
<!-- Graphics Attribute Module ................................... --><!ENTITY % svg-graphics-attrib.module "INCLUDE" ><![%svg-graphics-attrib.module;[<!ENTITY % svg-graphics-attrib.mod PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphics Attribute//EN" "svg-graphics-attrib.mod" ><!-- ....................................................................... --><!-- SVG 1.1 Graphics Attribute Module ..................................... --><!-- file: svg-graphics-attrib.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: svg-graphics-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphics Attribute//EN" SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-graphics-attrib.mod" ....................................................................... --><!-- Graphics Attribute display, image-rendering, pointer-events, shape-rendering, text-rendering, visibility This module defines the Graphics attribute set.--><!ENTITY % SVG.display.attrib "display ( inline | block | list-item | run-in | compact | marker | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit ) #IMPLIED"><!ENTITY % SVG.image-rendering.attrib "image-rendering ( auto | optimizeSpeed | optimizeQuality | inherit ) #IMPLIED"><!ENTITY % SVG.pointer-events.attrib "pointer-events ( visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | none | inherit ) #IMPLIED"><!ENTITY % SVG.shape-rendering.attrib "shape-rendering ( auto | optimizeSpeed | crispEdges | geometricPrecision | inherit ) #IMPLIED"><!ENTITY % SVG.text-rendering.attrib "text-rendering ( auto | optimizeSpeed | optimizeLegibility | geometricPrecision | inherit ) #IMPLIED"><!ENTITY % SVG.visibility.attrib "visibility ( visible | hidden | inherit ) #IMPLIED"><!ENTITY % SVG.Graphics.extra.attrib "" ><!ENTITY % SVG.Graphics.attrib "%SVG.display.attrib; %SVG.image-rendering.attrib; %SVG.pointer-events.attrib; %SVG.shape-rendering.attrib; %SVG.text-rendering.attrib; %SVG.visibility.attrib; %SVG.Graphics.extra.attrib;"><!-- end of svg-graphics-attrib.mod -->]]><!-- Document Events Attribute Module ............................ --><!ENTITY % svg-docevents-attrib.module "INCLUDE" ><![%svg-docevents-attrib.module;[<!ENTITY % svg-docevents-attrib.mod PUBLIC "-//W3C//ENTITIES SVG 1.1 Document Events Attribute//EN" "svg-docevents-attrib.mod" ><!-- ....................................................................... --><!-- SVG 1.1 Document Events Attribute Module .............................. --><!-- file: svg-docevents-attrib.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: svg-docevents-attrib.mod,v 1.2 2002/04/20 18:07:42 fujisawa Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES SVG 1.1 Document Events Attribute//EN" SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-docevents-attrib.mod" ....................................................................... --><!-- Document Events Attribute onunload, onabort, onerror, onresize, onscroll, onzoom This module defines the DocumentEvents attribute set.--><!ENTITY % SVG.onunload.attrib "onunload %Script.datatype; #IMPLIED"><!ENTITY % SVG.onabort.attrib "onabort %Script.datatype; #IMPLIED"><!ENTITY % SVG.onerror.attrib "onerror %Script.datatype; #IMPLIED"><!ENTITY % SVG.onresize.attrib "onresize %Script.datatype; #IMPLIED"><!ENTITY % SVG.onscroll.attrib "onscroll %Script.datatype; #IMPLIED"><!ENTITY % SVG.onzoom.attrib "onzoom %Script.datatype; #IMPLIED"><!ENTITY % SVG.DocumentEvents.extra.attrib "" ><!ENTITY % SVG.DocumentEvents.attrib "%SVG.onunload.attrib; %SVG.onabort.attrib; %SVG.onerror.attrib; %SVG.onresize.attrib; %SVG.onscroll.attrib; %SVG.onzoom.attrib; %SVG.DocumentEvents.extra.attrib;"><!-- end of svg-docevents-attrib.mod -->]]><!-- Graphical Element Events Attribute Module ................... --><!ENTITY % svg-graphevents-attrib.module "INCLUDE" ><![%svg-graphevents-attrib.module;[<!ENTITY % svg-graphevents-attrib.mod PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphical Element Events Attribute//EN" "svg-graphevents-attrib.mod" ><!-- ....................................................................... --><!-- SVG 1.1 Graphical Element Events Attribute Module ..................... --><!-- file: svg-graphevents-attrib.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: svg-graphevents-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphical Element Events Attribute//EN" SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-graphevents-attrib.mod" ....................................................................... --><!-- Graphical Element Events Attribute onfocusin, onfocusout, onactivate, onclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onload This module defines the GraphicalEvents attribute set.--><!ENTITY % SVG.onfocusin.attrib "onfocusin %Script.datatype; #IMPLIED"><!ENTITY % SVG.onfocusout.attrib "onfocusout %Script.datatype; #IMPLIED"><!ENTITY % SVG.onactivate.attrib "onactivate %Script.datatype; #IMPLIED"><!ENTITY % SVG.onclick.attrib "onclick %Script.datatype; #IMPLIED"><!ENTITY % SVG.onmousedown.attrib "onmousedown %Script.datatype; #IMPLIED"><!ENTITY % SVG.onmouseup.attrib "onmouseup %Script.datatype; #IMPLIED"><!ENTITY % SVG.onmouseover.attrib "onmouseover %Script.datatype; #IMPLIED"><!ENTITY % SVG.onmousemove.attrib "onmousemove %Script.datatype; #IMPLIED"><!ENTITY % SVG.onmouseout.attrib "onmouseout %Script.datatype; #IMPLIED"><!ENTITY % SVG.onload.attrib "onload %Script.datatype; #IMPLIED"><!ENTITY % SVG.GraphicalEvents.extra.attrib "" ><!ENTITY % SVG.GraphicalEvents.attrib "%SVG.onfocusin.attrib; %SVG.onfocusout.attrib; %SVG.onactivate.attrib; %SVG.onclick.attrib; %SVG.onmousedown.attrib; %SVG.onmouseup.attrib; %SVG.onmouseover.attrib; %SVG.onmousemove.attrib; %SVG.onmouseout.attrib; %SVG.onload.attrib; %SVG.GraphicalEvents.extra.attrib;"><!-- end of svg-graphevents-attrib.mod -->]]><!-- Animation Events Attribute Module ........................... --><!ENTITY % svg-animevents-attrib.module "INCLUDE" ><![%svg-animevents-attrib.module;[<!ENTITY % svg-animevents-attrib.mod PUBLIC "-//W3C//ENTITIES SVG 1.1 Animation Events Attribute//EN" "svg-animevents-attrib.mod" ><!-- ....................................................................... --><!-- SVG 1.1 Animation Events Attribute Module ............................. --><!-- file: svg-animevents-attrib.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: svg-animevents-attrib.mod,v 1.3 2002/04/28 13:50:23 fujisawa Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES SVG 1.1 Animation Events Attribute//EN" SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-animevents-attrib.mod" ....................................................................... --><!-- Animation Events Attribute onbegin, onend, onrepeat, onload This module defines the AnimationEvents attribute set.--><!ENTITY % SVG.onbegin.attrib "onbegin %Script.datatype; #IMPLIED"><!ENTITY % SVG.onend.attrib "onend %Script.datatype; #IMPLIED"><!ENTITY % SVG.onrepeat.attrib "onrepeat %Script.datatype; #IMPLIED"><!ENTITY % SVG.onload.attrib "onload %Script.datatype; #IMPLIED"><!ENTITY % SVG.AnimationEvents.extra.attrib "" ><!ENTITY % SVG.AnimationEvents.attrib "%SVG.onbegin.attrib; %SVG.onend.attrib; %SVG.onrepeat.attrib; %SVG.onload.attrib; %SVG.AnimationEvents.extra.attrib;"><!-- end of svg-animevents-attrib.mod -->]]><!-- XLink Attribute Module ...................................... --><!ENTITY % svg-xlink-attrib.module "INCLUDE" ><![%svg-xlink-attrib.module;[<!ENTITY % svg-xlink-attrib.mod PUBLIC "-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN" "svg-xlink-attrib.mod" ><!-- ....................................................................... --><!-- SVG 1.1 XLink Attribute Module ........................................ --><!-- file: svg-xlink-attrib.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: svg-xlink-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN" SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-xlink-attrib.mod" ....................................................................... --><!-- XLink Attribute type, href, role, arcrole, title, show, actuate This module defines the XLink, XLinkRequired, XLinkEmbed, and XLinkReplace attribute set.--><!ENTITY % SVG.XLink.extra.attrib "" ><!ENTITY % SVG.XLink.attrib "%XLINK.xmlns.attrib; %XLINK.pfx;type ( simple ) #FIXED 'simple' %XLINK.pfx;href %URI.datatype; #IMPLIED %XLINK.pfx;role %URI.datatype; #IMPLIED %XLINK.pfx;arcrole %URI.datatype; #IMPLIED %XLINK.pfx;title CDATA #IMPLIED %XLINK.pfx;show ( other ) 'other' %XLINK.pfx;actuate ( onLoad ) #FIXED 'onLoad' %SVG.XLink.extra.attrib;"><!ENTITY % SVG.XLinkRequired.extra.attrib "" ><!ENTITY % SVG.XLinkRequired.attrib "%XLINK.xmlns.attrib; %XLINK.pfx;type ( simple ) #FIXED 'simple' %XLINK.pfx;href %URI.datatype; #REQUIRED %XLINK.pfx;role %URI.datatype; #IMPLIED %XLINK.pfx;arcrole %URI.datatype; #IMPLIED %XLINK.pfx;title CDATA #IMPLIED %XLINK.pfx;show ( other ) 'other' %XLINK.pfx;actuate ( onLoad ) #FIXED 'onLoad' %SVG.XLinkRequired.extra.attrib;"><!ENTITY % SVG.XLinkEmbed.extra.attrib "" ><!ENTITY % SVG.XLinkEmbed.attrib "%XLINK.xmlns.attrib; %XLINK.pfx;type ( simple ) #FIXED 'simple' %XLINK.pfx;href %URI.datatype; #REQUIRED %XLINK.pfx;role %URI.datatype; #IMPLIED %XLINK.pfx;arcrole %URI.datatype; #IMPLIED %XLINK.pfx;title CDATA #IMPLIED %XLINK.pfx;show ( embed ) 'embed' %XLINK.pfx;actuate ( onLoad ) #FIXED 'onLoad' %SVG.XLinkEmbed.extra.attrib;"><!ENTITY % SVG.XLinkReplace.extra.attrib "" ><!ENTITY % SVG.XLinkReplace.attrib "%XLINK.xmlns.attrib; %XLINK.pfx;type ( simple ) #FIXED 'simple' %XLINK.pfx;href %URI.datatype; #REQUIRED %XLINK.pfx;role %URI.datatype; #IMPLIED %XLINK.pfx;arcrole %URI.datatype; #IMPLIED %XLINK.pfx;title CDATA #IMPLIED %XLINK.pfx;show ( new | replace ) 'replace' %XLINK.pfx;actuate ( onRequest ) #FIXED 'onRequest' %SVG.XLinkReplace.extra.attrib;"><!-- end of svg-xlink-attrib.mod -->]]><!-- External Resources Attribute Module ......................... --><!ENTITY % svg-extresources-attrib.module "INCLUDE" ><![%svg-extresources-attrib.module;[<!ENTITY % svg-extresources-attrib.mod PUBLIC "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN" "svg-extresources-attrib.mod" ><!-- ....................................................................... --><!-- SVG 1.1 External Resources Attribute Module ........................... --><!-- file: svg-extresources-attrib.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: svg-extresources-attrib.mod,v 1.2 2002/04/20 18:07:42 fujisawa Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN" SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-extresources-attrib.mod"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -