?? svg10.dtd
字號:
<!-- ===================================================================== This is the DTD for SVG 1.0. The specification for SVG that corresponds to this DTD is available at: http://www.w3.org/TR/2001/REC-SVG-20010904/ Copyright (c) 2000 W3C (MIT, INRIA, Keio), All Rights Reserved. For SVG 1.0: Namespace: http://www.w3.org/2000/svg Public identifier: PUBLIC "-//W3C//DTD SVG 1.0//EN" URI for the DTD: http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd============================================================================= --><!-- ============================================================== ENTITY DECLARATIONS: Data types ============================================================== --><!ENTITY % BaselineShiftValue "CDATA"> <!-- 'baseline-shift' property/attribute value (e.g., 'baseline', 'sub', etc.) --><!ENTITY % Boolean "(false | true)"> <!-- feature specification --><!ENTITY % ClassList "CDATA"> <!-- list of classes --><!ENTITY % ClipValue "CDATA"> <!-- 'clip' property/attribute value (e.g., 'auto', rect(...)) --><!ENTITY % ClipPathValue "CDATA"> <!-- 'clip-path' property/attribute value (e.g., 'none', %URI;) --><!ENTITY % ClipFillRule "(nonzero | evenodd | inherit)"> <!-- 'clip-rule' or fill-rule property/attribute value --><!ENTITY % ContentType "CDATA"> <!-- media type, as per [RFC2045] --><!ENTITY % Coordinate "CDATA"> <!-- a <coordinate> --><!ENTITY % Coordinates "CDATA"> <!-- a list of <coordinate>s --><!ENTITY % Color "CDATA"> <!-- a <color> value --><!ENTITY % CursorValue "CDATA"> <!-- 'cursor' property/attribute value (e.g., 'crosshair', %URI;) --><!ENTITY % EnableBackgroundValue "CDATA"> <!-- 'enable-background' property/attribute value (e.g., 'new', 'accumulate') --><!ENTITY % ExtensionList "CDATA"> <!-- extension list specification --><!ENTITY % FeatureList "CDATA"> <!-- feature list specification --><!ENTITY % FilterValue "CDATA"> <!-- 'filter' property/attribute value (e.g., 'none', %URI;) --><!ENTITY % FontFamilyValue "CDATA"> <!-- 'font-family' property/attribute value (i.e., list of fonts) --><!ENTITY % FontSizeValue "CDATA"> <!-- 'font-size' property/attribute value --><!ENTITY % FontSizeAdjustValue "CDATA"> <!-- 'font-size-adjust' property/attribute value --><!ENTITY % GlyphOrientationHorizontalValue "CDATA"> <!-- 'glyph-orientation-horizontal' property/attribute value (e.g., <angle>) --><!ENTITY % GlyphOrientationVerticalValue "CDATA"> <!-- 'glyph-orientation-vertical' property/attribute value (e.g., 'auto', <angle>) --><!ENTITY % Integer "CDATA"> <!-- a <integer> --><!ENTITY % KerningValue "CDATA"> <!-- 'kerning' property/attribute value (e.g., auto | <length>) --><!ENTITY % LanguageCode "NMTOKEN"> <!-- a language code, as per [RFC3066] --><!ENTITY % LanguageCodes "CDATA"> <!-- comma-separated list of language codes, as per [RFC3066] --><!ENTITY % Length "CDATA"> <!-- a <length> --><!ENTITY % Lengths "CDATA"> <!-- a list of <length>s --><!ENTITY % LinkTarget "NMTOKEN"> <!-- link to this target --><!ENTITY % MarkerValue "CDATA"> <!-- 'marker' property/attribute value (e.g., 'none', %URI;) --><!ENTITY % MaskValue "CDATA"> <!-- 'mask' property/attribute value (e.g., 'none', %URI;) --><!ENTITY % MediaDesc "CDATA"> <!-- comma-separated list of media descriptors. --><!ENTITY % Number "CDATA"> <!-- a <number> --><!ENTITY % NumberOptionalNumber "CDATA"> <!-- list of <number>s, but at least one and at most two --><!ENTITY % NumberOrPercentage "CDATA"> <!-- a <number> or a <percentage> --><!ENTITY % Numbers "CDATA"> <!-- a list of <number>s --><!ENTITY % OpacityValue "CDATA"> <!-- opacity value (e.g., <number>) --><!ENTITY % Paint "CDATA"> <!-- a 'fill' or 'stroke' property/attribute value: <paint> --><!ENTITY % PathData "CDATA"> <!-- a path data specification --><!ENTITY % Points "CDATA"> <!-- a list of points --><!ENTITY % PreserveAspectRatioSpec "CDATA"> <!-- 'preserveAspectRatio' attribute specification --><!ENTITY % Script "CDATA"> <!-- script expression --><!ENTITY % SpacingValue "CDATA"> <!-- 'letter-spacing' or 'word-spacing' property/attribute value (e.g., normal | <length>) --><!ENTITY % StrokeDashArrayValue "CDATA"> <!-- 'stroke-dasharray' property/attribute value (e.g., 'none', list of <number>s) --><!ENTITY % StrokeDashOffsetValue "CDATA"> <!-- 'stroke-dashoffset' property/attribute value (e.g., 'none', <legnth>) --><!ENTITY % StrokeMiterLimitValue "CDATA"> <!-- 'stroke-miterlimit' property/attribute value (e.g., <number>) --><!ENTITY % StrokeWidthValue "CDATA"> <!-- 'stroke-width' property/attribute value (e.g., <length>) --><!ENTITY % StructuredText "content CDATA #FIXED 'structured text'" ><!ENTITY % StyleSheet "CDATA"> <!-- style sheet data --><!ENTITY % SVGColor "CDATA"> <!-- An SVG color value (RGB plus optional ICC) --><!ENTITY % Text "CDATA"> <!-- arbitrary text string --><!ENTITY % TextDecorationValue "CDATA"> <!-- 'text-decoration' property/attribute value (e.g., 'none', 'underline') --><!ENTITY % TransformList "CDATA"> <!-- list of transforms --><!ENTITY % URI "CDATA"> <!-- a Uniform Resource Identifier, see [URI] --><!ENTITY % ViewBoxSpec "CDATA"> <!-- 'viewBox' attribute specification --><!-- ============================================================== ENTITY DECLARATIONS: Collections of common attributes ============================================================== --><!-- All elements have an ID. --><!ENTITY % stdAttrs "id ID #IMPLIED xml:base %URI; #IMPLIED" ><!-- Common attributes for elements that might contain character data content. --><!ENTITY % langSpaceAttrs "xml:lang %LanguageCode; #IMPLIED xml:space (default|preserve) #IMPLIED" ><!-- Common attributes to check for system capabilities. --><!ENTITY % testAttrs "requiredFeatures %FeatureList; #IMPLIED requiredExtensions %ExtensionList; #IMPLIED systemLanguage %LanguageCodes; #IMPLIED" ><!-- For most uses of URI referencing: standard XLink attributes other than xlink:href. --><!ENTITY % xlinkRefAttrs "xmlns:xlink CDATA #FIXED 'http://www.w3.org/1999/xlink' xlink:type (simple) #FIXED 'simple' xlink:role %URI; #IMPLIED xlink:arcrole %URI; #IMPLIED xlink:title CDATA #IMPLIED xlink:show (other) 'other' xlink:actuate (onLoad) #FIXED 'onLoad'" ><!-- Standard XLink attributes for uses of URI referencing where xlink:show is 'embed' --><!ENTITY % xlinkRefAttrsEmbed "xmlns:xlink CDATA #FIXED 'http://www.w3.org/1999/xlink' xlink:type (simple) #FIXED 'simple' xlink:role %URI; #IMPLIED xlink:arcrole %URI; #IMPLIED xlink:title CDATA #IMPLIED xlink:show (embed) 'embed' xlink:actuate (onLoad) #FIXED 'onLoad'" ><!ENTITY % graphicsElementEvents "onfocusin %Script; #IMPLIED onfocusout %Script; #IMPLIED onactivate %Script; #IMPLIED onclick %Script; #IMPLIED onmousedown %Script; #IMPLIED onmouseup %Script; #IMPLIED onmouseover %Script; #IMPLIED onmousemove %Script; #IMPLIED onmouseout %Script; #IMPLIED onload %Script; #IMPLIED" ><!ENTITY % documentEvents "onunload %Script; #IMPLIED onabort %Script; #IMPLIED onerror %Script; #IMPLIED onresize %Script; #IMPLIED onscroll %Script; #IMPLIED onzoom %Script; #IMPLIED" ><!ENTITY % animationEvents "onbegin %Script; #IMPLIED onend %Script; #IMPLIED onrepeat %Script; #IMPLIED" ><!-- This entity allows for at most one of desc, title and metadata, supplied in any order --><!ENTITY % descTitleMetadata "(((desc,((title,metadata?)|(metadata,title?))?)| (title,((desc,metadata?)|(metadata,desc?))?)| (metadata,((desc,title?)|(title,desc?))?))?)" ><!-- ============================================================== ENTITY DECLARATIONS: Collections of presentation attributes ============================================================== --><!-- The following presentation attributes have to do with specifying color. --><!ENTITY % PresentationAttributes-Color "color %Color; #IMPLIED color-interpolation (auto | sRGB | linearRGB | inherit) #IMPLIED color-rendering (auto | optimizeSpeed | optimizeQuality | inherit) #IMPLIED " ><!-- The following presentation attributes apply to container elements. --><!ENTITY % PresentationAttributes-Containers "enable-background %EnableBackgroundValue; #IMPLIED " ><!-- The following presentation attributes apply to 'feFlood' elements. --><!ENTITY % PresentationAttributes-feFlood "flood-color %SVGColor; #IMPLIED flood-opacity %OpacityValue; #IMPLIED " ><!-- The following presentation attributes apply to filling and stroking operations. --><!ENTITY % PresentationAttributes-FillStroke "fill %Paint; #IMPLIED fill-opacity %OpacityValue; #IMPLIED fill-rule %ClipFillRule; #IMPLIED stroke %Paint; #IMPLIED stroke-dasharray %StrokeDashArrayValue; #IMPLIED stroke-dashoffset %StrokeDashOffsetValue; #IMPLIED stroke-linecap (butt | round | square | inherit) #IMPLIED stroke-linejoin (miter | round | bevel | inherit) #IMPLIED stroke-miterlimit %StrokeMiterLimitValue; #IMPLIED stroke-opacity %OpacityValue; #IMPLIED stroke-width %StrokeWidthValue; #IMPLIED " ><!-- The following presentation attributes apply to filter primitives. --><!ENTITY % PresentationAttributes-FilterPrimitives "color-interpolation-filters (auto | sRGB | linearRGB | inherit) #IMPLIED " ><!-- The following presentation attributes have to do with selecting a font to use. --><!ENTITY % PresentationAttributes-FontSpecification "font-family %FontFamilyValue; #IMPLIED font-size %FontSizeValue; #IMPLIED font-size-adjust %FontSizeAdjustValue; #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 " ><!-- The following presentation attributes apply to gradient 'stop' elements. --><!ENTITY % PresentationAttributes-Gradients "stop-color %SVGColor; #IMPLIED stop-opacity %OpacityValue; #IMPLIED " ><!-- The following presentation attributes apply to graphics elements. --><!ENTITY % PresentationAttributes-Graphics "clip-path %ClipPathValue; #IMPLIED clip-rule %ClipFillRule; #IMPLIED cursor %CursorValue; #IMPLIED 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 filter %FilterValue; #IMPLIED image-rendering (auto | optimizeSpeed | optimizeQuality | inherit) #IMPLIED mask %MaskValue; #IMPLIED opacity %OpacityValue; #IMPLIED pointer-events (visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | none | inherit) #IMPLIED shape-rendering (auto | optimizeSpeed | crispEdges | geometricPrecision | inherit) #IMPLIED text-rendering (auto | optimizeSpeed | optimizeLegibility | geometricPrecision | inherit) #IMPLIED visibility (visible | hidden | inherit) #IMPLIED " ><!-- The following presentation attributes apply to 'image' elements. --><!ENTITY % PresentationAttributes-Images "color-profile CDATA #IMPLIED " ><!--The following presentation attributes apply to 'feDiffuseLighting' and 'feSpecularLighting' elements. --><!ENTITY % PresentationAttributes-LightingEffects "lighting-color %SVGColor; #IMPLIED " ><!-- The following presentation attributes apply to marker operations. --><!ENTITY % PresentationAttributes-Markers "marker-start %MarkerValue; #IMPLIED marker-mid %MarkerValue; #IMPLIED marker-end %MarkerValue; #IMPLIED " ><!-- The following presentation attributes apply to text content elements. --><!ENTITY % PresentationAttributes-TextContentElements "alignment-baseline (baseline | top | before-edge | text-top | text-before-edge | middle | bottom | after-edge | text-bottom | text-after-edge | ideographic | lower | hanging | mathematical | inherit) #IMPLIED baseline-shift %BaselineShiftValue; #IMPLIED direction (ltr | rtl | inherit) #IMPLIED dominant-baseline (auto | autosense-script | no-change | reset| ideographic | lower | hanging | mathematical | inherit ) #IMPLIED glyph-orientation-horizontal %GlyphOrientationHorizontalValue; #IMPLIED glyph-orientation-vertical %GlyphOrientationVerticalValue; #IMPLIED kerning %KerningValue; #IMPLIED letter-spacing %SpacingValue; #IMPLIED text-anchor (start | middle | end | inherit) #IMPLIED text-decoration %TextDecorationValue; #IMPLIED unicode-bidi (normal | embed | bidi-override | inherit) #IMPLIED word-spacing %SpacingValue; #IMPLIED " ><!-- The following presentation attributes apply to 'text' elements. --><!ENTITY % PresentationAttributes-TextElements "writing-mode (lr-tb | rl-tb | tb-rl | lr | rl | tb | inherit) #IMPLIED " ><!-- The following presentation attributes apply to elements that establish viewports. --><!ENTITY % PresentationAttributes-Viewports "clip %ClipValue; #IMPLIED overflow (visible | hidden | scroll | auto | inherit) #IMPLIED " ><!--The following represents the complete list of presentation attributes. --><!ENTITY % PresentationAttributes-All "%PresentationAttributes-Color; %PresentationAttributes-Containers; %PresentationAttributes-feFlood; %PresentationAttributes-FillStroke; %PresentationAttributes-FilterPrimitives; %PresentationAttributes-FontSpecification; %PresentationAttributes-Gradients; %PresentationAttributes-Graphics; %PresentationAttributes-Images; %PresentationAttributes-LightingEffects; %PresentationAttributes-Markers; %PresentationAttributes-TextContentElements; %PresentationAttributes-TextElements; %PresentationAttributes-Viewports;" ><!-- ============================================================== ENTITY DECLARATIONS: DTD extensions ============================================================== --><!-- Allow for extending the DTD with internal subset for container and graphics elements --><!ENTITY % ceExt "" ><!ENTITY % geExt "" ><!-- ============================================================== DECLARATIONS CORRESPONDING TO: Document Structure ============================================================== --><!ENTITY % svgExt "" ><!ELEMENT svg (desc|title|metadata|defs| path|text|rect|circle|ellipse|line|polyline|polygon| use|image|svg|g|view|switch|a|altGlyphDef| script|style|symbol|marker|clipPath|mask| linearGradient|radialGradient|pattern|filter|cursor|font| animate|set|animateMotion|animateColor|animateTransform| color-profile|font-face %ceExt;%svgExt;)* ><!ATTLIST svg xmlns CDATA #FIXED "http://www.w3.org/2000/svg" xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink" %stdAttrs; %testAttrs; %langSpaceAttrs; externalResourcesRequired %Boolean; #IMPLIED class %ClassList; #IMPLIED style %StyleSheet; #IMPLIED %PresentationAttributes-All;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -