⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 svg11-flat.dtd

📁 extIDE插件 解压 覆盖 布局
💻 DTD
📖 第 1 页 / 共 5 页
字号:
<!ENTITY % SVG.feMerge.qname "%SVG.pfx;feMerge" ><!ENTITY % SVG.feMergeNode.qname "%SVG.pfx;feMergeNode" ><!ENTITY % SVG.feMorphology.qname "%SVG.pfx;feMorphology" ><!ENTITY % SVG.feOffset.qname "%SVG.pfx;feOffset" ><!ENTITY % SVG.feSpecularLighting.qname "%SVG.pfx;feSpecularLighting" ><!ENTITY % SVG.feTile.qname "%SVG.pfx;feTile" ><!ENTITY % SVG.feTurbulence.qname "%SVG.pfx;feTurbulence" ><!ENTITY % SVG.feDistantLight.qname "%SVG.pfx;feDistantLight" ><!ENTITY % SVG.fePointLight.qname "%SVG.pfx;fePointLight" ><!ENTITY % SVG.feSpotLight.qname "%SVG.pfx;feSpotLight" ><!ENTITY % SVG.feFuncR.qname "%SVG.pfx;feFuncR" ><!ENTITY % SVG.feFuncG.qname "%SVG.pfx;feFuncG" ><!ENTITY % SVG.feFuncB.qname "%SVG.pfx;feFuncB" ><!ENTITY % SVG.feFuncA.qname "%SVG.pfx;feFuncA" ><!-- module: svg-cursor.mod ............................ --><!ENTITY % SVG.cursor.qname "%SVG.pfx;cursor" ><!-- module: svg-hyperlink.mod ......................... --><!ENTITY % SVG.a.qname "%SVG.pfx;a" ><!-- module: svg-view.mod .............................. --><!ENTITY % SVG.view.qname "%SVG.pfx;view" ><!-- module: svg-script.mod ............................ --><!ENTITY % SVG.script.qname "%SVG.pfx;script" ><!-- module: svg-animation.mod ......................... --><!ENTITY % SVG.animate.qname "%SVG.pfx;animate" ><!ENTITY % SVG.set.qname "%SVG.pfx;set" ><!ENTITY % SVG.animateMotion.qname "%SVG.pfx;animateMotion" ><!ENTITY % SVG.animateColor.qname "%SVG.pfx;animateColor" ><!ENTITY % SVG.animateTransform.qname "%SVG.pfx;animateTransform" ><!ENTITY % SVG.mpath.qname "%SVG.pfx;mpath" ><!-- module: svg-font.mod .............................. --><!ENTITY % SVG.font.qname "%SVG.pfx;font" ><!ENTITY % SVG.font-face.qname "%SVG.pfx;font-face" ><!ENTITY % SVG.glyph.qname "%SVG.pfx;glyph" ><!ENTITY % SVG.missing-glyph.qname "%SVG.pfx;missing-glyph" ><!ENTITY % SVG.hkern.qname "%SVG.pfx;hkern" ><!ENTITY % SVG.vkern.qname "%SVG.pfx;vkern" ><!ENTITY % SVG.font-face-src.qname "%SVG.pfx;font-face-src" ><!ENTITY % SVG.font-face-uri.qname "%SVG.pfx;font-face-uri" ><!ENTITY % SVG.font-face-format.qname "%SVG.pfx;font-face-format" ><!ENTITY % SVG.font-face-name.qname "%SVG.pfx;font-face-name" ><!ENTITY % SVG.definition-src.qname "%SVG.pfx;definition-src" ><!-- module: svg-extensibility.mod ..................... --><!ENTITY % SVG.foreignObject.qname "%SVG.pfx;foreignObject" ><!-- end of svg-qname.mod -->]]><!ENTITY % svg-model.module "INCLUDE" ><![%svg-model.module;[<!-- instantiate the Document Model declared in the DTD driver --><!-- ....................................................................... --><!-- SVG 1.1 Document Model Module ......................................... --><!-- file: svg11-model.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: svg11-model.mod,v 1.3 2002/11/14 15:11:03 fujisawa Exp $     This DTD module is identified by the PUBLIC and SYSTEM identifiers:        PUBLIC "-//W3C//ENTITIES SVG 1.1 Document Model//EN"        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-model.mod"     ....................................................................... --><!-- SVG 1.1 Document Model     This module describes the groupings of elements that make up     common content models for SVG elements.--><!-- module: svg-structure.mod ......................... --><!ENTITY % SVG.Description.extra.class "" ><!ENTITY % SVG.Description.class    "%SVG.desc.qname; | %SVG.title.qname; | %SVG.metadata.qname;     %SVG.Description.extra.class;"><!ENTITY % SVG.Use.extra.class "" ><!ENTITY % SVG.Use.class    "| %SVG.use.qname; %SVG.Use.extra.class;"><!ENTITY % SVG.Structure.extra.class "" ><!ENTITY % SVG.Structure.class    "| %SVG.svg.qname; | %SVG.g.qname; | %SVG.defs.qname; | %SVG.symbol.qname;       %SVG.Use.class; %SVG.Structure.extra.class;"><!-- module: svg-conditional.mod ....................... --><!ENTITY % SVG.Conditional.extra.class "" ><!ENTITY % SVG.Conditional.class    "| %SVG.switch.qname; %SVG.Conditional.extra.class;"><!-- module: svg-image.mod ............................. --><!ENTITY % SVG.Image.extra.class "" ><!ENTITY % SVG.Image.class    "| %SVG.image.qname; %SVG.Image.extra.class;"><!-- module: svg-style.mod ............................. --><!ENTITY % SVG.Style.extra.class "" ><!ENTITY % SVG.Style.class    "| %SVG.style.qname; %SVG.Style.extra.class;"><!-- module: svg-shape.mod ............................. --><!ENTITY % SVG.Shape.extra.class "" ><!ENTITY % SVG.Shape.class    "| %SVG.path.qname; | %SVG.rect.qname; | %SVG.circle.qname;     | %SVG.line.qname; | %SVG.ellipse.qname; | %SVG.polyline.qname;     | %SVG.polygon.qname; %SVG.Shape.extra.class;"><!-- module: svg-text.mod .............................. --><!ENTITY % SVG.Text.extra.class "" ><!ENTITY % SVG.Text.class    "| %SVG.text.qname; | %SVG.altGlyphDef.qname; %SVG.Text.extra.class;"><!ENTITY % SVG.TextContent.extra.class "" ><!ENTITY % SVG.TextContent.class    "| %SVG.tspan.qname; | %SVG.tref.qname; | %SVG.textPath.qname;     | %SVG.altGlyph.qname; %SVG.TextContent.extra.class;"><!-- module: svg-marker.mod ............................ --><!ENTITY % SVG.Marker.extra.class "" ><!ENTITY % SVG.Marker.class    "| %SVG.marker.qname; %SVG.Marker.extra.class;"><!-- module: svg-profile.mod ........................... --><!ENTITY % SVG.ColorProfile.extra.class "" ><!ENTITY % SVG.ColorProfile.class    "| %SVG.color-profile.qname; %SVG.ColorProfile.extra.class;"><!-- module: svg-gradient.mod .......................... --><!ENTITY % SVG.Gradient.extra.class "" ><!ENTITY % SVG.Gradient.class    "| %SVG.linearGradient.qname; | %SVG.radialGradient.qname;       %SVG.Gradient.extra.class;"><!-- module: svg-pattern.mod ........................... --><!ENTITY % SVG.Pattern.extra.class "" ><!ENTITY % SVG.Pattern.class    "| %SVG.pattern.qname; %SVG.Pattern.extra.class;"><!-- module: svg-clip.mod .............................. --><!ENTITY % SVG.Clip.extra.class "" ><!ENTITY % SVG.Clip.class    "| %SVG.clipPath.qname; %SVG.Clip.extra.class;"><!-- module: svg-mask.mod .............................. --><!ENTITY % SVG.Mask.extra.class "" ><!ENTITY % SVG.Mask.class    "| %SVG.mask.qname; %SVG.Mask.extra.class;"><!-- module: svg-filter.mod ............................ --><!ENTITY % SVG.Filter.extra.class "" ><!ENTITY % SVG.Filter.class    "| %SVG.filter.qname; %SVG.Filter.extra.class;"><!ENTITY % SVG.FilterPrimitive.extra.class "" ><!ENTITY % SVG.FilterPrimitive.class    "| %SVG.feBlend.qname; | %SVG.feColorMatrix.qname;     | %SVG.feComponentTransfer.qname; | %SVG.feComposite.qname;     | %SVG.feConvolveMatrix.qname; | %SVG.feDiffuseLighting.qname;     | %SVG.feDisplacementMap.qname; | %SVG.feFlood.qname;     | %SVG.feGaussianBlur.qname; | %SVG.feImage.qname; | %SVG.feMerge.qname;     | %SVG.feMorphology.qname; | %SVG.feOffset.qname;     | %SVG.feSpecularLighting.qname; | %SVG.feTile.qname;     | %SVG.feTurbulence.qname; %SVG.FilterPrimitive.extra.class;"><!-- module: svg-cursor.mod ............................ --><!ENTITY % SVG.Cursor.extra.class "" ><!ENTITY % SVG.Cursor.class    "| %SVG.cursor.qname; %SVG.Cursor.extra.class;"><!-- module: svg-hyperlink.mod ......................... --><!ENTITY % SVG.Hyperlink.extra.class "" ><!ENTITY % SVG.Hyperlink.class    "| %SVG.a.qname; %SVG.Hyperlink.extra.class;"><!-- module: svg-view.mod .............................. --><!ENTITY % SVG.View.extra.class "" ><!ENTITY % SVG.View.class    "| %SVG.view.qname; %SVG.View.extra.class;"><!-- module: svg-script.mod ............................ --><!ENTITY % SVG.Script.extra.class "" ><!ENTITY % SVG.Script.class    "| %SVG.script.qname; %SVG.Script.extra.class;"><!-- module: svg-animation.mod ......................... --><!ENTITY % SVG.Animation.extra.class "" ><!ENTITY % SVG.Animation.class    "%SVG.animate.qname; | %SVG.set.qname; | %SVG.animateMotion.qname; |     %SVG.animateColor.qname; | %SVG.animateTransform.qname;     %SVG.Animation.extra.class;"><!-- module: svg-font.mod .............................. --><!ENTITY % SVG.Font.extra.class "" ><!ENTITY % SVG.Font.class    "| %SVG.font.qname; | %SVG.font-face.qname; %SVG.Font.extra.class;"><!-- module: svg-extensibility.mod ..................... --><!ENTITY % SVG.Extensibility.extra.class "" ><!ENTITY % SVG.Extensibility.class    "| %SVG.foreignObject.qname; %SVG.Extensibility.extra.class;"><!-- end of svg11-model.mod -->]]><!ENTITY % svg-attribs.module "INCLUDE" ><![%svg-attribs.module;[<!-- instantiate the Attribute Collection declared in the DTD driver --><!-- ....................................................................... --><!-- SVG 1.1 Attribute Collection Module ................................... --><!-- file: svg11-attribs.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: svg11-attribs.mod,v 1.4 2002/11/14 15:11:03 fujisawa Exp $     This DTD module is identified by the PUBLIC and SYSTEM identifiers:        PUBLIC "-//W3C//ENTITIES SVG 1.1 Attribute Collection//EN"        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-attribs.mod"     ....................................................................... --><!-- SVG 1.1 Attribute Collection     This module defines the set of common attributes that can be present     on many SVG elements.--><!-- module: svg-conditional.mod ....................... --><!ENTITY % ExtensionList.datatype "CDATA" ><!ENTITY % FeatureList.datatype "CDATA" ><!ENTITY % SVG.Conditional.extra.attrib "" ><!ENTITY % SVG.Conditional.attrib    "requiredFeatures %FeatureList.datatype; #IMPLIED     requiredExtensions %ExtensionList.datatype; #IMPLIED     systemLanguage %LanguageCodes.datatype; #IMPLIED     %SVG.Conditional.extra.attrib;"><!-- module: svg-style.mod ............................. --><!ENTITY % ClassList.datatype "CDATA" ><!ENTITY % StyleSheet.datatype "CDATA" ><!ENTITY % SVG.Style.extra.attrib "" ><!ENTITY % SVG.Style.attrib    "style %StyleSheet.datatype; #IMPLIED     class %ClassList.datatype; #IMPLIED     %SVG.Style.extra.attrib;"><!-- module: svg-text.mod .............................. --><!ENTITY % BaselineShiftValue.datatype "CDATA" ><!ENTITY % FontFamilyValue.datatype "CDATA" ><!ENTITY % FontSizeValue.datatype "CDATA" ><!ENTITY % FontSizeAdjustValue.datatype "CDATA" ><!ENTITY % GlyphOrientationHorizontalValue.datatype "CDATA" ><!ENTITY % GlyphOrientationVerticalValue.datatype "CDATA" ><!ENTITY % KerningValue.datatype "CDATA" ><!ENTITY % SpacingValue.datatype "CDATA" ><!ENTITY % TextDecorationValue.datatype "CDATA" ><!ENTITY % SVG.Text.extra.attrib "" ><!ENTITY % SVG.Text.attrib    "writing-mode ( lr-tb | rl-tb | tb-rl | lr | rl | tb | inherit ) #IMPLIED     %SVG.Text.extra.attrib;"><!ENTITY % SVG.TextContent.extra.attrib "" ><!ENTITY % SVG.TextContent.attrib    "alignment-baseline ( auto | baseline | before-edge | text-before-edge |                          middle | central | after-edge | text-after-edge |                          ideographic | alphabetic | hanging | mathematical |                          inherit ) #IMPLIED     baseline-shift %BaselineShiftValue.datatype; #IMPLIED     direction ( ltr | rtl | inherit ) #IMPLIED     dominant-baseline ( auto | use-script | no-change | reset-size |                         ideographic | alphabetic | hanging | mathematical |                         central | middle | text-after-edge | text-before-edge |                         inherit ) #IMPLIED     glyph-orientation-horizontal %GlyphOrientationHorizontalValue.datatype;                                  #IMPLIED     glyph-orientation-vertical %GlyphOrientationVerticalValue.datatype;                                #IMPLIED     kerning %KerningValue.datatype; #IMPLIED     letter-spacing %SpacingValue.datatype; #IMPLIED     text-anchor ( start | middle | end | inherit ) #IMPLIED     text-decoration %TextDecorationValue.datatype; #IMPLIED     unicode-bidi ( normal | embed | bidi-override | inherit ) #IMPLIED     word-spacing %SpacingValue.datatype; #IMPLIED     %SVG.TextContent.extra.attrib;"><!ENTITY % SVG.Font.extra.attrib "" ><!ENTITY % SVG.Font.attrib    "font-family %FontFamilyValue.datatype; #IMPLIED     font-size %FontSizeValue.datatype; #IMPLIED     font-size-adjust %FontSizeAdjustValue.datatype; #IMPLIED     font-stretch ( normal | wider | narrower | ultra-condensed |                    extra-condensed | condensed | semi-condensed |                    semi-expanded | expanded | extra-expanded |                    ultra-expanded | inherit ) #IMPLIED     font-style ( normal | italic | oblique | inherit ) #IMPLIED     font-variant ( normal | small-caps | inherit ) #IMPLIED     font-weight ( normal | bold | bolder | lighter | 100 | 200 | 300 | 400 |                   500 | 600 | 700 | 800 | 900 | inherit ) #IMPLIED     %SVG.Font.extra.attrib;"><!-- module: svg-marker.mod ............................ --><!ENTITY % MarkerValue.datatype "CDATA" ><!ENTITY % SVG.Marker.extra.attrib "" ><!ENTITY % SVG.Marker.attrib    "marker-start %MarkerValue.datatype; #IMPLIED     marker-mid %MarkerValue.datatype; #IMPLIED     marker-end %MarkerValue.datatype; #IMPLIED     %SVG.Marker.extra.attrib;"><!-- module: svg-profile.mod ........................... --><!ENTITY % SVG.ColorProfile.extra.attrib "" ><!ENTITY % SVG.ColorProfile.attrib    "color-profile CDATA #IMPLIED     %SVG.ColorProfile.extra.attrib;"><!-- module: svg-gradient.mod .......................... --><!ENTITY % NumberOrPercentage.datatype "CDATA" >

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -