validate-website 1.6.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +8 -0
  3. data/LICENSE +1 -1
  4. data/README.md +1 -1
  5. data/lib/validate_website/core.rb +1 -0
  6. data/lib/validate_website/static.rb +4 -63
  7. data/lib/validate_website/static_link.rb +65 -0
  8. data/lib/validate_website/validator.rb +43 -39
  9. data/lib/validate_website/version.rb +1 -1
  10. data/man/man1/validate-website-static.1 +3 -3
  11. data/man/man1/validate-website.1 +3 -3
  12. data/test/crawler_test.rb +9 -5
  13. data/test/data/validator.nu-failure.json +1 -0
  14. data/test/data/validator.nu-success.json +1 -0
  15. data/test/static_test.rb +1 -1
  16. data/test/validator_test.rb +14 -41
  17. metadata +14 -68
  18. data/data/schemas/xhtml-access-1.xsd +0 -43
  19. data/data/schemas/xhtml-applet-1.xsd +0 -66
  20. data/data/schemas/xhtml-attribs-1.xsd +0 -67
  21. data/data/schemas/xhtml-basic-form-1.xsd +0 -195
  22. data/data/schemas/xhtml-basic-table-1.xsd +0 -169
  23. data/data/schemas/xhtml-basic10-model-1.xsd +0 -385
  24. data/data/schemas/xhtml-basic10-module-redefines-1.xsd +0 -61
  25. data/data/schemas/xhtml-basic10-modules-1.xsd +0 -233
  26. data/data/schemas/xhtml-basic10.xsd +0 -99
  27. data/data/schemas/xhtml-basic11-model-1.xsd +0 -622
  28. data/data/schemas/xhtml-basic11-modules-1.xsd +0 -508
  29. data/data/schemas/xhtml-basic11.xsd +0 -105
  30. data/data/schemas/xhtml-bdo-1.xsd +0 -72
  31. data/data/schemas/xhtml-blkphras-1.xsd +0 -155
  32. data/data/schemas/xhtml-blkpres-1.xsd +0 -32
  33. data/data/schemas/xhtml-blkstruct-1.xsd +0 -44
  34. data/data/schemas/xhtml-csismap-1.xsd +0 -91
  35. data/data/schemas/xhtml-edit-1.xsd +0 -34
  36. data/data/schemas/xhtml-form-1.xsd +0 -321
  37. data/data/schemas/xhtml-frames-1.xsd +0 -113
  38. data/data/schemas/xhtml-framework-1.xsd +0 -62
  39. data/data/schemas/xhtml-hypertext-1.xsd +0 -47
  40. data/data/schemas/xhtml-iframe-1.xsd +0 -68
  41. data/data/schemas/xhtml-image-1.xsd +0 -40
  42. data/data/schemas/xhtml-inlphras-1.xsd +0 -158
  43. data/data/schemas/xhtml-inlpres-1.xsd +0 -34
  44. data/data/schemas/xhtml-inlstruct-1.xsd +0 -45
  45. data/data/schemas/xhtml-legacy-1.xsd +0 -97
  46. data/data/schemas/xhtml-link-1.xsd +0 -45
  47. data/data/schemas/xhtml-list-1.xsd +0 -94
  48. data/data/schemas/xhtml-meta-1.xsd +0 -54
  49. data/data/schemas/xhtml-misc-1.xsd +0 -441
  50. data/data/schemas/xhtml-object-1.xsd +0 -71
  51. data/data/schemas/xhtml-param-1.xsd +0 -46
  52. data/data/schemas/xhtml-pres-1.xsd +0 -46
  53. data/data/schemas/xhtml-print-1.xsd +0 -85
  54. data/data/schemas/xhtml-print-model-1.xsd +0 -604
  55. data/data/schemas/xhtml-print-modules-1.xsd +0 -422
  56. data/data/schemas/xhtml-rdfa-1.xsd +0 -116
  57. data/data/schemas/xhtml-rdfa-model-1.xsd +0 -461
  58. data/data/schemas/xhtml-rdfa-modules-1.xsd +0 -548
  59. data/data/schemas/xhtml-ruby-1.xsd +0 -170
  60. data/data/schemas/xhtml-script-1.xsd +0 -65
  61. data/data/schemas/xhtml-struct-1.xsd +0 -85
  62. data/data/schemas/xhtml-style-1.xsd +0 -47
  63. data/data/schemas/xhtml-table-1.xsd +0 -267
  64. data/data/schemas/xhtml-text-1.xsd +0 -62
  65. data/data/schemas/xhtml11-model-1.xsd +0 -715
  66. data/data/schemas/xhtml11-module-redefines-1.xsd +0 -335
  67. data/data/schemas/xhtml11-modules-1.xsd +0 -605
  68. data/data/schemas/xhtml11.xsd +0 -107
  69. data/data/schemas/xml-handlers-2.xsd +0 -98
  70. data/data/schemas/xml-script-1.xsd +0 -38
  71. data/test/data/html5-linuxfr.html +0 -1286
  72. data/test/data/validator.nu-excessive.html +0 -118
  73. data/test/data/validator.nu-failure.html +0 -10
  74. data/test/data/validator.nu-success.html +0 -2
@@ -1,422 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
3
- elementFormDefault="qualified"
4
- xmlns:xh11d="http://www.w3.org/1999/xhtml/datatypes/" >
5
- <xs:import namespace="http://www.w3.org/1999/xhtml/datatypes/"
6
- schemaLocation="xhtml-datatypes-1.xsd" />
7
-
8
- <xs:annotation>
9
- <xs:documentation>
10
- This schema includes all modules for XHTML1.1 Document Type.
11
- $Id: xhtml-print-modules-1.xsd,v 1.2 2008/07/07 19:11:15 smccarro Exp $
12
- </xs:documentation>
13
- <xs:documentation source="xhtml-copyright-1.xsd"/>
14
- </xs:annotation>
15
- <xs:annotation>
16
- <xs:documentation>
17
- This schema includes all modules (and redefinitions)
18
- for XHTML1.1 Document Type.
19
- XHTML1.1 Document Type includes the following Modules
20
-
21
- XHTML Core modules (Required for XHTML Family Conformance)
22
- + text
23
- + hypertext
24
- + lists
25
- + structure
26
-
27
- Other XHTML modules
28
- + Edit
29
- + Presentational
30
- + Link
31
- + Meta
32
- + Base
33
- + Scripting
34
- + Style
35
- + Image
36
- + Object
37
- + Param (Applet/Object modules require Param Module)
38
- + Basic Tables
39
- + Target
40
- + Basic Forms
41
-
42
- </xs:documentation>
43
- </xs:annotation>
44
- <xs:include schemaLocation="xhtml-framework-1.xsd">
45
- <xs:annotation>
46
- <xs:documentation>
47
- Schema Framework Component Modules:
48
- + notations
49
- + datatypes
50
- + common attributes
51
- + character entities
52
- </xs:documentation>
53
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_commonatts"/>
54
- </xs:annotation>
55
- </xs:include>
56
- <xs:include schemaLocation="xhtml-text-1.xsd">
57
- <xs:annotation>
58
- <xs:documentation>
59
- Text module
60
-
61
- The Text module includes declarations for all core
62
- text container elements and their attributes.
63
-
64
- + block phrasal
65
- + block structural
66
- + inline phrasal
67
- + inline structural
68
-
69
- Elements defined here:
70
- * address, blockquote, pre, h1, h2, h3, h4, h5, h6
71
- * div, p
72
- * abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var
73
- * br, span
74
- </xs:documentation>
75
- <xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_textmodule"/>
76
- </xs:annotation>
77
- </xs:include>
78
- <xs:redefine schemaLocation="xhtml-hypertext-1.xsd">
79
- <xs:annotation>
80
- <xs:documentation>
81
- Hypertext module
82
-
83
- Elements defined here:
84
- * a
85
- </xs:documentation>
86
- <xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_hypertextmodule"/>
87
- </xs:annotation>
88
- <xs:attributeGroup name="xhtml.a.attlist">
89
- <xs:attributeGroup ref="xhtml.a.attlist"/>
90
- </xs:attributeGroup>
91
- </xs:redefine>
92
- <xs:include schemaLocation="xhtml-list-1.xsd">
93
- <xs:annotation>
94
- <xs:documentation>
95
- Lists module
96
-
97
- Elements defined here:
98
- * dt, dd, dl, ol, ul, li
99
- </xs:documentation>
100
- <xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_listmodule"/>
101
- </xs:annotation>
102
- </xs:include>
103
- <xs:redefine schemaLocation="xhtml-struct-1.xsd">
104
- <xs:annotation>
105
- <xs:documentation>
106
- Structural module
107
-
108
- Elements defined here:
109
- * title, head, body, html
110
- </xs:documentation>
111
- <xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_structuremodule"/>
112
- </xs:annotation>
113
- <xs:attributeGroup name="xhtml.version.attrib">
114
- <xs:annotation>
115
- <xs:documentation>
116
- Redefinition by the XHTML Print 1.0 Markup (for value of version attr)
117
- </xs:documentation>
118
- </xs:annotation>
119
- <xs:attribute name="version" type="xh11d:CDATA" fixed="-//W3C//DTD XHTML 1.1//EN"/>
120
- </xs:attributeGroup>
121
- <xs:attributeGroup name="xhtml.body.attlist">
122
- <xs:attributeGroup ref="xhtml.body.attlist">
123
- <xs:annotation>
124
- <xs:documentation>
125
- Original Body Attlist
126
- </xs:documentation>
127
- </xs:annotation>
128
- </xs:attributeGroup>
129
- <xs:attributeGroup ref="xhtml.body.events.attlist">
130
- <xs:annotation>
131
- <xs:documentation>
132
- Redefinition by XHTML Event Attribute Module
133
- </xs:documentation>
134
- </xs:annotation>
135
- </xs:attributeGroup>
136
- </xs:attributeGroup>
137
- </xs:redefine>
138
- <xs:include schemaLocation="xhtml-pres-1.xsd">
139
- <xs:annotation>
140
- <xs:documentation>
141
- Presentational module
142
-
143
- Elements defined here:
144
- * hr, b, big, i, small,sub, sup, tt
145
- </xs:documentation>
146
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_presentationmodule"/>
147
- </xs:annotation>
148
- </xs:include>
149
- <xs:include schemaLocation="xhtml-link-1.xsd">
150
- <xs:annotation>
151
- <xs:documentation>
152
- Link module
153
-
154
- Elements defined here:
155
- * link
156
- </xs:documentation>
157
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_linkmodule"/>
158
- </xs:annotation>
159
- <xs:attributeGroup name="xhtml.link.attlist">
160
- <xs:annotation>
161
- <xs:documentation>
162
- Changes to XHTML Link Attlist
163
- </xs:documentation>
164
- </xs:annotation>
165
- <xs:attributeGroup ref="xhtml.link.attlist">
166
- <xs:annotation>
167
- <xs:documentation>
168
- Original Link Attributes (declared in Link Module)
169
- </xs:documentation>
170
- </xs:annotation>
171
- </xs:attributeGroup>
172
- </xs:attributeGroup>
173
- </xs:include>
174
- <xs:include schemaLocation="xhtml-meta-1.xsd">
175
- <xs:annotation>
176
- <xs:documentation>
177
- Meta module
178
-
179
- Elements defined here:
180
- * meta
181
- </xs:documentation>
182
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_metamodule"/>
183
- </xs:annotation>
184
- </xs:include>
185
- <xs:include schemaLocation="xhtml-base-1.xsd">
186
- <xs:annotation>
187
- <xs:documentation>
188
- Base module
189
-
190
- Elements defined here:
191
- * base
192
- </xs:documentation>
193
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_basemodule"/>
194
- </xs:annotation>
195
- <xs:attributeGroup name="xhtml.base.attlist">
196
- <xs:annotation>
197
- <xs:documentation>
198
- Changes to XHTML base Attlist
199
- </xs:documentation>
200
- </xs:annotation>
201
- <xs:attributeGroup ref="xhtml.base.attlist">
202
- <xs:annotation>
203
- <xs:documentation>
204
- Original Base Attributes (declared in Base Module)
205
- </xs:documentation>
206
- </xs:annotation>
207
- </xs:attributeGroup>
208
- <xs:attributeGroup ref="xhtml.base.target.attlist">
209
- <xs:annotation>
210
- <xs:documentation>
211
- XHTML Target Module - Attribute additions
212
- </xs:documentation>
213
- </xs:annotation>
214
- </xs:attributeGroup>
215
- </xs:attributeGroup>
216
- </xs:include>
217
- <xs:include schemaLocation="xhtml-script-1.xsd">
218
- <xs:annotation>
219
- <xs:documentation>
220
- Scripting module
221
-
222
- Elements defined here:
223
- * script, noscript
224
- </xs:documentation>
225
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_scriptmodule"/>
226
- </xs:annotation>
227
- </xs:include>
228
- <xs:include schemaLocation="xhtml-style-1.xsd">
229
- <xs:annotation>
230
- <xs:documentation>
231
- Style module
232
-
233
- Elements defined here:
234
- * style
235
- </xs:documentation>
236
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_stylemodule"/>
237
- </xs:annotation>
238
- </xs:include>
239
- <xs:include schemaLocation="xhtml-inlstyle-1.xsd">
240
- <xs:annotation>
241
- <xs:documentation>
242
- Style attribute module
243
-
244
- Attribute defined here:
245
- * style
246
- </xs:documentation>
247
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_styleattributemodule"/>
248
- </xs:annotation>
249
- </xs:include>
250
- <xs:redefine schemaLocation="xhtml-image-1.xsd">
251
- <xs:annotation>
252
- <xs:documentation>
253
- Image module
254
-
255
- Elements defined here:
256
- * img
257
- </xs:documentation>
258
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_imagemodule"/>
259
- </xs:annotation>
260
- <xs:attributeGroup name="xhtml.img.attlist">
261
- <xs:attributeGroup ref="xhtml.img.attlist">
262
- <xs:annotation>
263
- <xs:documentation>
264
- Original Image Attributes (in Image Module)
265
- </xs:documentation>
266
- </xs:annotation>
267
- </xs:attributeGroup>
268
- </xs:attributeGroup>
269
- </xs:redefine>
270
- <xs:redefine schemaLocation="xhtml-object-1.xsd">
271
- <xs:annotation>
272
- <xs:documentation>
273
- Object module
274
-
275
- Elements defined here:
276
- * object
277
- </xs:documentation>
278
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_objectmodule"/>
279
- </xs:annotation>
280
- <xs:attributeGroup name="xhtml.object.attlist">
281
- <xs:attributeGroup ref="xhtml.object.attlist">
282
- <xs:annotation>
283
- <xs:documentation>
284
- Original Object Attlist
285
- </xs:documentation>
286
- </xs:annotation>
287
- </xs:attributeGroup>
288
- <xs:attributeGroup ref="xhtml.object.csim.attlist">
289
- <xs:annotation>
290
- <xs:documentation>
291
- Redefinition by Client Image Map Module
292
- </xs:documentation>
293
- </xs:annotation>
294
- </xs:attributeGroup>
295
- </xs:attributeGroup>
296
- </xs:redefine>
297
- <xs:include schemaLocation="xhtml-param-1.xsd">
298
- <xs:annotation>
299
- <xs:documentation>
300
- Param module
301
-
302
- Elements defined here:
303
- * param
304
- </xs:documentation>
305
- </xs:annotation>
306
- </xs:include>
307
- <xs:include schemaLocation="xhtml-basic-table-1.xsd">
308
- <xs:annotation>
309
- <xs:documentation>
310
- Tables module
311
-
312
- Elements defined here:
313
- * table, caption, tr, th, td
314
- </xs:documentation>
315
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_basictablemodule"/>
316
- </xs:annotation>
317
- </xs:include>
318
- <xs:redefine schemaLocation="xhtml-basic-form-1.xsd">
319
- <xs:annotation>
320
- <xs:documentation>
321
- Forms module
322
-
323
- Elements defined here:
324
- * form, label, input, select, option,
325
- * textarea
326
- </xs:documentation>
327
- <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_extformsmodule"/>
328
- </xs:annotation>
329
- <xs:attributeGroup name="xhtml.form.attlist">
330
- <xs:annotation>
331
- <xs:documentation>
332
- Changes to XHTML Form Attlist
333
- </xs:documentation>
334
- </xs:annotation>
335
- <xs:attributeGroup ref="xhtml.form.attlist">
336
- <xs:annotation>
337
- <xs:documentation>
338
- Original Form Attributes (declared in Forms Module)
339
- </xs:documentation>
340
- </xs:annotation>
341
- </xs:attributeGroup>
342
- </xs:attributeGroup>
343
- <xs:attributeGroup name="xhtml.input.attlist">
344
- <xs:annotation>
345
- <xs:documentation>
346
- Changes to XHTML Form Input Element
347
- </xs:documentation>
348
- </xs:annotation>
349
- <xs:attributeGroup ref="xhtml.input.attlist">
350
- <xs:annotation>
351
- <xs:documentation>
352
- Original Input Attributes (in Forms Module)
353
- </xs:documentation>
354
- </xs:annotation>
355
- </xs:attributeGroup>
356
- </xs:attributeGroup>
357
- <xs:attributeGroup name="xhtml.label.attlist">
358
- <xs:attributeGroup ref="xhtml.label.attlist">
359
- <xs:annotation>
360
- <xs:documentation>
361
- Original Label Attributes (in Forms Module)
362
- </xs:documentation>
363
- </xs:annotation>
364
- </xs:attributeGroup>
365
- <xs:attributeGroup ref="xhtml.label.events.attlist">
366
- <xs:annotation>
367
- <xs:documentation>
368
- Redefinition by Event Attribute Module
369
- </xs:documentation>
370
- </xs:annotation>
371
- </xs:attributeGroup>
372
- </xs:attributeGroup>
373
- <xs:attributeGroup name="xhtml.select.attlist">
374
- <xs:attributeGroup ref="xhtml.select.attlist">
375
- <xs:annotation>
376
- <xs:documentation>
377
- Original Select Attributes (in Forms Module)
378
- </xs:documentation>
379
- </xs:annotation>
380
- </xs:attributeGroup>
381
- <xs:attributeGroup ref="xhtml.select.events.attlist">
382
- <xs:annotation>
383
- <xs:documentation>
384
- Redefinition by Event Attribute Module
385
- </xs:documentation>
386
- </xs:annotation>
387
- </xs:attributeGroup>
388
- </xs:attributeGroup>
389
- <xs:attributeGroup name="xhtml.textarea.attlist">
390
- <xs:attributeGroup ref="xhtml.textarea.attlist">
391
- <xs:annotation>
392
- <xs:documentation>
393
- Original TextArea Attributes (in Forms Module)
394
- </xs:documentation>
395
- </xs:annotation>
396
- </xs:attributeGroup>
397
- <xs:attributeGroup ref="xhtml.textarea.events.attlist">
398
- <xs:annotation>
399
- <xs:documentation>
400
- Redefinition by Event Attribute Module
401
- </xs:documentation>
402
- </xs:annotation>
403
- </xs:attributeGroup>
404
- </xs:attributeGroup>
405
- <xs:attributeGroup name="xhtml.button.attlist">
406
- <xs:attributeGroup ref="xhtml.button.attlist">
407
- <xs:annotation>
408
- <xs:documentation>
409
- Original Button Attributes (in Forms Module)
410
- </xs:documentation>
411
- </xs:annotation>
412
- </xs:attributeGroup>
413
- <xs:attributeGroup ref="xhtml.button.events.attlist">
414
- <xs:annotation>
415
- <xs:documentation>
416
- Redefinition by Event Attribute Module
417
- </xs:documentation>
418
- </xs:annotation>
419
- </xs:attributeGroup>
420
- </xs:attributeGroup>
421
- </xs:redefine>
422
- </xs:schema>
@@ -1,116 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/1999/xhtml" xmlns:xh11d="http://www.w3.org/1999/xhtml/datatypes/" xmlns="http://www.w3.org/1999/xhtml" elementFormDefault="qualified">
3
- <xs:annotation>
4
- <xs:documentation> This is the XML Schema driver for XHTML + RDFa Please use this namespace
5
- for XHTML elements: "http://www.w3.org/1999/xhtml" $Id: xhtml-rdfa-1.xsd,v 1.2
6
- 2008/07/02 13:26:46 ahby Exp $ </xs:documentation>
7
- <xs:documentation source="xhtml-copyright-1.xsd"/>
8
- </xs:annotation>
9
- <xs:annotation>
10
- <xs:documentation> This is the Schema Driver file for XHTML + RDFa Document Type This schema
11
- + imports external schemas (xml.xsd) + refedines (and include)s schema modules for
12
- XHTML1.1 Document Type. + includes Schema for Named content model for the XHTML1.1
13
- Document Type XHTML1.1 Document Type includes the following Modules XHTML Core modules
14
- (Required for XHTML Family Conformance) + text + hypertext + lists + structure Other
15
- XHTML modules + Edit + Bdo + Presentational + Link + Meta + Base + Scripting + Style +
16
- Image + Applet + Object + Param (Applet/Object modules require Param Module) + Tables +
17
- Forms + Client side image maps + Server side image maps + Ruby </xs:documentation>
18
- </xs:annotation>
19
- <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd">
20
- <xs:annotation>
21
- <xs:documentation> This import brings in the XML namespace attributes The XML attributes
22
- are used by various modules. </xs:documentation>
23
- </xs:annotation>
24
- </xs:import>
25
- <xs:import namespace="http://www.w3.org/1999/xhtml/datatypes/" schemaLocation="xhtml-datatypes-1.xsd"/>
26
- <xs:include schemaLocation="xhtml-rdfa-model-1.xsd">
27
- <xs:annotation>
28
- <xs:documentation> Document Model module for the XHTML+RDFa Document Type. This schema
29
- file defines all named models used by XHTML Modularization Framework for XHTML+RDFa
30
- Document Type </xs:documentation>
31
- </xs:annotation>
32
- </xs:include>
33
- <xs:include schemaLocation="xhtml-rdfa-modules-1.xsd">
34
- <xs:annotation>
35
- <xs:documentation> Schema that includes all modules (and redefinitions) for XHTML1.1
36
- Document Type. </xs:documentation>
37
- </xs:annotation>
38
- </xs:include>
39
- <!-- link, meta, and a need to be defined directly here -->
40
- <xs:attributeGroup name="xhtml.a.attlist">
41
- <xs:attributeGroup ref="xhtml.Common.attrib"/>
42
- <xs:attribute name="href" type="xh11d:URI"/>
43
- <xs:attribute name="charset" type="xh11d:Charset"/>
44
- <xs:attribute name="type" type="xh11d:ContentType"/>
45
- <xs:attribute name="hreflang" type="xh11d:LanguageCode"/>
46
- <xs:attribute name="accesskey" type="xh11d:Character"/>
47
- <xs:attribute name="tabindex" type="xh11d:Number"/>
48
- <xs:attributeGroup ref="xhtml.a.csim.attlist">
49
- <xs:annotation>
50
- <xs:documentation>
51
- Redefinition by Client Side Image Map Module
52
- </xs:documentation>
53
- </xs:annotation>
54
- </xs:attributeGroup>
55
- <xs:attributeGroup ref="xhtml.a.events.attlist">
56
- <xs:annotation>
57
- <xs:documentation>
58
- Redefinition by XHTML Event Attribute Module
59
- </xs:documentation>
60
- </xs:annotation>
61
- </xs:attributeGroup>
62
- <xs:attributeGroup ref="xhtml.a.target.attlist">
63
- <xs:annotation>
64
- <xs:documentation>
65
- Target Module - A Attribute Additions
66
- </xs:documentation>
67
- </xs:annotation>
68
- </xs:attributeGroup>
69
- </xs:attributeGroup>
70
- <xs:group name="xhtml.a.content">
71
- <xs:sequence>
72
- <xs:group ref="xhtml.InlNoAnchor.mix" minOccurs="0" maxOccurs="unbounded"/>
73
- </xs:sequence>
74
- </xs:group>
75
- <xs:complexType name="xhtml.a.type" mixed="true">
76
- <xs:group ref="xhtml.a.content"/>
77
- <xs:attributeGroup ref="xhtml.a.attlist"/>
78
- </xs:complexType>
79
- <xs:attributeGroup name="xhtml.link.attlist">
80
- <xs:attributeGroup ref="xhtml.Common.attrib"/>
81
- <xs:attribute name="charset" type="xh11d:Charset"/>
82
- <xs:attribute name="href" type="xh11d:URI"/>
83
- <xs:attribute name="hreflang" type="xh11d:LanguageCode"/>
84
- <xs:attribute name="type" type="xh11d:ContentType"/>
85
- <xs:attribute name="media" type="xh11d:MediaDesc"/>
86
- </xs:attributeGroup>
87
- <xs:group name="xhtml.link.content">
88
- <xs:sequence/>
89
- </xs:group>
90
- <xs:complexType name="xhtml.link.type">
91
- <xs:group ref="xhtml.link.content"/>
92
- <xs:attributeGroup ref="xhtml.link.attlist"/>
93
- </xs:complexType>
94
- <xs:attributeGroup name="xhtml.meta.attlist">
95
- <xs:attributeGroup ref="xhtml.I18n.attrib"/>
96
- <xs:attribute ref="xml:space"/>
97
- <xs:attribute name="http-equiv" type="xs:NMTOKEN"/>
98
- <xs:attribute name="name" type="xs:NMTOKEN"/>
99
- <xs:attribute name="content" type="xh11d:CDATA" use="required"/>
100
- <xs:attribute name="scheme" type="xh11d:CDATA"/>
101
- <xs:attribute name="about" type="xh11d:URIorSafeCURIE"/>
102
- <xs:attribute name="datatype" type="xh11d:CURIE"/>
103
- <xs:attribute name="typeof" type="xh11d:CURIEs"/>
104
- <xs:attribute name="property" type="xh11d:CURIEs"/>
105
- <xs:attribute name="rel" type="xh11d:CURIEs"/>
106
- <xs:attribute name="resource" type="xh11d:URIorSafeCURIE"/>
107
- <xs:attribute name="rev" type="xh11d:CURIEs"/>
108
- </xs:attributeGroup>
109
- <xs:group name="xhtml.meta.content">
110
- <xs:sequence/>
111
- </xs:group>
112
- <xs:complexType name="xhtml.meta.type">
113
- <xs:group ref="xhtml.meta.content"/>
114
- <xs:attributeGroup ref="xhtml.meta.attlist"/>
115
- </xs:complexType>
116
- </xs:schema>