1 | <!-- ....................................................................... --> |
---|
2 | <!-- SVG 1.1 Conditional Processing Module ................................. --> |
---|
3 | <!-- file: svg-conditional.mod |
---|
4 | |
---|
5 | This is SVG, a language for describing two-dimensional graphics in XML. |
---|
6 | Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved. |
---|
7 | Revision: $Id: svg-conditional.mod,v 1.4 2002/11/14 15:11:02 fujisawa Exp $ |
---|
8 | |
---|
9 | This DTD module is identified by the PUBLIC and SYSTEM identifiers: |
---|
10 | |
---|
11 | PUBLIC "-//W3C//ELEMENTS SVG 1.1 Conditional Processing//EN" |
---|
12 | SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-conditional.mod" |
---|
13 | |
---|
14 | ....................................................................... --> |
---|
15 | |
---|
16 | <!-- Conditional Processing |
---|
17 | |
---|
18 | switch |
---|
19 | |
---|
20 | This module declares markup to provide support for conditional processing. |
---|
21 | --> |
---|
22 | |
---|
23 | <!-- extension list specification --> |
---|
24 | <!ENTITY % ExtensionList.datatype "CDATA" > |
---|
25 | |
---|
26 | <!-- feature list specification --> |
---|
27 | <!ENTITY % FeatureList.datatype "CDATA" > |
---|
28 | |
---|
29 | <!-- Qualified Names (Default) ......................... --> |
---|
30 | |
---|
31 | <!ENTITY % SVG.switch.qname "switch" > |
---|
32 | |
---|
33 | <!-- Attribute Collections (Default) ................... --> |
---|
34 | |
---|
35 | <!ENTITY % SVG.Core.attrib "" > |
---|
36 | <!ENTITY % SVG.Container.attrib "" > |
---|
37 | <!ENTITY % SVG.Style.attrib "" > |
---|
38 | <!ENTITY % SVG.Viewport.attrib "" > |
---|
39 | <!ENTITY % SVG.Text.attrib "" > |
---|
40 | <!ENTITY % SVG.TextContent.attrib "" > |
---|
41 | <!ENTITY % SVG.Font.attrib "" > |
---|
42 | <!ENTITY % SVG.Paint.attrib "" > |
---|
43 | <!ENTITY % SVG.Color.attrib "" > |
---|
44 | <!ENTITY % SVG.Opacity.attrib "" > |
---|
45 | <!ENTITY % SVG.Graphics.attrib "" > |
---|
46 | <!ENTITY % SVG.Marker.attrib "" > |
---|
47 | <!ENTITY % SVG.ColorProfile.attrib "" > |
---|
48 | <!ENTITY % SVG.Gradient.attrib "" > |
---|
49 | <!ENTITY % SVG.Clip.attrib "" > |
---|
50 | <!ENTITY % SVG.Mask.attrib "" > |
---|
51 | <!ENTITY % SVG.Filter.attrib "" > |
---|
52 | <!ENTITY % SVG.FilterColor.attrib "" > |
---|
53 | <!ENTITY % SVG.GraphicalEvents.attrib "" > |
---|
54 | <!ENTITY % SVG.Cursor.attrib "" > |
---|
55 | <!ENTITY % SVG.External.attrib "" > |
---|
56 | |
---|
57 | <!-- SVG.Conditional.class ............................. --> |
---|
58 | |
---|
59 | <!ENTITY % SVG.Conditional.extra.class "" > |
---|
60 | |
---|
61 | <!ENTITY % SVG.Conditional.class |
---|
62 | "| %SVG.switch.qname; %SVG.Conditional.extra.class;" |
---|
63 | > |
---|
64 | |
---|
65 | <!-- SVG.Conditional.attrib ............................ --> |
---|
66 | |
---|
67 | <!ENTITY % SVG.Conditional.extra.attrib "" > |
---|
68 | |
---|
69 | <!ENTITY % SVG.Conditional.attrib |
---|
70 | "requiredFeatures %FeatureList.datatype; #IMPLIED |
---|
71 | requiredExtensions %ExtensionList.datatype; #IMPLIED |
---|
72 | systemLanguage %LanguageCodes.datatype; #IMPLIED |
---|
73 | %SVG.Conditional.extra.attrib;" |
---|
74 | > |
---|
75 | |
---|
76 | <!-- SVG.Presentation.attrib ........................... --> |
---|
77 | |
---|
78 | <!ENTITY % SVG.Presentation.extra.attrib "" > |
---|
79 | |
---|
80 | <!ENTITY % SVG.Presentation.attrib |
---|
81 | "%SVG.Container.attrib; |
---|
82 | %SVG.Viewport.attrib; |
---|
83 | %SVG.Text.attrib; |
---|
84 | %SVG.TextContent.attrib; |
---|
85 | %SVG.Font.attrib; |
---|
86 | %SVG.Paint.attrib; |
---|
87 | %SVG.Color.attrib; |
---|
88 | %SVG.Opacity.attrib; |
---|
89 | %SVG.Graphics.attrib; |
---|
90 | %SVG.Marker.attrib; |
---|
91 | %SVG.ColorProfile.attrib; |
---|
92 | %SVG.Gradient.attrib; |
---|
93 | %SVG.Clip.attrib; |
---|
94 | %SVG.Mask.attrib; |
---|
95 | %SVG.Filter.attrib; |
---|
96 | %SVG.FilterColor.attrib; |
---|
97 | %SVG.Cursor.attrib; |
---|
98 | flood-color %SVGColor.datatype; #IMPLIED |
---|
99 | flood-opacity %OpacityValue.datatype; #IMPLIED |
---|
100 | lighting-color %SVGColor.datatype; #IMPLIED |
---|
101 | %SVG.Presentation.extra.attrib;" |
---|
102 | > |
---|
103 | |
---|
104 | <!-- switch: Switch Element ............................ --> |
---|
105 | |
---|
106 | <!ENTITY % SVG.switch.extra.content "" > |
---|
107 | |
---|
108 | <!ENTITY % SVG.switch.element "INCLUDE" > |
---|
109 | <![%SVG.switch.element;[ |
---|
110 | <!ENTITY % SVG.switch.content |
---|
111 | "(( %SVG.Description.class; )*, ( %SVG.svg.qname; | %SVG.g.qname; |
---|
112 | | %SVG.use.qname; | %SVG.text.qname; | %SVG.Animation.class; |
---|
113 | %SVG.Conditional.class; %SVG.Image.class; %SVG.Shape.class; |
---|
114 | %SVG.Hyperlink.class; %SVG.Extensibility.class; |
---|
115 | %SVG.switch.extra.content; )*)" |
---|
116 | > |
---|
117 | <!ELEMENT %SVG.switch.qname; %SVG.switch.content; > |
---|
118 | <!-- end of SVG.switch.element -->]]> |
---|
119 | |
---|
120 | <!ENTITY % SVG.switch.attlist "INCLUDE" > |
---|
121 | <![%SVG.switch.attlist;[ |
---|
122 | <!ATTLIST %SVG.switch.qname; |
---|
123 | %SVG.Core.attrib; |
---|
124 | %SVG.Conditional.attrib; |
---|
125 | %SVG.Style.attrib; |
---|
126 | %SVG.Presentation.attrib; |
---|
127 | %SVG.GraphicalEvents.attrib; |
---|
128 | %SVG.External.attrib; |
---|
129 | transform %TransformList.datatype; #IMPLIED |
---|
130 | > |
---|
131 | <!-- end of SVG.switch.attlist -->]]> |
---|
132 | |
---|
133 | <!-- end of svg-conditional.mod --> |
---|