File: SVG12Tiny_elementTable.html

package info (click to toggle)
svgwrite 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,304 kB
  • sloc: python: 12,524; makefile: 116; sh: 5
file content (295 lines) | stat: -rw-r--r-- 165,677 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Element Table &#x2013; SVG Tiny 1.2</title>
    <meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
  <link rel="stylesheet" href="style/svg-style.css" type="text/css"/>
  <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-REC" type="text/css"/>
  <link rel="contents" href="expanded-toc.html"/>
  <link rel="prev" href="feature.html"/>
  <link rel="next" href="attributeTable.html"/>
</head>
  <body>

<div class="header">
  SVG Tiny 1.2 &#x2013; 20081222
  <ul>
    <li><a href="index.html">Top</a></li>
    <li><a href="expanded-toc.html">Contents</a></li>
    <li><a href="feature.html">Previous</a></li>
    <li><a href="attributeTable.html">Next</a></li>
    <li><a href="elementTable.html">Elements</a></li>
    <li><a href="attributeTable.html">Attributes</a></li>
  </ul>
</div>
    <h1 id="ElementTable">K Element Table</h1>
    <p><em>This appendix is informative.</em></p>
    <p>
      This appendix lists the elements that are defined in this specification. The following
      legend details how it should be read.
    </p>
    <dl>
      <dt>Elements</dt>
      <dd>
        Column containing the element names. All elements are in the SVG namespace, except
        for <a href="script.html#ListenerElement"><span class="element-name">'listener'</span></a>
        which is in the XML Events namespace.
      </dd>
      <dt>Attributes</dt>
      <dd>
        For each element, this lists the attributes which may occur on it. Note that these
        are only the attributes and not the properties.
      </dd>
      <dt>prop.</dt>
      <dd>
        This column indicates whether or not the given element may receive properties. There
        are several options:
        <dl>
          <dt class="true">&#x2714;</dt>
          <dd>
            All <a href="attributeTable.html#PropertyTable">properties</a> defined in this
            specification can be set as attributes on the given element.
          </dd>
          <dt class="false">&#x2718;</dt>
          <dd>
            None of the properties defined in this specification can be set as attributes on the given element.
          </dd>
          <dt class="media">M</dt>
          <dd>
            Only the properties in the media group can be set on this given element. The media
            group is a subset of the properties that is meaningful on media elements and does
            not cause the <a href="painting.html#FillProperty"><span class="prop-name">'fill'</span></a>
            property to clash with the <a href="animate.html#FillAttribute"><span class="attr-name">'fill'</span></a>
            SMIL attribute. The media
            group comprises the following properties: <a href="multimedia.html#AudioLevelProperty"><span class="prop-name">'audio-level'</span></a>, <a href="painting.html#BufferedRenderingProperty"><span class="prop-name">'buffered-rendering'</span></a>, <a href="painting.html#DisplayProperty"><span class="prop-name">'display'</span></a>, <a href="painting.html#ImageRenderingProperty"><span class="prop-name">'image-rendering'</span></a>, <a href="interact.html#PointerEventsProperty"><span class="prop-name">'pointer-events'</span></a>, <a href="painting.html#ShapeRenderingProperty"><span class="prop-name">'shape-rendering'</span></a>, <a href="painting.html#TextRenderingProperty"><span class="prop-name">'text-rendering'</span></a>, <a href="painting.html#viewport-fill-property"><span class="prop-name">'viewport-fill'</span></a>, <a href="painting.html#viewport-fill-opacity-property"><span class="prop-name">'viewport-fill-opacity'</span></a>, and <a href="painting.html#VisibilityProperty"><span class="prop-name">'visibility'</span></a>.
          </dd>
        </dl>
      </dd>
      <dt>Possible Children</dt>
      <dd>
        Lists the elements that can occur as children of the given element. Note that this is not
        the real content of the element as defined in the <a href="schema.html">RelaxNG schema</a>.
      </dd>
      <dt>&lt;text&gt;</dt>
      <dd>
        Indicates that character data can occur as the child of a given element.
      </dd>
    </dl>

<table class="reference-list" id="elements" summary="Table of all the elements available in SVG Tiny 1.2">
  <thead>
    <tr>
      <th>Elements</th>
      <th>Attributes</th>
      <th>prop.</th>
      <th>Possible Children</th>
    </tr>
  </thead>
  <tbody>
    <tr class="element" id="element_a">
      <td nowrap="nowrap"><a href="linking.html#AElement"><span class="element-name">'a'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_target" class="attribute">target</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children">The <a href="linking.html#AElement"><span class="element-name">'a'</span></a> element may contain any element that its parent may contain, except itself.      </td>    </tr>
    <tr class="element" id="element_animate">
      <td nowrap="nowrap"><a href="animate.html#AnimateElement"><span class="element-name">'animate'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_accumulate" class="attribute">accumulate</a>, <a href="attributeTable.html#attribute_additive" class="attribute">additive</a>, <a href="attributeTable.html#attribute_attributeName" class="attribute">attributeName</a>, <a href="attributeTable.html#attribute_attributeType" class="attribute">attributeType</a>, <a href="attributeTable.html#attribute_begin" class="attribute">begin</a>, <a href="attributeTable.html#attribute_by" class="attribute">by</a>, <a href="attributeTable.html#attribute_calcMode" class="attribute">calcMode</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_dur" class="attribute">dur</a>, <a href="attributeTable.html#attribute_end" class="attribute">end</a>, <a href="attributeTable.html#attribute_fill" class="attribute">fill</a>, <a href="attributeTable.html#attribute_from" class="attribute">from</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_keySplines" class="attribute">keySplines</a>, <a href="attributeTable.html#attribute_keyTimes" class="attribute">keyTimes</a>, <a href="attributeTable.html#attribute_max" class="attribute">max</a>, <a href="attributeTable.html#attribute_min" class="attribute">min</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_repeatCount" class="attribute">repeatCount</a>, <a href="attributeTable.html#attribute_repeatDur" class="attribute">repeatDur</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_restart" class="attribute">restart</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_to" class="attribute">to</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_values" class="attribute">values</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_animateColor">
      <td nowrap="nowrap"><a href="animate.html#AnimateColorElement"><span class="element-name">'animateColor'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_accumulate" class="attribute">accumulate</a>, <a href="attributeTable.html#attribute_additive" class="attribute">additive</a>, <a href="attributeTable.html#attribute_attributeName" class="attribute">attributeName</a>, <a href="attributeTable.html#attribute_attributeType" class="attribute">attributeType</a>, <a href="attributeTable.html#attribute_begin" class="attribute">begin</a>, <a href="attributeTable.html#attribute_by" class="attribute">by</a>, <a href="attributeTable.html#attribute_calcMode" class="attribute">calcMode</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_dur" class="attribute">dur</a>, <a href="attributeTable.html#attribute_end" class="attribute">end</a>, <a href="attributeTable.html#attribute_fill" class="attribute">fill</a>, <a href="attributeTable.html#attribute_from" class="attribute">from</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_keySplines" class="attribute">keySplines</a>, <a href="attributeTable.html#attribute_keyTimes" class="attribute">keyTimes</a>, <a href="attributeTable.html#attribute_max" class="attribute">max</a>, <a href="attributeTable.html#attribute_min" class="attribute">min</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_repeatCount" class="attribute">repeatCount</a>, <a href="attributeTable.html#attribute_repeatDur" class="attribute">repeatDur</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_restart" class="attribute">restart</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_to" class="attribute">to</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_values" class="attribute">values</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_animateMotion">
      <td nowrap="nowrap"><a href="animate.html#AnimateMotionElement"><span class="element-name">'animateMotion'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_accumulate" class="attribute">accumulate</a>, <a href="attributeTable.html#attribute_additive" class="attribute">additive</a>, <a href="attributeTable.html#attribute_begin" class="attribute">begin</a>, <a href="attributeTable.html#attribute_by" class="attribute">by</a>, <a href="attributeTable.html#attribute_calcMode" class="attribute">calcMode</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_dur" class="attribute">dur</a>, <a href="attributeTable.html#attribute_end" class="attribute">end</a>, <a href="attributeTable.html#attribute_fill" class="attribute">fill</a>, <a href="attributeTable.html#attribute_from" class="attribute">from</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_keyPoints" class="attribute">keyPoints</a>, <a href="attributeTable.html#attribute_keySplines" class="attribute">keySplines</a>, <a href="attributeTable.html#attribute_keyTimes" class="attribute">keyTimes</a>, <a href="attributeTable.html#attribute_max" class="attribute">max</a>, <a href="attributeTable.html#attribute_min" class="attribute">min</a>, <a href="attributeTable.html#attribute_origin" class="attribute">origin</a>, <a href="attributeTable.html#attribute_path" class="attribute">path</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_repeatCount" class="attribute">repeatCount</a>, <a href="attributeTable.html#attribute_repeatDur" class="attribute">repeatDur</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_restart" class="attribute">restart</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_rotate" class="attribute">rotate</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_to" class="attribute">to</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_values" class="attribute">values</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_mpath" class="element">mpath</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_animateTransform">
      <td nowrap="nowrap"><a href="animate.html#AnimateTransformElement"><span class="element-name">'animateTransform'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_accumulate" class="attribute">accumulate</a>, <a href="attributeTable.html#attribute_additive" class="attribute">additive</a>, <a href="attributeTable.html#attribute_attributeName" class="attribute">attributeName</a>, <a href="attributeTable.html#attribute_attributeType" class="attribute">attributeType</a>, <a href="attributeTable.html#attribute_begin" class="attribute">begin</a>, <a href="attributeTable.html#attribute_by" class="attribute">by</a>, <a href="attributeTable.html#attribute_calcMode" class="attribute">calcMode</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_dur" class="attribute">dur</a>, <a href="attributeTable.html#attribute_end" class="attribute">end</a>, <a href="attributeTable.html#attribute_fill" class="attribute">fill</a>, <a href="attributeTable.html#attribute_from" class="attribute">from</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_keySplines" class="attribute">keySplines</a>, <a href="attributeTable.html#attribute_keyTimes" class="attribute">keyTimes</a>, <a href="attributeTable.html#attribute_max" class="attribute">max</a>, <a href="attributeTable.html#attribute_min" class="attribute">min</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_repeatCount" class="attribute">repeatCount</a>, <a href="attributeTable.html#attribute_repeatDur" class="attribute">repeatDur</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_restart" class="attribute">restart</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_to" class="attribute">to</a>, <a href="attributeTable.html#attribute_type" class="attribute">type</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_values" class="attribute">values</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_animation">
      <td nowrap="nowrap"><a href="multimedia.html#AnimationElement"><span class="element-name">'animation'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_begin" class="attribute">begin</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_dur" class="attribute">dur</a>, <a href="attributeTable.html#attribute_end" class="attribute">end</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_fill" class="attribute">fill</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_height" class="attribute">height</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_initialVisibility" class="attribute">initialVisibility</a>, <a href="attributeTable.html#attribute_max" class="attribute">max</a>, <a href="attributeTable.html#attribute_min" class="attribute">min</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_preserveAspectRatio" class="attribute">preserveAspectRatio</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_repeatCount" class="attribute">repeatCount</a>, <a href="attributeTable.html#attribute_repeatDur" class="attribute">repeatDur</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_restart" class="attribute">restart</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_syncBehavior" class="attribute">syncBehavior</a>, <a href="attributeTable.html#attribute_syncMaster" class="attribute">syncMaster</a>, <a href="attributeTable.html#attribute_syncTolerance" class="attribute">syncTolerance</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_width" class="attribute">width</a>, <a href="attributeTable.html#attribute_x" class="attribute">x</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>, <a href="attributeTable.html#attribute_y" class="attribute">y</a>      </td>      <td class="media">M</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_audio">
      <td nowrap="nowrap"><a href="multimedia.html#AudioElement"><span class="element-name">'audio'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_begin" class="attribute">begin</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_dur" class="attribute">dur</a>, <a href="attributeTable.html#attribute_end" class="attribute">end</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_fill" class="attribute">fill</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_max" class="attribute">max</a>, <a href="attributeTable.html#attribute_min" class="attribute">min</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_repeatCount" class="attribute">repeatCount</a>, <a href="attributeTable.html#attribute_repeatDur" class="attribute">repeatDur</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_restart" class="attribute">restart</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_syncBehavior" class="attribute">syncBehavior</a>, <a href="attributeTable.html#attribute_syncMaster" class="attribute">syncMaster</a>, <a href="attributeTable.html#attribute_syncTolerance" class="attribute">syncTolerance</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_type" class="attribute">type</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="media">M</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_circle">
      <td nowrap="nowrap"><a href="shapes.html#CircleElement"><span class="element-name">'circle'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_cx" class="attribute">cx</a>, <a href="attributeTable.html#attribute_cy" class="attribute">cy</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_r" class="attribute">r</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_defs">
      <td nowrap="nowrap"><a href="struct.html#DefsElement"><span class="element-name">'defs'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_a" class="element">a</a>, <a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_animation" class="element">animation</a>, <a href="#element_audio" class="element">audio</a>, <a href="#element_circle" class="element">circle</a>, <a href="#element_defs" class="element">defs</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_ellipse" class="element">ellipse</a>, <a href="#element_font" class="element">font</a>, <a href="#element_font-face" class="element">font-face</a>, <a href="#element_foreignObject" class="element">foreignObject</a>, <a href="#element_g" class="element">g</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_image" class="element">image</a>, <a href="#element_line" class="element">line</a>, <a href="#element_linearGradient" class="element">linearGradient</a>, <a href="#element_listener" class="element">listener</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_path" class="element">path</a>, <a href="#element_polygon" class="element">polygon</a>, <a href="#element_polyline" class="element">polyline</a>, <a href="#element_prefetch" class="element">prefetch</a>, <a href="#element_radialGradient" class="element">radialGradient</a>, <a href="#element_rect" class="element">rect</a>, <a href="#element_script" class="element">script</a>, <a href="#element_set" class="element">set</a>, <a href="#element_solidColor" class="element">solidColor</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_text" class="element">text</a>, <a href="#element_textArea" class="element">textArea</a>, <a href="#element_title" class="element">title</a>, <a href="#element_use" class="element">use</a>, <a href="#element_video" class="element">video</a>      </td>    </tr>
    <tr class="element" id="element_desc">
      <td nowrap="nowrap"><a href="struct.html#TitleAndDescriptionElements"><span class="element-name">'desc'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="media">M</td>
      <td class="element-children">&lt;text&gt;      </td>    </tr>
    <tr class="element" id="element_discard">
      <td nowrap="nowrap"><a href="struct.html#DiscardElement"><span class="element-name">'discard'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_begin" class="attribute">begin</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_ellipse">
      <td nowrap="nowrap"><a href="shapes.html#EllipseElement"><span class="element-name">'ellipse'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_cx" class="attribute">cx</a>, <a href="attributeTable.html#attribute_cy" class="attribute">cy</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_rx" class="attribute">rx</a>, <a href="attributeTable.html#attribute_ry" class="attribute">ry</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_font">
      <td nowrap="nowrap"><a href="fonts.html#FontElement"><span class="element-name">'font'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_horiz-adv-x" class="attribute">horiz-adv-x</a>, <a href="attributeTable.html#attribute_horiz-origin-x" class="attribute">horiz-origin-x</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_font-face" class="element">font-face</a>, <a href="#element_glyph" class="element">glyph</a>, <a href="#element_hkern" class="element">hkern</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_missing-glyph" class="element">missing-glyph</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_font-face">
      <td nowrap="nowrap"><a href="fonts.html#FontFaceElement"><span class="element-name">'font-face'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_accent-height" class="attribute">accent-height</a>, <a href="attributeTable.html#attribute_alphabetic" class="attribute">alphabetic</a>, <a href="attributeTable.html#attribute_ascent" class="attribute">ascent</a>, <a href="attributeTable.html#attribute_bbox" class="attribute">bbox</a>, <a href="attributeTable.html#attribute_cap-height" class="attribute">cap-height</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_descent" class="attribute">descent</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_font-family" class="attribute">font-family</a>, <a href="attributeTable.html#attribute_font-stretch" class="attribute">font-stretch</a>, <a href="attributeTable.html#attribute_font-style" class="attribute">font-style</a>, <a href="attributeTable.html#attribute_font-variant" class="attribute">font-variant</a>, <a href="attributeTable.html#attribute_font-weight" class="attribute">font-weight</a>, <a href="attributeTable.html#attribute_hanging" class="attribute">hanging</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_ideographic" class="attribute">ideographic</a>, <a href="attributeTable.html#attribute_mathematical" class="attribute">mathematical</a>, <a href="attributeTable.html#attribute_overline-position" class="attribute">overline-position</a>, <a href="attributeTable.html#attribute_overline-thickness" class="attribute">overline-thickness</a>, <a href="attributeTable.html#attribute_panose-1" class="attribute">panose-1</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_slope" class="attribute">slope</a>, <a href="attributeTable.html#attribute_stemh" class="attribute">stemh</a>, <a href="attributeTable.html#attribute_stemv" class="attribute">stemv</a>, <a href="attributeTable.html#attribute_strikethrough-position" class="attribute">strikethrough-position</a>, <a href="attributeTable.html#attribute_strikethrough-thickness" class="attribute">strikethrough-thickness</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_underline-position" class="attribute">underline-position</a>, <a href="attributeTable.html#attribute_underline-thickness" class="attribute">underline-thickness</a>, <a href="attributeTable.html#attribute_unicode-range" class="attribute">unicode-range</a>, <a href="attributeTable.html#attribute_units-per-em" class="attribute">units-per-em</a>, <a href="attributeTable.html#attribute_widths" class="attribute">widths</a>, <a href="attributeTable.html#attribute_x-height" class="attribute">x-height</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_font-face-src" class="element">font-face-src</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_font-face-src">
      <td nowrap="nowrap"><a href="fonts.html#FontFaceSrcElement"><span class="element-name">'font-face-src'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_font-face-uri" class="element">font-face-uri</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_font-face-uri">
      <td nowrap="nowrap"><a href="fonts.html#FontFaceUriElement"><span class="element-name">'font-face-uri'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_foreignObject">
      <td nowrap="nowrap"><a href="extend.html#ForeignObjectElement"><span class="element-name">'foreignObject'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_height" class="attribute">height</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_width" class="attribute">width</a>, <a href="attributeTable.html#attribute_x" class="attribute">x</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>, <a href="attributeTable.html#attribute_y" class="attribute">y</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_svg" class="element">svg</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_g">
      <td nowrap="nowrap"><a href="struct.html#GElement"><span class="element-name">'g'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_a" class="element">a</a>, <a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_animation" class="element">animation</a>, <a href="#element_audio" class="element">audio</a>, <a href="#element_circle" class="element">circle</a>, <a href="#element_defs" class="element">defs</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_ellipse" class="element">ellipse</a>, <a href="#element_font" class="element">font</a>, <a href="#element_font-face" class="element">font-face</a>, <a href="#element_foreignObject" class="element">foreignObject</a>, <a href="#element_g" class="element">g</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_image" class="element">image</a>, <a href="#element_line" class="element">line</a>, <a href="#element_linearGradient" class="element">linearGradient</a>, <a href="#element_listener" class="element">listener</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_path" class="element">path</a>, <a href="#element_polygon" class="element">polygon</a>, <a href="#element_polyline" class="element">polyline</a>, <a href="#element_prefetch" class="element">prefetch</a>, <a href="#element_radialGradient" class="element">radialGradient</a>, <a href="#element_rect" class="element">rect</a>, <a href="#element_script" class="element">script</a>, <a href="#element_set" class="element">set</a>, <a href="#element_solidColor" class="element">solidColor</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_text" class="element">text</a>, <a href="#element_textArea" class="element">textArea</a>, <a href="#element_title" class="element">title</a>, <a href="#element_use" class="element">use</a>, <a href="#element_video" class="element">video</a>      </td>    </tr>
    <tr class="element" id="element_glyph">
      <td nowrap="nowrap"><a href="fonts.html#GlyphElement"><span class="element-name">'glyph'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_arabic-form" class="attribute">arabic-form</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_d" class="attribute">d</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_glyph-name" class="attribute">glyph-name</a>, <a href="attributeTable.html#attribute_horiz-adv-x" class="attribute">horiz-adv-x</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_lang" class="attribute">lang</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_unicode" class="attribute">unicode</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_handler">
      <td nowrap="nowrap"><a href="script.html#HandlerElement"><span class="element-name">'handler'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_ev__event" class="attribute">ev:event</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_type" class="attribute">type</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children">&lt;text&gt;, <a href="#element_desc" class="element">desc</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_hkern">
      <td nowrap="nowrap"><a href="fonts.html#KernElements"><span class="element-name">'hkern'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_g1" class="attribute">g1</a>, <a href="attributeTable.html#attribute_g2" class="attribute">g2</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_k" class="attribute">k</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_u1" class="attribute">u1</a>, <a href="attributeTable.html#attribute_u2" class="attribute">u2</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_image">
      <td nowrap="nowrap"><a href="struct.html#ImageElement"><span class="element-name">'image'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_height" class="attribute">height</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#property_opacity" class="attribute">opacity</a>, <a href="attributeTable.html#attribute_preserveAspectRatio" class="attribute">preserveAspectRatio</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_type" class="attribute">type</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_width" class="attribute">width</a>, <a href="attributeTable.html#attribute_x" class="attribute">x</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>, <a href="attributeTable.html#attribute_y" class="attribute">y</a>      </td>      <td class="media">M</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_line">
      <td nowrap="nowrap"><a href="shapes.html#LineElement"><span class="element-name">'line'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_x1" class="attribute">x1</a>, <a href="attributeTable.html#attribute_x2" class="attribute">x2</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>, <a href="attributeTable.html#attribute_y1" class="attribute">y1</a>, <a href="attributeTable.html#attribute_y2" class="attribute">y2</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_linearGradient">
      <td nowrap="nowrap"><a href="painting.html#LinearGradientElement"><span class="element-name">'linearGradient'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_gradientUnits" class="attribute">gradientUnits</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_x1" class="attribute">x1</a>, <a href="attributeTable.html#attribute_x2" class="attribute">x2</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>, <a href="attributeTable.html#attribute_y1" class="attribute">y1</a>, <a href="attributeTable.html#attribute_y2" class="attribute">y2</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_stop" class="element">stop</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_listener">
      <td nowrap="nowrap"><a href="script.html#ListenerElement"><span class="element-name">'listener'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_defaultAction" class="attribute">defaultAction</a>, <a href="attributeTable.html#attribute_event" class="attribute">event</a>, <a href="attributeTable.html#attribute_handler" class="attribute">handler</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_observer" class="attribute">observer</a>, <a href="attributeTable.html#attribute_phase" class="attribute">phase</a>, <a href="attributeTable.html#attribute_propagate" class="attribute">propagate</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_target" class="attribute">target</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children">      </td>    </tr>
    <tr class="element" id="element_metadata">
      <td nowrap="nowrap"><a href="metadata.html#MetadataElement"><span class="element-name">'metadata'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="media">M</td>
      <td class="element-children">&lt;text&gt;      </td>    </tr>
    <tr class="element" id="element_missing-glyph">
      <td nowrap="nowrap"><a href="fonts.html#MissingGlyphElement"><span class="element-name">'missing-glyph'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_d" class="attribute">d</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_horiz-adv-x" class="attribute">horiz-adv-x</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_mpath">
      <td nowrap="nowrap"><a href="animate.html#MpathElement"><span class="element-name">'mpath'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_path">
      <td nowrap="nowrap"><a href="paths.html#PathElement"><span class="element-name">'path'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_d" class="attribute">d</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_pathLength" class="attribute">pathLength</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_polygon">
      <td nowrap="nowrap"><a href="shapes.html#PolygonElement"><span class="element-name">'polygon'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_points" class="attribute">points</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_polyline">
      <td nowrap="nowrap"><a href="shapes.html#PolylineElement"><span class="element-name">'polyline'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_points" class="attribute">points</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_prefetch">
      <td nowrap="nowrap"><a href="struct.html#PrefetchElement"><span class="element-name">'prefetch'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_bandwidth" class="attribute">bandwidth</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_mediaCharacterEncoding" class="attribute">mediaCharacterEncoding</a>, <a href="attributeTable.html#attribute_mediaContentEncodings" class="attribute">mediaContentEncodings</a>, <a href="attributeTable.html#attribute_mediaSize" class="attribute">mediaSize</a>, <a href="attributeTable.html#attribute_mediaTime" class="attribute">mediaTime</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_radialGradient">
      <td nowrap="nowrap"><a href="painting.html#RadialGradientElement"><span class="element-name">'radialGradient'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_cx" class="attribute">cx</a>, <a href="attributeTable.html#attribute_cy" class="attribute">cy</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_gradientUnits" class="attribute">gradientUnits</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_r" class="attribute">r</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_stop" class="element">stop</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_rect">
      <td nowrap="nowrap"><a href="shapes.html#RectElement"><span class="element-name">'rect'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_height" class="attribute">height</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_rx" class="attribute">rx</a>, <a href="attributeTable.html#attribute_ry" class="attribute">ry</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_width" class="attribute">width</a>, <a href="attributeTable.html#attribute_x" class="attribute">x</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>, <a href="attributeTable.html#attribute_y" class="attribute">y</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_script">
      <td nowrap="nowrap"><a href="script.html#ScriptElement"><span class="element-name">'script'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_type" class="attribute">type</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children">&lt;text&gt;, <a href="#element_desc" class="element">desc</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_set">
      <td nowrap="nowrap"><a href="animate.html#SetElement"><span class="element-name">'set'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_attributeName" class="attribute">attributeName</a>, <a href="attributeTable.html#attribute_attributeType" class="attribute">attributeType</a>, <a href="attributeTable.html#attribute_begin" class="attribute">begin</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_dur" class="attribute">dur</a>, <a href="attributeTable.html#attribute_end" class="attribute">end</a>, <a href="attributeTable.html#attribute_fill" class="attribute">fill</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_max" class="attribute">max</a>, <a href="attributeTable.html#attribute_min" class="attribute">min</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_repeatCount" class="attribute">repeatCount</a>, <a href="attributeTable.html#attribute_repeatDur" class="attribute">repeatDur</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_restart" class="attribute">restart</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_to" class="attribute">to</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children"><a href="#element_desc" class="element">desc</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_solidColor">
      <td nowrap="nowrap"><a href="painting.html#SolidColorElement"><span class="element-name">'solidColor'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_stop">
      <td nowrap="nowrap"><a href="painting.html#StopElement"><span class="element-name">'stop'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_offset" class="attribute">offset</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_svg">
      <td nowrap="nowrap"><a href="struct.html#SVGElement"><span class="element-name">'svg'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_baseProfile" class="attribute">baseProfile</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_contentScriptType" class="attribute">contentScriptType</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_height" class="attribute">height</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_playbackOrder" class="attribute">playbackOrder</a>, <a href="attributeTable.html#attribute_preserveAspectRatio" class="attribute">preserveAspectRatio</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_snapshotTime" class="attribute">snapshotTime</a>, <a href="attributeTable.html#attribute_syncBehaviorDefault" class="attribute">syncBehaviorDefault</a>, <a href="attributeTable.html#attribute_syncToleranceDefault" class="attribute">syncToleranceDefault</a>, <a href="attributeTable.html#attribute_timelineBegin" class="attribute">timelineBegin</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_version" class="attribute">version</a>, <a href="attributeTable.html#attribute_viewBox" class="attribute">viewBox</a>, <a href="attributeTable.html#attribute_width" class="attribute">width</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>, <a href="attributeTable.html#attribute_zoomAndPan" class="attribute">zoomAndPan</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_a" class="element">a</a>, <a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_animation" class="element">animation</a>, <a href="#element_audio" class="element">audio</a>, <a href="#element_circle" class="element">circle</a>, <a href="#element_defs" class="element">defs</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_ellipse" class="element">ellipse</a>, <a href="#element_font" class="element">font</a>, <a href="#element_font-face" class="element">font-face</a>, <a href="#element_foreignObject" class="element">foreignObject</a>, <a href="#element_g" class="element">g</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_image" class="element">image</a>, <a href="#element_line" class="element">line</a>, <a href="#element_linearGradient" class="element">linearGradient</a>, <a href="#element_listener" class="element">listener</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_path" class="element">path</a>, <a href="#element_polygon" class="element">polygon</a>, <a href="#element_polyline" class="element">polyline</a>, <a href="#element_prefetch" class="element">prefetch</a>, <a href="#element_radialGradient" class="element">radialGradient</a>, <a href="#element_rect" class="element">rect</a>, <a href="#element_script" class="element">script</a>, <a href="#element_set" class="element">set</a>, <a href="#element_solidColor" class="element">solidColor</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_text" class="element">text</a>, <a href="#element_textArea" class="element">textArea</a>, <a href="#element_title" class="element">title</a>, <a href="#element_use" class="element">use</a>, <a href="#element_video" class="element">video</a>      </td>    </tr>
    <tr class="element" id="element_switch">
      <td nowrap="nowrap"><a href="struct.html#SwitchElement"><span class="element-name">'switch'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children">The <a href="struct.html#SwitchElement"><span class="element-name">'switch'</span></a> element may contain any element that its parent may contain.      </td>    </tr>
    <tr class="element" id="element_tbreak">
      <td nowrap="nowrap"><a href="text.html#tbreakElement"><span class="element-name">'tbreak'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="false">&#x2718;</td>
      <td class="element-children">      </td>    </tr>
    <tr class="element" id="element_text">
      <td nowrap="nowrap"><a href="text.html#TextElement"><span class="element-name">'text'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_editable" class="attribute">editable</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_rotate" class="attribute">rotate</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_x" class="attribute">x</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>, <a href="attributeTable.html#attribute_y" class="attribute">y</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children">&lt;text&gt;, <a href="#element_a" class="element">a</a>, <a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>, <a href="#element_tspan" class="element">tspan</a>      </td>    </tr>
    <tr class="element" id="element_textArea">
      <td nowrap="nowrap"><a href="text.html#TextAreaElement"><span class="element-name">'textArea'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_editable" class="attribute">editable</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_height" class="attribute">height</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_width" class="attribute">width</a>, <a href="attributeTable.html#attribute_x" class="attribute">x</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>, <a href="attributeTable.html#attribute_y" class="attribute">y</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children">&lt;text&gt;, <a href="#element_a" class="element">a</a>, <a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_tbreak" class="element">tbreak</a>, <a href="#element_title" class="element">title</a>, <a href="#element_tspan" class="element">tspan</a>      </td>    </tr>
    <tr class="element" id="element_title">
      <td nowrap="nowrap"><a href="struct.html#TitleAndDescriptionElements"><span class="element-name">'title'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="media">M</td>
      <td class="element-children">&lt;text&gt;      </td>    </tr>
    <tr class="element" id="element_tspan">
      <td nowrap="nowrap"><a href="text.html#TSpanElement"><span class="element-name">'tspan'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children">The <a href="text.html#TSpanElement"><span class="element-name">'tspan'</span></a> element may contain any element that its parent may contain.      </td>    </tr>
    <tr class="element" id="element_use">
      <td nowrap="nowrap"><a href="struct.html#UseElement"><span class="element-name">'use'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_x" class="attribute">x</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>, <a href="attributeTable.html#attribute_y" class="attribute">y</a>      </td>      <td class="true">&#x2714;</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
    <tr class="element" id="element_video">
      <td nowrap="nowrap"><a href="multimedia.html#VideoElement"><span class="element-name">'video'</span></a></td>
      <td class="element-attributes"><a href="attributeTable.html#attribute_about" class="attribute">about</a>, <a href="attributeTable.html#attribute_begin" class="attribute">begin</a>, <a href="attributeTable.html#attribute_class" class="attribute">class</a>, <a href="attributeTable.html#attribute_content" class="attribute">content</a>, <a href="attributeTable.html#attribute_datatype" class="attribute">datatype</a>, <a href="attributeTable.html#attribute_dur" class="attribute">dur</a>, <a href="attributeTable.html#attribute_end" class="attribute">end</a>, <a href="attributeTable.html#attribute_externalResourcesRequired" class="attribute">externalResourcesRequired</a>, <a href="attributeTable.html#attribute_fill" class="attribute">fill</a>, <a href="attributeTable.html#attribute_focusHighlight" class="attribute">focusHighlight</a>, <a href="attributeTable.html#attribute_focusable" class="attribute">focusable</a>, <a href="attributeTable.html#attribute_height" class="attribute">height</a>, <a href="attributeTable.html#attribute_id" class="attribute">id</a>, <a href="attributeTable.html#attribute_initialVisibility" class="attribute">initialVisibility</a>, <a href="attributeTable.html#attribute_max" class="attribute">max</a>, <a href="attributeTable.html#attribute_min" class="attribute">min</a>, <a href="attributeTable.html#attribute_nav-down" class="attribute">nav-down</a>, <a href="attributeTable.html#attribute_nav-down-left" class="attribute">nav-down-left</a>, <a href="attributeTable.html#attribute_nav-down-right" class="attribute">nav-down-right</a>, <a href="attributeTable.html#attribute_nav-left" class="attribute">nav-left</a>, <a href="attributeTable.html#attribute_nav-next" class="attribute">nav-next</a>, <a href="attributeTable.html#attribute_nav-prev" class="attribute">nav-prev</a>, <a href="attributeTable.html#attribute_nav-right" class="attribute">nav-right</a>, <a href="attributeTable.html#attribute_nav-up" class="attribute">nav-up</a>, <a href="attributeTable.html#attribute_nav-up-left" class="attribute">nav-up-left</a>, <a href="attributeTable.html#attribute_nav-up-right" class="attribute">nav-up-right</a>, <a href="attributeTable.html#attribute_overlay" class="attribute">overlay</a>, <a href="attributeTable.html#attribute_preserveAspectRatio" class="attribute">preserveAspectRatio</a>, <a href="attributeTable.html#attribute_property" class="attribute">property</a>, <a href="attributeTable.html#attribute_rel" class="attribute">rel</a>, <a href="attributeTable.html#attribute_repeatCount" class="attribute">repeatCount</a>, <a href="attributeTable.html#attribute_repeatDur" class="attribute">repeatDur</a>, <a href="attributeTable.html#attribute_requiredExtensions" class="attribute">requiredExtensions</a>, <a href="attributeTable.html#attribute_requiredFeatures" class="attribute">requiredFeatures</a>, <a href="attributeTable.html#attribute_requiredFonts" class="attribute">requiredFonts</a>, <a href="attributeTable.html#attribute_requiredFormats" class="attribute">requiredFormats</a>, <a href="attributeTable.html#attribute_resource" class="attribute">resource</a>, <a href="attributeTable.html#attribute_restart" class="attribute">restart</a>, <a href="attributeTable.html#attribute_rev" class="attribute">rev</a>, <a href="attributeTable.html#attribute_role" class="attribute">role</a>, <a href="attributeTable.html#attribute_syncBehavior" class="attribute">syncBehavior</a>, <a href="attributeTable.html#attribute_syncMaster" class="attribute">syncMaster</a>, <a href="attributeTable.html#attribute_syncTolerance" class="attribute">syncTolerance</a>, <a href="attributeTable.html#attribute_systemLanguage" class="attribute">systemLanguage</a>, <a href="attributeTable.html#attribute_transform" class="attribute">transform</a>, <a href="attributeTable.html#attribute_transformBehavior" class="attribute">transformBehavior</a>, <a href="attributeTable.html#attribute_type" class="attribute">type</a>, <a href="attributeTable.html#attribute_typeof" class="attribute">typeof</a>, <a href="attributeTable.html#attribute_width" class="attribute">width</a>, <a href="attributeTable.html#attribute_x" class="attribute">x</a>, <a href="attributeTable.html#attribute_xlink__actuate" class="attribute">xlink:actuate</a>, <a href="attributeTable.html#attribute_xlink__arcrole" class="attribute">xlink:arcrole</a>, <a href="attributeTable.html#attribute_xlink__href" class="attribute">xlink:href</a>, <a href="attributeTable.html#attribute_xlink__role" class="attribute">xlink:role</a>, <a href="attributeTable.html#attribute_xlink__show" class="attribute">xlink:show</a>, <a href="attributeTable.html#attribute_xlink__title" class="attribute">xlink:title</a>, <a href="attributeTable.html#attribute_xlink__type" class="attribute">xlink:type</a>, <a href="attributeTable.html#attribute_xml__base" class="attribute">xml:base</a>, <a href="attributeTable.html#attribute_xml__id" class="attribute">xml:id</a>, <a href="attributeTable.html#attribute_xml__lang" class="attribute">xml:lang</a>, <a href="attributeTable.html#attribute_xml__space" class="attribute">xml:space</a>, <a href="attributeTable.html#attribute_y" class="attribute">y</a>      </td>      <td class="media">M</td>
      <td class="element-children"><a href="#element_animate" class="element">animate</a>, <a href="#element_animateColor" class="element">animateColor</a>, <a href="#element_animateMotion" class="element">animateMotion</a>, <a href="#element_animateTransform" class="element">animateTransform</a>, <a href="#element_desc" class="element">desc</a>, <a href="#element_discard" class="element">discard</a>, <a href="#element_handler" class="element">handler</a>, <a href="#element_metadata" class="element">metadata</a>, <a href="#element_set" class="element">set</a>, <a href="#element_switch" class="element">switch</a>, <a href="#element_title" class="element">title</a>      </td>    </tr>
  </tbody>
</table>

  
<div class="footer">
  SVG Tiny 1.2 &#x2013; 20081222
  <ul>
    <li><a href="index.html">Top</a></li>
    <li><a href="expanded-toc.html">Contents</a></li>
    <li><a href="feature.html">Previous</a></li>
    <li><a href="attributeTable.html">Next</a></li>
    <li><a href="elementTable.html">Elements</a></li>
    <li><a href="attributeTable.html">Attributes</a></li>
  </ul>
</div>

</body>
</html>