jhove-service 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.rdoc +23 -0
- data/README.rdoc +36 -0
- data/bin/aiff-hul-1.6.1-RC1.jar +0 -0
- data/bin/ascii-hul-1.4.1.jar +0 -0
- data/bin/cache/xhtml-attribs-1.xsd +73 -0
- data/bin/cache/xhtml-base-1.xsd +36 -0
- data/bin/cache/xhtml-bdo-1.xsd +71 -0
- data/bin/cache/xhtml-blkphras-1.xsd +160 -0
- data/bin/cache/xhtml-blkpres-1.xsd +37 -0
- data/bin/cache/xhtml-blkstruct-1.xsd +49 -0
- data/bin/cache/xhtml-csismap-1.xsd +96 -0
- data/bin/cache/xhtml-datatypes-1.xsd +242 -0
- data/bin/cache/xhtml-edit-1.xsd +39 -0
- data/bin/cache/xhtml-events-1.xsd +130 -0
- data/bin/cache/xhtml-form-1.xsd +327 -0
- data/bin/cache/xhtml-framework-1.xsd +66 -0
- data/bin/cache/xhtml-hypertext-1.xsd +47 -0
- data/bin/cache/xhtml-image-1.xsd +46 -0
- data/bin/cache/xhtml-inlphras-1.xsd +163 -0
- data/bin/cache/xhtml-inlpres-1.xsd +39 -0
- data/bin/cache/xhtml-inlstruct-1.xsd +50 -0
- data/bin/cache/xhtml-inlstyle-1.xsd +27 -0
- data/bin/cache/xhtml-link-1.xsd +45 -0
- data/bin/cache/xhtml-list-1.xsd +99 -0
- data/bin/cache/xhtml-meta-1.xsd +54 -0
- data/bin/cache/xhtml-object-1.xsd +76 -0
- data/bin/cache/xhtml-param-1.xsd +51 -0
- data/bin/cache/xhtml-pres-1.xsd +51 -0
- data/bin/cache/xhtml-ruby-1.xsd +170 -0
- data/bin/cache/xhtml-script-1.xsd +71 -0
- data/bin/cache/xhtml-ssismap-1.xsd +43 -0
- data/bin/cache/xhtml-struct-1.xsd +130 -0
- data/bin/cache/xhtml-style-1.xsd +53 -0
- data/bin/cache/xhtml-table-1.xsd +272 -0
- data/bin/cache/xhtml-target-1.xsd +49 -0
- data/bin/cache/xhtml-text-1.xsd +67 -0
- data/bin/cache/xhtml11-model-1.xsd +716 -0
- data/bin/cache/xhtml11-modules-1.xsd +605 -0
- data/bin/cache/xhtml11.xsd +104 -0
- data/bin/cache/xml.xsd +287 -0
- data/bin/console +9 -0
- data/bin/extension-mimetype.conf +209 -0
- data/bin/gif-hul-1.4.2-RC1.jar +0 -0
- data/bin/html-hul-1.4.1.jar +0 -0
- data/bin/jhove-README-1st.txt +2 -0
- data/bin/jhove-apps-1.24.0-RC1.jar +0 -0
- data/bin/jhove-ext-modules-1.24.0-RC1.jar +0 -0
- data/bin/jhove.conf +98 -0
- data/bin/jhoveToolkit.sh +87 -0
- data/bin/jpeg-hul-1.5.2-RC1.jar +0 -0
- data/bin/jpeg2000-hul-1.4.2-RC1.jar +0 -0
- data/bin/pdf-hul-1.12.2-RC1.jar +0 -0
- data/bin/tiff-hul-1.9.2-RC1.jar +0 -0
- data/bin/utf8-hul-1.7.1.jar +0 -0
- data/bin/wave-hul-1.8.1-RC1.jar +0 -0
- data/bin/xml-hul-1.5.1.jar +0 -0
- data/lib/jhove_service.rb +127 -0
- data/lib/jhove_technical_metadata.rb +284 -0
- metadata +172 -0
@@ -0,0 +1,49 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema
|
3
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
4
|
+
elementFormDefault="qualified"
|
5
|
+
xmlns:xh11d="http://www.w3.org/1999/xhtml/datatypes/"
|
6
|
+
>
|
7
|
+
<xs:import namespace="http://www.w3.org/1999/xhtml/datatypes/"
|
8
|
+
schemaLocation="xhtml-datatypes-1.xsd" />
|
9
|
+
<xs:annotation>
|
10
|
+
<xs:documentation>
|
11
|
+
This is the XML Schema Target module for XHTML
|
12
|
+
$Id: xhtml-target-1.xsd,v 1.3 2007/04/03 18:27:01 ahby Exp $
|
13
|
+
</xs:documentation>
|
14
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
15
|
+
</xs:annotation>
|
16
|
+
|
17
|
+
<xs:annotation>
|
18
|
+
<xs:documentation>
|
19
|
+
Target
|
20
|
+
|
21
|
+
* target
|
22
|
+
|
23
|
+
This module declares the 'target' attribute used for opening windows
|
24
|
+
</xs:documentation>
|
25
|
+
<xs:documentation
|
26
|
+
source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_targetmodule"/>
|
27
|
+
</xs:annotation>
|
28
|
+
|
29
|
+
<xs:attributeGroup name="xhtml.base.target.attlist">
|
30
|
+
<xs:attribute name="target" type="xh11d:FrameTarget"/>
|
31
|
+
</xs:attributeGroup>
|
32
|
+
|
33
|
+
<xs:attributeGroup name="xhtml.form.target.attlist">
|
34
|
+
<xs:attribute name="target" type="xh11d:FrameTarget"/>
|
35
|
+
</xs:attributeGroup>
|
36
|
+
|
37
|
+
<xs:attributeGroup name="xhtml.link.target.attlist">
|
38
|
+
<xs:attribute name="target" type="xh11d:FrameTarget"/>
|
39
|
+
</xs:attributeGroup>
|
40
|
+
|
41
|
+
<xs:attributeGroup name="xhtml.area.target.attlist">
|
42
|
+
<xs:attribute name="target" type="xh11d:FrameTarget"/>
|
43
|
+
</xs:attributeGroup>
|
44
|
+
|
45
|
+
<xs:attributeGroup name="xhtml.a.target.attlist">
|
46
|
+
<xs:attribute name="target" type="xh11d:FrameTarget"/>
|
47
|
+
</xs:attributeGroup>
|
48
|
+
|
49
|
+
</xs:schema>
|
@@ -0,0 +1,67 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema
|
3
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
4
|
+
elementFormDefault="qualified"
|
5
|
+
xmlns:xh11d="http://www.w3.org/1999/xhtml/datatypes/"
|
6
|
+
>
|
7
|
+
<xs:import namespace="http://www.w3.org/1999/xhtml/datatypes/"
|
8
|
+
schemaLocation="https://www.w3.org/MarkUp/SCHEMA/xhtml-datatypes-1.xsd" />
|
9
|
+
<xs:annotation>
|
10
|
+
<xs:documentation>
|
11
|
+
Textual Content
|
12
|
+
This is the XML Schema Text module for XHTML
|
13
|
+
|
14
|
+
The Text module includes declarations for all core
|
15
|
+
text container elements and their attributes.
|
16
|
+
|
17
|
+
+ block phrasal
|
18
|
+
+ block structural
|
19
|
+
+ inline phrasal
|
20
|
+
+ inline structural
|
21
|
+
|
22
|
+
$Id: xhtml-text-1.xsd,v 1.2 2005/09/26 22:54:53 ahby Exp $
|
23
|
+
</xs:documentation>
|
24
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
25
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_textmodule"/>
|
26
|
+
</xs:annotation>
|
27
|
+
<xs:include schemaLocation="https://www.w3.org/MarkUp/SCHEMA/xhtml-blkphras-1.xsd">
|
28
|
+
<xs:annotation>
|
29
|
+
<xs:documentation>
|
30
|
+
Block Phrasal module
|
31
|
+
Elements defined here:
|
32
|
+
|
33
|
+
* address, blockquote, pre, h1, h2, h3, h4, h5, h6
|
34
|
+
</xs:documentation>
|
35
|
+
</xs:annotation>
|
36
|
+
</xs:include>
|
37
|
+
<xs:include schemaLocation="https://www.w3.org/MarkUp/SCHEMA/xhtml-blkstruct-1.xsd">
|
38
|
+
<xs:annotation>
|
39
|
+
<xs:documentation>
|
40
|
+
Block Structural module
|
41
|
+
Elements defined here:
|
42
|
+
|
43
|
+
* div, p
|
44
|
+
</xs:documentation>
|
45
|
+
</xs:annotation>
|
46
|
+
</xs:include>
|
47
|
+
<xs:include schemaLocation="https://www.w3.org/MarkUp/SCHEMA/xhtml-inlphras-1.xsd">
|
48
|
+
<xs:annotation>
|
49
|
+
<xs:documentation>
|
50
|
+
Inline Phrasal module
|
51
|
+
Elements defined here:
|
52
|
+
|
53
|
+
* abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var
|
54
|
+
</xs:documentation>
|
55
|
+
</xs:annotation>
|
56
|
+
</xs:include>
|
57
|
+
<xs:include schemaLocation="https://www.w3.org/MarkUp/SCHEMA/xhtml-inlstruct-1.xsd">
|
58
|
+
<xs:annotation>
|
59
|
+
<xs:documentation>
|
60
|
+
Inline Structural module
|
61
|
+
Elements defined here:
|
62
|
+
|
63
|
+
* br,span
|
64
|
+
</xs:documentation>
|
65
|
+
</xs:annotation>
|
66
|
+
</xs:include>
|
67
|
+
</xs:schema>
|
@@ -0,0 +1,716 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema
|
3
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
4
|
+
xmlns:xh11d="http://www.w3.org/1999/xhtml/datatypes/"
|
5
|
+
elementFormDefault="qualified" >
|
6
|
+
<xs:import
|
7
|
+
namespace="http://www.w3.org/1999/xhtml/datatypes/"
|
8
|
+
schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-datatypes-1.xsd"/>
|
9
|
+
<xs:annotation>
|
10
|
+
<xs:documentation>
|
11
|
+
This is the XML Schema module of common content models for XHTML11
|
12
|
+
|
13
|
+
$Id: xhtml11-model-1.xsd,v 1.9 2009/02/03 15:14:49 ahby Exp $
|
14
|
+
</xs:documentation>
|
15
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
16
|
+
</xs:annotation>
|
17
|
+
<xs:annotation>
|
18
|
+
<xs:documentation>
|
19
|
+
XHTML Document Model
|
20
|
+
This module describes the groupings of elements/attributes
|
21
|
+
that make up common content models for XHTML elements.
|
22
|
+
XHTML has following basic content models:
|
23
|
+
xhtml.Inline.mix; character-level elements
|
24
|
+
xhtml.Block.mix; block-like elements, e.g., paragraphs and lists
|
25
|
+
xhtml.Flow.mix; any block or inline elements
|
26
|
+
xhtml.HeadOpts.mix; Head Elements
|
27
|
+
xhtml.InlinePre.mix; Special class for pre content model
|
28
|
+
xhtml.InlineNoAnchor.mix; Content model for Anchor
|
29
|
+
|
30
|
+
Any groups declared in this module may be used to create
|
31
|
+
element content models, but the above are considered 'global'
|
32
|
+
(insofar as that term applies here). XHTML has the
|
33
|
+
following Attribute Groups
|
34
|
+
xhtml.Core.extra.attrib
|
35
|
+
xhtml.I18n.extra.attrib
|
36
|
+
xhtml.Common.extra
|
37
|
+
|
38
|
+
The above attribute Groups are considered Global
|
39
|
+
</xs:documentation>
|
40
|
+
</xs:annotation>
|
41
|
+
<xs:attributeGroup
|
42
|
+
name="xhtml.I18n.extra.attrib">
|
43
|
+
<xs:annotation>
|
44
|
+
<xs:documentation> Extended I18n attribute </xs:documentation>
|
45
|
+
</xs:annotation>
|
46
|
+
<xs:attributeGroup
|
47
|
+
ref="xhtml.dir.attrib">
|
48
|
+
<xs:annotation>
|
49
|
+
<xs:documentation>
|
50
|
+
"dir" Attribute from Bi Directional Text (bdo) Module
|
51
|
+
</xs:documentation>
|
52
|
+
</xs:annotation>
|
53
|
+
</xs:attributeGroup>
|
54
|
+
<xs:attribute name="lang" type="xh11d:LanguageCode" />
|
55
|
+
</xs:attributeGroup>
|
56
|
+
<xs:attributeGroup
|
57
|
+
name="xhtml.Common.extra">
|
58
|
+
<xs:annotation>
|
59
|
+
<xs:documentation> Extended Common Attributes </xs:documentation>
|
60
|
+
</xs:annotation>
|
61
|
+
<xs:attributeGroup
|
62
|
+
ref="xhtml.style.attrib">
|
63
|
+
<xs:annotation>
|
64
|
+
<xs:documentation>
|
65
|
+
"style" attribute from Inline Style Module
|
66
|
+
</xs:documentation>
|
67
|
+
</xs:annotation>
|
68
|
+
</xs:attributeGroup>
|
69
|
+
<xs:attributeGroup ref="xhtml.Events.attrib">
|
70
|
+
<xs:annotation>
|
71
|
+
<xs:documentation>
|
72
|
+
Attributes from Events Module
|
73
|
+
</xs:documentation>
|
74
|
+
</xs:annotation>
|
75
|
+
</xs:attributeGroup>
|
76
|
+
</xs:attributeGroup>
|
77
|
+
<xs:attributeGroup
|
78
|
+
name="xhtml.Core.extra.attrib">
|
79
|
+
<xs:annotation>
|
80
|
+
<xs:documentation> Extend Core Attributes </xs:documentation>
|
81
|
+
</xs:annotation>
|
82
|
+
</xs:attributeGroup>
|
83
|
+
<xs:attributeGroup
|
84
|
+
name="xhtml.Global.core.extra.attrib">
|
85
|
+
<xs:annotation>
|
86
|
+
<xs:documentation> Extended Global Core Attributes </xs:documentation>
|
87
|
+
</xs:annotation>
|
88
|
+
</xs:attributeGroup>
|
89
|
+
<xs:attributeGroup
|
90
|
+
name="xhtml.Global.I18n.extra.attrib">
|
91
|
+
<xs:annotation>
|
92
|
+
<xs:documentation> Extended Global I18n attributes </xs:documentation>
|
93
|
+
</xs:annotation>
|
94
|
+
</xs:attributeGroup>
|
95
|
+
<xs:attributeGroup
|
96
|
+
name="xhtml.Global.Common.extra">
|
97
|
+
<xs:annotation>
|
98
|
+
<xs:documentation> Extended Global Common Attributes </xs:documentation>
|
99
|
+
</xs:annotation>
|
100
|
+
</xs:attributeGroup>
|
101
|
+
<xs:group
|
102
|
+
name="xhtml.Head.extra">
|
103
|
+
<xs:sequence/>
|
104
|
+
</xs:group>
|
105
|
+
<xs:group
|
106
|
+
name="xhtml.HeadOpts.mix">
|
107
|
+
<xs:choice>
|
108
|
+
<xs:element
|
109
|
+
name="script"
|
110
|
+
type="xhtml.script.type"/>
|
111
|
+
<xs:element
|
112
|
+
name="style"
|
113
|
+
type="xhtml.style.type"/>
|
114
|
+
<xs:element
|
115
|
+
name="meta"
|
116
|
+
type="xhtml.meta.type"/>
|
117
|
+
<xs:element
|
118
|
+
name="link"
|
119
|
+
type="xhtml.link.type"/>
|
120
|
+
<xs:element
|
121
|
+
name="object"
|
122
|
+
type="xhtml.object.type"/>
|
123
|
+
<xs:group
|
124
|
+
ref="xhtml.Head.extra"/>
|
125
|
+
</xs:choice>
|
126
|
+
</xs:group>
|
127
|
+
<xs:group
|
128
|
+
name="xhtml.head.content">
|
129
|
+
<xs:sequence>
|
130
|
+
<xs:group
|
131
|
+
ref="xhtml.HeadOpts.mix"
|
132
|
+
minOccurs="0"
|
133
|
+
maxOccurs="unbounded"/>
|
134
|
+
<xs:choice>
|
135
|
+
<xs:sequence>
|
136
|
+
<xs:element
|
137
|
+
name="title"
|
138
|
+
minOccurs="1"
|
139
|
+
maxOccurs="1"
|
140
|
+
type="xhtml.title.type"/>
|
141
|
+
<xs:group
|
142
|
+
ref="xhtml.HeadOpts.mix"
|
143
|
+
minOccurs="0"
|
144
|
+
maxOccurs="unbounded"/>
|
145
|
+
<xs:sequence
|
146
|
+
minOccurs="0">
|
147
|
+
<xs:element
|
148
|
+
name="base"
|
149
|
+
type="xhtml.base.type"/>
|
150
|
+
<xs:group
|
151
|
+
ref="xhtml.HeadOpts.mix"
|
152
|
+
minOccurs="0"
|
153
|
+
maxOccurs="unbounded"/>
|
154
|
+
</xs:sequence>
|
155
|
+
</xs:sequence>
|
156
|
+
<xs:sequence>
|
157
|
+
<xs:element
|
158
|
+
name="base"
|
159
|
+
type="xhtml.base.type"
|
160
|
+
minOccurs="1"
|
161
|
+
maxOccurs="1"/>
|
162
|
+
<xs:group
|
163
|
+
ref="xhtml.HeadOpts.mix"
|
164
|
+
minOccurs="0"
|
165
|
+
maxOccurs="unbounded"/>
|
166
|
+
<xs:element
|
167
|
+
name="title"
|
168
|
+
minOccurs="1"
|
169
|
+
maxOccurs="1"
|
170
|
+
type="xhtml.title.type"/>
|
171
|
+
<xs:group
|
172
|
+
ref="xhtml.HeadOpts.mix"
|
173
|
+
minOccurs="0"
|
174
|
+
maxOccurs="unbounded"/>
|
175
|
+
</xs:sequence>
|
176
|
+
</xs:choice>
|
177
|
+
</xs:sequence>
|
178
|
+
</xs:group>
|
179
|
+
<!--
|
180
|
+
ins and del are used to denote editing changes
|
181
|
+
-->
|
182
|
+
<xs:group
|
183
|
+
name="xhtml.Edit.class">
|
184
|
+
<xs:choice>
|
185
|
+
<xs:element
|
186
|
+
name="ins"
|
187
|
+
type="xhtml.edit.type"/>
|
188
|
+
<xs:element
|
189
|
+
name="del"
|
190
|
+
type="xhtml.edit.type"/>
|
191
|
+
</xs:choice>
|
192
|
+
</xs:group>
|
193
|
+
<!--
|
194
|
+
script and noscript are used to contain scripts
|
195
|
+
and alternative content
|
196
|
+
-->
|
197
|
+
<xs:group
|
198
|
+
name="xhtml.Script.class">
|
199
|
+
<xs:choice>
|
200
|
+
<xs:element
|
201
|
+
name="script"
|
202
|
+
type="xhtml.script.type"/>
|
203
|
+
<xs:element
|
204
|
+
name="noscript"
|
205
|
+
type="xhtml.noscript.type"/>
|
206
|
+
</xs:choice>
|
207
|
+
</xs:group>
|
208
|
+
<xs:group
|
209
|
+
name="xhtml.Misc.extra">
|
210
|
+
<xs:sequence/>
|
211
|
+
</xs:group>
|
212
|
+
<!--
|
213
|
+
These elements are neither block nor inline, and can
|
214
|
+
essentially be used anywhere in the document body.
|
215
|
+
-->
|
216
|
+
<xs:group
|
217
|
+
name="xhtml.Misc.class">
|
218
|
+
<xs:choice>
|
219
|
+
<xs:group
|
220
|
+
ref="xhtml.Edit.class"/>
|
221
|
+
<xs:group
|
222
|
+
ref="xhtml.Script.class"/>
|
223
|
+
<xs:group
|
224
|
+
ref="xhtml.Misc.extra"/>
|
225
|
+
</xs:choice>
|
226
|
+
</xs:group>
|
227
|
+
<!-- Inline Elements -->
|
228
|
+
<xs:group
|
229
|
+
name="xhtml.InlStruct.class">
|
230
|
+
<xs:choice>
|
231
|
+
<xs:element
|
232
|
+
name="br"
|
233
|
+
type="xhtml.br.type"/>
|
234
|
+
<xs:element
|
235
|
+
name="span"
|
236
|
+
type="xhtml.span.type"/>
|
237
|
+
</xs:choice>
|
238
|
+
</xs:group>
|
239
|
+
<xs:group
|
240
|
+
name="xhtml.InlPhras.class">
|
241
|
+
<xs:choice>
|
242
|
+
<xs:element
|
243
|
+
name="em"
|
244
|
+
type="xhtml.em.type"/>
|
245
|
+
<xs:element
|
246
|
+
name="strong"
|
247
|
+
type="xhtml.strong.type"/>
|
248
|
+
<xs:element
|
249
|
+
name="dfn"
|
250
|
+
type="xhtml.dfn.type"/>
|
251
|
+
<xs:element
|
252
|
+
name="code"
|
253
|
+
type="xhtml.code.type"/>
|
254
|
+
<xs:element
|
255
|
+
name="samp"
|
256
|
+
type="xhtml.samp.type"/>
|
257
|
+
<xs:element
|
258
|
+
name="kbd"
|
259
|
+
type="xhtml.kbd.type"/>
|
260
|
+
<xs:element
|
261
|
+
name="var"
|
262
|
+
type="xhtml.var.type"/>
|
263
|
+
<xs:element
|
264
|
+
name="cite"
|
265
|
+
type="xhtml.cite.type"/>
|
266
|
+
<xs:element
|
267
|
+
name="abbr"
|
268
|
+
type="xhtml.abbr.type"/>
|
269
|
+
<xs:element
|
270
|
+
name="acronym"
|
271
|
+
type="xhtml.acronym.type"/>
|
272
|
+
<xs:element
|
273
|
+
name="q"
|
274
|
+
type="xhtml.q.type"/>
|
275
|
+
</xs:choice>
|
276
|
+
</xs:group>
|
277
|
+
<xs:group
|
278
|
+
name="xhtml.InlPres.class">
|
279
|
+
<xs:choice>
|
280
|
+
<xs:element
|
281
|
+
name="tt"
|
282
|
+
type="xhtml.InlPres.type"/>
|
283
|
+
<xs:element
|
284
|
+
name="i"
|
285
|
+
type="xhtml.InlPres.type"/>
|
286
|
+
<xs:element
|
287
|
+
name="b"
|
288
|
+
type="xhtml.InlPres.type"/>
|
289
|
+
<xs:element
|
290
|
+
name="big"
|
291
|
+
type="xhtml.InlPres.type"/>
|
292
|
+
<xs:element
|
293
|
+
name="small"
|
294
|
+
type="xhtml.InlPres.type"/>
|
295
|
+
<xs:element
|
296
|
+
name="sub"
|
297
|
+
type="xhtml.InlPres.type"/>
|
298
|
+
<xs:element
|
299
|
+
name="sup"
|
300
|
+
type="xhtml.InlPres.type"/>
|
301
|
+
</xs:choice>
|
302
|
+
</xs:group>
|
303
|
+
<xs:group
|
304
|
+
name="xhtml.I18n.class">
|
305
|
+
<xs:sequence>
|
306
|
+
<xs:element
|
307
|
+
name="bdo"
|
308
|
+
type="xhtml.bdo.type"/>
|
309
|
+
</xs:sequence>
|
310
|
+
</xs:group>
|
311
|
+
<xs:group
|
312
|
+
name="xhtml.Anchor.class">
|
313
|
+
<xs:sequence>
|
314
|
+
<xs:element
|
315
|
+
name="a"
|
316
|
+
type="xhtml.a.type"/>
|
317
|
+
</xs:sequence>
|
318
|
+
</xs:group>
|
319
|
+
<xs:group
|
320
|
+
name="xhtml.InlSpecial.class">
|
321
|
+
<xs:choice>
|
322
|
+
<xs:element
|
323
|
+
name="img"
|
324
|
+
type="xhtml.img.type"/>
|
325
|
+
<xs:element
|
326
|
+
name="map"
|
327
|
+
type="xhtml.map.type"/>
|
328
|
+
<xs:element
|
329
|
+
name="object"
|
330
|
+
type="xhtml.object.type"/>
|
331
|
+
</xs:choice>
|
332
|
+
</xs:group>
|
333
|
+
<xs:group
|
334
|
+
name="xhtml.InlForm.class">
|
335
|
+
<xs:choice>
|
336
|
+
<xs:element
|
337
|
+
name="input"
|
338
|
+
type="xhtml.input.type"/>
|
339
|
+
<xs:element
|
340
|
+
name="select"
|
341
|
+
type="xhtml.select.type"/>
|
342
|
+
<xs:element
|
343
|
+
name="textarea"
|
344
|
+
type="xhtml.textarea.type"/>
|
345
|
+
<xs:element
|
346
|
+
name="label"
|
347
|
+
type="xhtml.label.type"/>
|
348
|
+
<xs:element
|
349
|
+
name="button"
|
350
|
+
type="xhtml.button.type"/>
|
351
|
+
</xs:choice>
|
352
|
+
</xs:group>
|
353
|
+
<xs:group
|
354
|
+
name="xhtml.Inline.extra">
|
355
|
+
<xs:sequence/>
|
356
|
+
</xs:group>
|
357
|
+
<xs:group
|
358
|
+
name="xhtml.Ruby.class">
|
359
|
+
<xs:sequence>
|
360
|
+
<xs:element
|
361
|
+
name="ruby"
|
362
|
+
type="xhtml.ruby.type"/>
|
363
|
+
</xs:sequence>
|
364
|
+
</xs:group>
|
365
|
+
<!--
|
366
|
+
Inline.class includes all inline elements,
|
367
|
+
used as a component in mixes
|
368
|
+
-->
|
369
|
+
<xs:group
|
370
|
+
name="xhtml.Inline.class">
|
371
|
+
<xs:choice>
|
372
|
+
<xs:group
|
373
|
+
ref="xhtml.InlStruct.class"/>
|
374
|
+
<xs:group
|
375
|
+
ref="xhtml.InlPhras.class"/>
|
376
|
+
<xs:group
|
377
|
+
ref="xhtml.InlPres.class"/>
|
378
|
+
<xs:group
|
379
|
+
ref="xhtml.I18n.class"/>
|
380
|
+
<xs:group
|
381
|
+
ref="xhtml.Anchor.class"/>
|
382
|
+
<xs:group
|
383
|
+
ref="xhtml.InlSpecial.class"/>
|
384
|
+
<xs:group
|
385
|
+
ref="xhtml.InlForm.class"/>
|
386
|
+
<xs:group
|
387
|
+
ref="xhtml.Ruby.class"/>
|
388
|
+
<xs:group
|
389
|
+
ref="xhtml.Inline.extra"/>
|
390
|
+
</xs:choice>
|
391
|
+
</xs:group>
|
392
|
+
<!--
|
393
|
+
InlNoRuby.class includes all inline elements
|
394
|
+
except ruby
|
395
|
+
-->
|
396
|
+
<xs:group
|
397
|
+
name="xhtml.InlNoRuby.class">
|
398
|
+
<xs:choice>
|
399
|
+
<xs:group
|
400
|
+
ref="xhtml.InlStruct.class"/>
|
401
|
+
<xs:group
|
402
|
+
ref="xhtml.InlPhras.class"/>
|
403
|
+
<xs:group
|
404
|
+
ref="xhtml.InlPres.class"/>
|
405
|
+
<xs:group
|
406
|
+
ref="xhtml.I18n.class"/>
|
407
|
+
<xs:group
|
408
|
+
ref="xhtml.Anchor.class"/>
|
409
|
+
<xs:group
|
410
|
+
ref="xhtml.InlSpecial.class"/>
|
411
|
+
<xs:group
|
412
|
+
ref="xhtml.InlForm.class"/>
|
413
|
+
<xs:group
|
414
|
+
ref="xhtml.Inline.extra"/>
|
415
|
+
</xs:choice>
|
416
|
+
</xs:group>
|
417
|
+
<!--
|
418
|
+
InlinePre.mix
|
419
|
+
Used as a component in pre model
|
420
|
+
-->
|
421
|
+
<xs:group
|
422
|
+
name="xhtml.InlinePre.mix">
|
423
|
+
<xs:choice>
|
424
|
+
<xs:group
|
425
|
+
ref="xhtml.InlStruct.class"/>
|
426
|
+
<xs:group
|
427
|
+
ref="xhtml.InlPhras.class"/>
|
428
|
+
<xs:element
|
429
|
+
name="tt"
|
430
|
+
type="xhtml.InlPres.type"/>
|
431
|
+
<xs:element
|
432
|
+
name="i"
|
433
|
+
type="xhtml.InlPres.type"/>
|
434
|
+
<xs:element
|
435
|
+
name="b"
|
436
|
+
type="xhtml.InlPres.type"/>
|
437
|
+
<xs:group
|
438
|
+
ref="xhtml.I18n.class"/>
|
439
|
+
<xs:group
|
440
|
+
ref="xhtml.Anchor.class"/>
|
441
|
+
<xs:group
|
442
|
+
ref="xhtml.Misc.class"/>
|
443
|
+
<xs:element
|
444
|
+
name="map"
|
445
|
+
type="xhtml.map.type"/>
|
446
|
+
<xs:group
|
447
|
+
ref="xhtml.Inline.extra"/>
|
448
|
+
</xs:choice>
|
449
|
+
</xs:group>
|
450
|
+
<!--
|
451
|
+
InlNoAnchor.class includes all non-anchor inlines,
|
452
|
+
used as a component in mixes
|
453
|
+
-->
|
454
|
+
<xs:group
|
455
|
+
name="xhtml.InlNoAnchor.class">
|
456
|
+
<xs:choice>
|
457
|
+
<xs:group
|
458
|
+
ref="xhtml.InlStruct.class"/>
|
459
|
+
<xs:group
|
460
|
+
ref="xhtml.InlPhras.class"/>
|
461
|
+
<xs:group
|
462
|
+
ref="xhtml.InlPres.class"/>
|
463
|
+
<xs:group
|
464
|
+
ref="xhtml.I18n.class"/>
|
465
|
+
<xs:group
|
466
|
+
ref="xhtml.InlSpecial.class"/>
|
467
|
+
<xs:group
|
468
|
+
ref="xhtml.InlForm.class"/>
|
469
|
+
<xs:group
|
470
|
+
ref="xhtml.Ruby.class"/>
|
471
|
+
<xs:group
|
472
|
+
ref="xhtml.Inline.extra"/>
|
473
|
+
</xs:choice>
|
474
|
+
</xs:group>
|
475
|
+
<!--
|
476
|
+
InlNoAnchor.mix includes all non-anchor inlines
|
477
|
+
-->
|
478
|
+
<xs:group
|
479
|
+
name="xhtml.InlNoAnchor.mix">
|
480
|
+
<xs:choice>
|
481
|
+
<xs:group
|
482
|
+
ref="xhtml.InlNoAnchor.class"/>
|
483
|
+
<xs:group
|
484
|
+
ref="xhtml.Misc.class"/>
|
485
|
+
</xs:choice>
|
486
|
+
</xs:group>
|
487
|
+
<!--
|
488
|
+
Inline.mix includes all inline elements, including Misc.class
|
489
|
+
-->
|
490
|
+
<xs:group
|
491
|
+
name="xhtml.Inline.mix">
|
492
|
+
<xs:choice>
|
493
|
+
<xs:group
|
494
|
+
ref="xhtml.Inline.class"/>
|
495
|
+
<xs:group
|
496
|
+
ref="xhtml.Misc.class"/>
|
497
|
+
</xs:choice>
|
498
|
+
</xs:group>
|
499
|
+
<!--
|
500
|
+
InlNoRuby.mix includes all of inline.mix elements
|
501
|
+
except ruby
|
502
|
+
-->
|
503
|
+
<xs:group
|
504
|
+
name="xhtml.InlNoRuby.mix">
|
505
|
+
<xs:choice>
|
506
|
+
<xs:group
|
507
|
+
ref="xhtml.InlNoRuby.class"/>
|
508
|
+
<xs:group
|
509
|
+
ref="xhtml.Misc.class"/>
|
510
|
+
</xs:choice>
|
511
|
+
</xs:group>
|
512
|
+
<!--
|
513
|
+
In the HTML 4 DTD, heading and list elements were included
|
514
|
+
in the block group. The Heading.class and
|
515
|
+
List.class groups must now be included explicitly
|
516
|
+
on element declarations where desired.
|
517
|
+
-->
|
518
|
+
<xs:group
|
519
|
+
name="xhtml.Heading.class">
|
520
|
+
<xs:choice>
|
521
|
+
<xs:element
|
522
|
+
name="h1"
|
523
|
+
type="xhtml.h1.type"/>
|
524
|
+
<xs:element
|
525
|
+
name="h2"
|
526
|
+
type="xhtml.h2.type"/>
|
527
|
+
<xs:element
|
528
|
+
name="h3"
|
529
|
+
type="xhtml.h3.type"/>
|
530
|
+
<xs:element
|
531
|
+
name="h4"
|
532
|
+
type="xhtml.h4.type"/>
|
533
|
+
<xs:element
|
534
|
+
name="h5"
|
535
|
+
type="xhtml.h5.type"/>
|
536
|
+
<xs:element
|
537
|
+
name="h6"
|
538
|
+
type="xhtml.h6.type"/>
|
539
|
+
</xs:choice>
|
540
|
+
</xs:group>
|
541
|
+
<xs:group
|
542
|
+
name="xhtml.List.class">
|
543
|
+
<xs:choice>
|
544
|
+
<xs:element
|
545
|
+
name="ul"
|
546
|
+
type="xhtml.ul.type"/>
|
547
|
+
<xs:element
|
548
|
+
name="ol"
|
549
|
+
type="xhtml.ol.type"/>
|
550
|
+
<xs:element
|
551
|
+
name="dl"
|
552
|
+
type="xhtml.dl.type"/>
|
553
|
+
</xs:choice>
|
554
|
+
</xs:group>
|
555
|
+
<xs:group
|
556
|
+
name="xhtml.Table.class">
|
557
|
+
<xs:choice>
|
558
|
+
<xs:element
|
559
|
+
name="table"
|
560
|
+
type="xhtml.table.type"/>
|
561
|
+
</xs:choice>
|
562
|
+
</xs:group>
|
563
|
+
<xs:group
|
564
|
+
name="xhtml.Form.class">
|
565
|
+
<xs:choice>
|
566
|
+
<xs:element
|
567
|
+
name="form"
|
568
|
+
type="xhtml.form.type"/>
|
569
|
+
</xs:choice>
|
570
|
+
</xs:group>
|
571
|
+
<xs:group
|
572
|
+
name="xhtml.Fieldset.class">
|
573
|
+
<xs:choice>
|
574
|
+
<xs:element
|
575
|
+
name="fieldset"
|
576
|
+
type="xhtml.fieldset.type"/>
|
577
|
+
</xs:choice>
|
578
|
+
</xs:group>
|
579
|
+
<xs:group
|
580
|
+
name="xhtml.BlkStruct.class">
|
581
|
+
<xs:choice>
|
582
|
+
<xs:element
|
583
|
+
name="p"
|
584
|
+
type="xhtml.p.type"/>
|
585
|
+
<xs:element
|
586
|
+
name="div"
|
587
|
+
type="xhtml.div.type"/>
|
588
|
+
</xs:choice>
|
589
|
+
</xs:group>
|
590
|
+
<xs:group
|
591
|
+
name="xhtml.BlkPhras.class">
|
592
|
+
<xs:choice>
|
593
|
+
<xs:element
|
594
|
+
name="pre"
|
595
|
+
type="xhtml.pre.type"/>
|
596
|
+
<xs:element
|
597
|
+
name="blockquote"
|
598
|
+
type="xhtml.blockquote.type"/>
|
599
|
+
<xs:element
|
600
|
+
name="address"
|
601
|
+
type="xhtml.address.type"/>
|
602
|
+
</xs:choice>
|
603
|
+
</xs:group>
|
604
|
+
<xs:group
|
605
|
+
name="xhtml.BlkPres.class">
|
606
|
+
<xs:sequence>
|
607
|
+
<xs:element
|
608
|
+
name="hr"
|
609
|
+
type="xhtml.hr.type"/>
|
610
|
+
</xs:sequence>
|
611
|
+
</xs:group>
|
612
|
+
<xs:group
|
613
|
+
name="xhtml.BlkSpecial.class">
|
614
|
+
<xs:choice>
|
615
|
+
<xs:group
|
616
|
+
ref="xhtml.Table.class"/>
|
617
|
+
<xs:group
|
618
|
+
ref="xhtml.Form.class"/>
|
619
|
+
<xs:group
|
620
|
+
ref="xhtml.Fieldset.class"/>
|
621
|
+
</xs:choice>
|
622
|
+
</xs:group>
|
623
|
+
<xs:group
|
624
|
+
name="xhtml.Block.extra">
|
625
|
+
<xs:sequence/>
|
626
|
+
</xs:group>
|
627
|
+
<!--
|
628
|
+
Block.class includes all block elements,
|
629
|
+
used as an component in mixes
|
630
|
+
-->
|
631
|
+
<xs:group
|
632
|
+
name="xhtml.Block.class">
|
633
|
+
<xs:choice>
|
634
|
+
<xs:group
|
635
|
+
ref="xhtml.BlkStruct.class"/>
|
636
|
+
<xs:group
|
637
|
+
ref="xhtml.BlkPhras.class"/>
|
638
|
+
<xs:group
|
639
|
+
ref="xhtml.BlkPres.class"/>
|
640
|
+
<xs:group
|
641
|
+
ref="xhtml.BlkSpecial.class"/>
|
642
|
+
<xs:group
|
643
|
+
ref="xhtml.Block.extra"/>
|
644
|
+
</xs:choice>
|
645
|
+
</xs:group>
|
646
|
+
<!--
|
647
|
+
Block.mix includes all block elements plus %Misc.class;
|
648
|
+
-->
|
649
|
+
<xs:group
|
650
|
+
name="xhtml.Block.mix">
|
651
|
+
<xs:choice>
|
652
|
+
<xs:group
|
653
|
+
ref="xhtml.Heading.class"/>
|
654
|
+
<xs:group
|
655
|
+
ref="xhtml.List.class"/>
|
656
|
+
<xs:group
|
657
|
+
ref="xhtml.Block.class"/>
|
658
|
+
<xs:group
|
659
|
+
ref="xhtml.Misc.class"/>
|
660
|
+
</xs:choice>
|
661
|
+
</xs:group>
|
662
|
+
<!--
|
663
|
+
All Content Elements
|
664
|
+
Flow.mix includes all text content, block and inline
|
665
|
+
Note that the "any" element included here allows us
|
666
|
+
to add data from any other namespace, a necessity
|
667
|
+
for compound document creation.
|
668
|
+
Note however that it is not possible to add
|
669
|
+
to any head level element without further
|
670
|
+
modification. To add RDF metadata to the head
|
671
|
+
of a document, modify the structure module.
|
672
|
+
-->
|
673
|
+
<xs:group
|
674
|
+
name="xhtml.Flow.mix">
|
675
|
+
<xs:choice>
|
676
|
+
<xs:group
|
677
|
+
ref="xhtml.Heading.class"/>
|
678
|
+
<xs:group
|
679
|
+
ref="xhtml.List.class"/>
|
680
|
+
<xs:group
|
681
|
+
ref="xhtml.Block.class"/>
|
682
|
+
<xs:group
|
683
|
+
ref="xhtml.Inline.class"/>
|
684
|
+
<xs:group
|
685
|
+
ref="xhtml.Misc.class"/>
|
686
|
+
</xs:choice>
|
687
|
+
</xs:group>
|
688
|
+
<!--
|
689
|
+
BlkNoForm.mix includes all non-form block elements,
|
690
|
+
plus Misc.class
|
691
|
+
-->
|
692
|
+
<xs:group
|
693
|
+
name="xhtml.BlkNoForm.mix">
|
694
|
+
<xs:choice>
|
695
|
+
<xs:group
|
696
|
+
ref="xhtml.Heading.class"/>
|
697
|
+
<xs:group
|
698
|
+
ref="xhtml.List.class"/>
|
699
|
+
<xs:group
|
700
|
+
ref="xhtml.BlkStruct.class"/>
|
701
|
+
<xs:group
|
702
|
+
ref="xhtml.BlkPhras.class"/>
|
703
|
+
<xs:group
|
704
|
+
ref="xhtml.BlkPres.class"/>
|
705
|
+
<xs:group
|
706
|
+
ref="xhtml.Table.class"/>
|
707
|
+
<xs:group
|
708
|
+
ref="xhtml.Block.extra"/>
|
709
|
+
<xs:group
|
710
|
+
ref="xhtml.Misc.class"/>
|
711
|
+
</xs:choice>
|
712
|
+
</xs:group>
|
713
|
+
<xs:element
|
714
|
+
name="html"
|
715
|
+
type="xhtml.html.type"/>
|
716
|
+
</xs:schema>
|