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,163 @@
|
|
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="http://www.w3.org/MarkUp/SCHEMA/xhtml-datatypes-1.xsd" />
|
9
|
+
|
10
|
+
<xs:annotation>
|
11
|
+
<xs:documentation>
|
12
|
+
This is the XML Schema Inline Phrasal support module for XHTML
|
13
|
+
$Id: xhtml-inlphras-1.xsd,v 1.4 2005/09/26 22:54:53 ahby Exp $
|
14
|
+
</xs:documentation>
|
15
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
16
|
+
</xs:annotation>
|
17
|
+
<xs:annotation>
|
18
|
+
<xs:documentation>
|
19
|
+
Inline Phrasal.
|
20
|
+
This module declares the elements and their attributes used to
|
21
|
+
support inline-level phrasal markup.
|
22
|
+
This is the XML Schema Inline Phrasal module for XHTML
|
23
|
+
|
24
|
+
* abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var
|
25
|
+
|
26
|
+
$Id: xhtml-inlphras-1.xsd,v 1.4 2005/09/26 22:54:53 ahby Exp $
|
27
|
+
</xs:documentation>
|
28
|
+
<xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule"/>
|
29
|
+
</xs:annotation>
|
30
|
+
<xs:attributeGroup name="xhtml.abbr.attlist">
|
31
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
32
|
+
</xs:attributeGroup>
|
33
|
+
<xs:group name="xhtml.abbr.content">
|
34
|
+
<xs:sequence>
|
35
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
36
|
+
</xs:sequence>
|
37
|
+
</xs:group>
|
38
|
+
<xs:complexType name="xhtml.abbr.type" mixed="true">
|
39
|
+
<xs:group ref="xhtml.abbr.content"/>
|
40
|
+
<xs:attributeGroup ref="xhtml.abbr.attlist"/>
|
41
|
+
</xs:complexType>
|
42
|
+
<xs:attributeGroup name="xhtml.acronym.attlist">
|
43
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
44
|
+
</xs:attributeGroup>
|
45
|
+
<xs:group name="xhtml.acronym.content">
|
46
|
+
<xs:sequence>
|
47
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
48
|
+
</xs:sequence>
|
49
|
+
</xs:group>
|
50
|
+
<xs:complexType name="xhtml.acronym.type" mixed="true">
|
51
|
+
<xs:group ref="xhtml.acronym.content"/>
|
52
|
+
<xs:attributeGroup ref="xhtml.acronym.attlist"/>
|
53
|
+
</xs:complexType>
|
54
|
+
<xs:attributeGroup name="xhtml.cite.attlist">
|
55
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
56
|
+
</xs:attributeGroup>
|
57
|
+
<xs:group name="xhtml.cite.content">
|
58
|
+
<xs:sequence>
|
59
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
60
|
+
</xs:sequence>
|
61
|
+
</xs:group>
|
62
|
+
<xs:complexType name="xhtml.cite.type" mixed="true">
|
63
|
+
<xs:group ref="xhtml.cite.content"/>
|
64
|
+
<xs:attributeGroup ref="xhtml.cite.attlist"/>
|
65
|
+
</xs:complexType>
|
66
|
+
<xs:attributeGroup name="xhtml.code.attlist">
|
67
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
68
|
+
</xs:attributeGroup>
|
69
|
+
<xs:group name="xhtml.code.content">
|
70
|
+
<xs:sequence>
|
71
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
72
|
+
</xs:sequence>
|
73
|
+
</xs:group>
|
74
|
+
<xs:complexType name="xhtml.code.type" mixed="true">
|
75
|
+
<xs:group ref="xhtml.code.content"/>
|
76
|
+
<xs:attributeGroup ref="xhtml.code.attlist"/>
|
77
|
+
</xs:complexType>
|
78
|
+
<xs:attributeGroup name="xhtml.dfn.attlist">
|
79
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
80
|
+
</xs:attributeGroup>
|
81
|
+
<xs:group name="xhtml.dfn.content">
|
82
|
+
<xs:sequence>
|
83
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
84
|
+
</xs:sequence>
|
85
|
+
</xs:group>
|
86
|
+
<xs:complexType name="xhtml.dfn.type" mixed="true">
|
87
|
+
<xs:group ref="xhtml.dfn.content"/>
|
88
|
+
<xs:attributeGroup ref="xhtml.dfn.attlist"/>
|
89
|
+
</xs:complexType>
|
90
|
+
<xs:attributeGroup name="xhtml.em.attlist">
|
91
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
92
|
+
</xs:attributeGroup>
|
93
|
+
<xs:group name="xhtml.em.content">
|
94
|
+
<xs:sequence>
|
95
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
96
|
+
</xs:sequence>
|
97
|
+
</xs:group>
|
98
|
+
<xs:complexType name="xhtml.em.type" mixed="true">
|
99
|
+
<xs:group ref="xhtml.em.content"/>
|
100
|
+
<xs:attributeGroup ref="xhtml.em.attlist"/>
|
101
|
+
</xs:complexType>
|
102
|
+
<xs:attributeGroup name="xhtml.kbd.attlist">
|
103
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
104
|
+
</xs:attributeGroup>
|
105
|
+
<xs:group name="xhtml.kbd.content">
|
106
|
+
<xs:sequence>
|
107
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
108
|
+
</xs:sequence>
|
109
|
+
</xs:group>
|
110
|
+
<xs:complexType name="xhtml.kbd.type" mixed="true">
|
111
|
+
<xs:group ref="xhtml.kbd.content"/>
|
112
|
+
<xs:attributeGroup ref="xhtml.kbd.attlist"/>
|
113
|
+
</xs:complexType>
|
114
|
+
<xs:attributeGroup name="xhtml.samp.attlist">
|
115
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
116
|
+
</xs:attributeGroup>
|
117
|
+
<xs:group name="xhtml.samp.content">
|
118
|
+
<xs:sequence>
|
119
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
120
|
+
</xs:sequence>
|
121
|
+
</xs:group>
|
122
|
+
<xs:complexType name="xhtml.samp.type" mixed="true">
|
123
|
+
<xs:group ref="xhtml.samp.content"/>
|
124
|
+
<xs:attributeGroup ref="xhtml.samp.attlist"/>
|
125
|
+
</xs:complexType>
|
126
|
+
<xs:attributeGroup name="xhtml.strong.attlist">
|
127
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
128
|
+
</xs:attributeGroup>
|
129
|
+
<xs:group name="xhtml.strong.content">
|
130
|
+
<xs:sequence>
|
131
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
132
|
+
</xs:sequence>
|
133
|
+
</xs:group>
|
134
|
+
<xs:complexType name="xhtml.strong.type" mixed="true">
|
135
|
+
<xs:group ref="xhtml.strong.content"/>
|
136
|
+
<xs:attributeGroup ref="xhtml.strong.attlist"/>
|
137
|
+
</xs:complexType>
|
138
|
+
<xs:attributeGroup name="xhtml.var.attlist">
|
139
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
140
|
+
</xs:attributeGroup>
|
141
|
+
<xs:group name="xhtml.var.content">
|
142
|
+
<xs:sequence>
|
143
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
144
|
+
</xs:sequence>
|
145
|
+
</xs:group>
|
146
|
+
<xs:complexType name="xhtml.var.type" mixed="true">
|
147
|
+
<xs:group ref="xhtml.var.content"/>
|
148
|
+
<xs:attributeGroup ref="xhtml.var.attlist"/>
|
149
|
+
</xs:complexType>
|
150
|
+
<xs:attributeGroup name="xhtml.q.attlist">
|
151
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
152
|
+
<xs:attribute name="cite" type="xh11d:URI"/>
|
153
|
+
</xs:attributeGroup>
|
154
|
+
<xs:group name="xhtml.q.content">
|
155
|
+
<xs:sequence>
|
156
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
157
|
+
</xs:sequence>
|
158
|
+
</xs:group>
|
159
|
+
<xs:complexType name="xhtml.q.type" mixed="true">
|
160
|
+
<xs:group ref="xhtml.q.content"/>
|
161
|
+
<xs:attributeGroup ref="xhtml.q.attlist"/>
|
162
|
+
</xs:complexType>
|
163
|
+
</xs:schema>
|
@@ -0,0 +1,39 @@
|
|
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="http://www.w3.org/MarkUp/SCHEMA/xhtml-datatypes-1.xsd" />
|
9
|
+
<xs:annotation>
|
10
|
+
<xs:documentation>
|
11
|
+
This is the XML Schema Inline Presentation element module for XHTML
|
12
|
+
$Id: xhtml-inlpres-1.xsd,v 1.2 2005/09/26 22:54:53 ahby Exp $
|
13
|
+
</xs:documentation>
|
14
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
15
|
+
</xs:annotation>
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>
|
18
|
+
Inline Presentational Elements
|
19
|
+
|
20
|
+
* b, big, i, small, sub, sup, tt
|
21
|
+
|
22
|
+
This module declares the elements and their attributes used to
|
23
|
+
support inline-level presentational markup.
|
24
|
+
</xs:documentation>
|
25
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_presentationmodule"/>
|
26
|
+
</xs:annotation>
|
27
|
+
<xs:attributeGroup name="xhtml.InlPres.attlist">
|
28
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
29
|
+
</xs:attributeGroup>
|
30
|
+
<xs:group name="xhtml.InlPres.content">
|
31
|
+
<xs:sequence>
|
32
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
33
|
+
</xs:sequence>
|
34
|
+
</xs:group>
|
35
|
+
<xs:complexType name="xhtml.InlPres.type" mixed="true">
|
36
|
+
<xs:group ref="xhtml.InlPres.content"/>
|
37
|
+
<xs:attributeGroup ref="xhtml.InlPres.attlist"/>
|
38
|
+
</xs:complexType>
|
39
|
+
</xs:schema>
|
@@ -0,0 +1,50 @@
|
|
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="http://www.w3.org/MarkUp/SCHEMA/xhtml-datatypes-1.xsd" />
|
9
|
+
<xs:annotation>
|
10
|
+
<xs:documentation>
|
11
|
+
This is the XML Schema Inline Structural support module for XHTML
|
12
|
+
$Id: xhtml-inlstruct-1.xsd,v 1.4 2005/09/26 22:54:53 ahby Exp $
|
13
|
+
</xs:documentation>
|
14
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
15
|
+
</xs:annotation>
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>
|
18
|
+
Inline Structural.
|
19
|
+
This module declares the elements and their attributes
|
20
|
+
used to support inline-level structural markup.
|
21
|
+
This is the XML Schema Inline Structural element module for XHTML
|
22
|
+
|
23
|
+
* br, span
|
24
|
+
|
25
|
+
</xs:documentation>
|
26
|
+
<xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule"/>
|
27
|
+
</xs:annotation>
|
28
|
+
<xs:attributeGroup name="xhtml.br.attlist">
|
29
|
+
<xs:attributeGroup ref="xhtml.Core.attrib"/>
|
30
|
+
</xs:attributeGroup>
|
31
|
+
<xs:group name="xhtml.br.content">
|
32
|
+
<xs:sequence/>
|
33
|
+
</xs:group>
|
34
|
+
<xs:complexType name="xhtml.br.type">
|
35
|
+
<xs:group ref="xhtml.br.content"/>
|
36
|
+
<xs:attributeGroup ref="xhtml.br.attlist"/>
|
37
|
+
</xs:complexType>
|
38
|
+
<xs:attributeGroup name="xhtml.span.attlist">
|
39
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
40
|
+
</xs:attributeGroup>
|
41
|
+
<xs:group name="xhtml.span.content">
|
42
|
+
<xs:sequence>
|
43
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
44
|
+
</xs:sequence>
|
45
|
+
</xs:group>
|
46
|
+
<xs:complexType name="xhtml.span.type" mixed="true">
|
47
|
+
<xs:group ref="xhtml.span.content"/>
|
48
|
+
<xs:attributeGroup ref="xhtml.span.attlist"/>
|
49
|
+
</xs:complexType>
|
50
|
+
</xs:schema>
|
@@ -0,0 +1,27 @@
|
|
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="http://www.w3.org/MarkUp/SCHEMA/xhtml-datatypes-1.xsd" />
|
9
|
+
<xs:annotation>
|
10
|
+
<xs:documentation>
|
11
|
+
Inline Style module
|
12
|
+
This is the XML Schema Inline Style module for XHTML
|
13
|
+
|
14
|
+
* styloe attribute
|
15
|
+
|
16
|
+
This module declares the 'style' attribute, used to support inline
|
17
|
+
style markup.
|
18
|
+
|
19
|
+
$Id: xhtml-inlstyle-1.xsd,v 1.2 2005/09/26 22:54:53 ahby Exp $
|
20
|
+
</xs:documentation>
|
21
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
22
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_styleattributemodule"/>
|
23
|
+
</xs:annotation>
|
24
|
+
<xs:attributeGroup name="xhtml.style.attrib">
|
25
|
+
<xs:attribute name="style" type="xh11d:CDATA"/>
|
26
|
+
</xs:attributeGroup>
|
27
|
+
</xs:schema>
|
@@ -0,0 +1,45 @@
|
|
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 Link Element module for XHTML
|
12
|
+
$Id: xhtml-link-1.xsd,v 1.2 2005/09/26 22:54:53 ahby Exp $
|
13
|
+
</xs:documentation>
|
14
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
15
|
+
</xs:annotation>
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>
|
18
|
+
Link element
|
19
|
+
|
20
|
+
* link
|
21
|
+
|
22
|
+
This module declares the link element type and its attributes,
|
23
|
+
which could (in principle) be used to define document-level links
|
24
|
+
to external resources.
|
25
|
+
</xs:documentation>
|
26
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_linkmodule"/>
|
27
|
+
</xs:annotation>
|
28
|
+
<xs:attributeGroup name="xhtml.link.attlist">
|
29
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
30
|
+
<xs:attribute name="charset" type="xh11d:Charset"/>
|
31
|
+
<xs:attribute name="href" type="xh11d:URI"/>
|
32
|
+
<xs:attribute name="hreflang" type="xh11d:LanguageCode"/>
|
33
|
+
<xs:attribute name="type" type="xh11d:ContentType"/>
|
34
|
+
<xs:attribute name="rel" type="xh11d:LinkTypes"/>
|
35
|
+
<xs:attribute name="rev" type="xh11d:LinkTypes"/>
|
36
|
+
<xs:attribute name="media" type="xh11d:MediaDesc"/>
|
37
|
+
</xs:attributeGroup>
|
38
|
+
<xs:group name="xhtml.link.content">
|
39
|
+
<xs:sequence/>
|
40
|
+
</xs:group>
|
41
|
+
<xs:complexType name="xhtml.link.type">
|
42
|
+
<xs:group ref="xhtml.link.content"/>
|
43
|
+
<xs:attributeGroup ref="xhtml.link.attlist"/>
|
44
|
+
</xs:complexType>
|
45
|
+
</xs:schema>
|
@@ -0,0 +1,99 @@
|
|
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
|
+
List Module
|
12
|
+
This is the XML Schema Lists module for XHTML
|
13
|
+
List Module Elements
|
14
|
+
|
15
|
+
* dl, dt, dd, ol, ul, li
|
16
|
+
|
17
|
+
This module declares the list-oriented element types
|
18
|
+
and their attributes.
|
19
|
+
$Id: xhtml-list-1.xsd,v 1.2 2005/09/26 22:54:53 ahby Exp $
|
20
|
+
</xs:documentation>
|
21
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
22
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_listmodule"/>
|
23
|
+
</xs:annotation>
|
24
|
+
<xs:attributeGroup name="xhtml.dt.attlist">
|
25
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
26
|
+
</xs:attributeGroup>
|
27
|
+
<xs:group name="xhtml.dt.content">
|
28
|
+
<xs:sequence>
|
29
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
30
|
+
</xs:sequence>
|
31
|
+
</xs:group>
|
32
|
+
<xs:complexType name="xhtml.dt.type" mixed="true">
|
33
|
+
<xs:group ref="xhtml.dt.content"/>
|
34
|
+
<xs:attributeGroup ref="xhtml.dt.attlist"/>
|
35
|
+
</xs:complexType>
|
36
|
+
<xs:attributeGroup name="xhtml.dd.attlist">
|
37
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
38
|
+
</xs:attributeGroup>
|
39
|
+
<xs:group name="xhtml.dd.content">
|
40
|
+
<xs:sequence>
|
41
|
+
<xs:group ref="xhtml.Flow.mix" minOccurs="0" maxOccurs="unbounded"/>
|
42
|
+
</xs:sequence>
|
43
|
+
</xs:group>
|
44
|
+
<xs:complexType name="xhtml.dd.type" mixed="true">
|
45
|
+
<xs:group ref="xhtml.dd.content"/>
|
46
|
+
<xs:attributeGroup ref="xhtml.dd.attlist"/>
|
47
|
+
</xs:complexType>
|
48
|
+
<xs:attributeGroup name="xhtml.dl.attlist">
|
49
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
50
|
+
</xs:attributeGroup>
|
51
|
+
<xs:group name="xhtml.dl.content">
|
52
|
+
<xs:sequence>
|
53
|
+
<xs:choice maxOccurs="unbounded">
|
54
|
+
<xs:element name="dt" type="xhtml.dt.type"/>
|
55
|
+
<xs:element name="dd" type="xhtml.dd.type"/>
|
56
|
+
</xs:choice>
|
57
|
+
</xs:sequence>
|
58
|
+
</xs:group>
|
59
|
+
<xs:complexType name="xhtml.dl.type">
|
60
|
+
<xs:group ref="xhtml.dl.content"/>
|
61
|
+
<xs:attributeGroup ref="xhtml.dl.attlist"/>
|
62
|
+
</xs:complexType>
|
63
|
+
<xs:attributeGroup name="xhtml.li.attlist">
|
64
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
65
|
+
</xs:attributeGroup>
|
66
|
+
<xs:group name="xhtml.li.content">
|
67
|
+
<xs:sequence>
|
68
|
+
<xs:group ref="xhtml.Flow.mix" minOccurs="0" maxOccurs="unbounded"/>
|
69
|
+
</xs:sequence>
|
70
|
+
</xs:group>
|
71
|
+
<xs:complexType name="xhtml.li.type" mixed="true">
|
72
|
+
<xs:group ref="xhtml.li.content"/>
|
73
|
+
<xs:attributeGroup ref="xhtml.li.attlist"/>
|
74
|
+
</xs:complexType>
|
75
|
+
<xs:attributeGroup name="xhtml.ol.attlist">
|
76
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
77
|
+
</xs:attributeGroup>
|
78
|
+
<xs:group name="xhtml.ol.content">
|
79
|
+
<xs:sequence>
|
80
|
+
<xs:element name="li" type="xhtml.li.type" maxOccurs="unbounded"/>
|
81
|
+
</xs:sequence>
|
82
|
+
</xs:group>
|
83
|
+
<xs:complexType name="xhtml.ol.type">
|
84
|
+
<xs:group ref="xhtml.ol.content"/>
|
85
|
+
<xs:attributeGroup ref="xhtml.ol.attlist"/>
|
86
|
+
</xs:complexType>
|
87
|
+
<xs:attributeGroup name="xhtml.ul.attlist">
|
88
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
89
|
+
</xs:attributeGroup>
|
90
|
+
<xs:group name="xhtml.ul.content">
|
91
|
+
<xs:sequence>
|
92
|
+
<xs:element name="li" type="xhtml.li.type" maxOccurs="unbounded"/>
|
93
|
+
</xs:sequence>
|
94
|
+
</xs:group>
|
95
|
+
<xs:complexType name="xhtml.ul.type">
|
96
|
+
<xs:group ref="xhtml.ul.content"/>
|
97
|
+
<xs:attributeGroup ref="xhtml.ul.attlist"/>
|
98
|
+
</xs:complexType>
|
99
|
+
</xs:schema>
|
@@ -0,0 +1,54 @@
|
|
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
|
+
|
10
|
+
<xs:annotation>
|
11
|
+
<xs:documentation>
|
12
|
+
This is the XML Schema Metainformation module for XHTML
|
13
|
+
$Id: xhtml-meta-1.xsd,v 1.3 2008/07/05 04:11:00 ahby Exp $
|
14
|
+
</xs:documentation>
|
15
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
16
|
+
</xs:annotation>
|
17
|
+
<xs:annotation>
|
18
|
+
<xs:documentation>
|
19
|
+
Meta Information
|
20
|
+
|
21
|
+
* meta
|
22
|
+
|
23
|
+
This module declares the meta element type and its attributes,
|
24
|
+
used to provide declarative document metainformation.
|
25
|
+
</xs:documentation>
|
26
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_metamodule"/>
|
27
|
+
</xs:annotation>
|
28
|
+
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
|
29
|
+
schemaLocation="http://www.w3.org/2001/xml.xsd">
|
30
|
+
<xs:annotation>
|
31
|
+
<xs:documentation>
|
32
|
+
This import brings in the XML namespace attributes
|
33
|
+
The module itself does not provide the schemaLocation
|
34
|
+
and expects the driver schema to provide the
|
35
|
+
actual SchemaLocation.
|
36
|
+
</xs:documentation>
|
37
|
+
</xs:annotation>
|
38
|
+
</xs:import>
|
39
|
+
<xs:attributeGroup name="xhtml.meta.attlist">
|
40
|
+
<xs:attributeGroup ref="xhtml.I18n.attrib"/>
|
41
|
+
<xs:attribute ref="xml:space"/>
|
42
|
+
<xs:attribute name="http-equiv" type="xs:NMTOKEN"/>
|
43
|
+
<xs:attribute name="name" type="xs:NMTOKEN"/>
|
44
|
+
<xs:attribute name="content" type="xh11d:CDATA" use="required"/>
|
45
|
+
<xs:attribute name="scheme" type="xh11d:CDATA"/>
|
46
|
+
</xs:attributeGroup>
|
47
|
+
<xs:group name="xhtml.meta.content">
|
48
|
+
<xs:sequence/>
|
49
|
+
</xs:group>
|
50
|
+
<xs:complexType name="xhtml.meta.type">
|
51
|
+
<xs:group ref="xhtml.meta.content"/>
|
52
|
+
<xs:attributeGroup ref="xhtml.meta.attlist"/>
|
53
|
+
</xs:complexType>
|
54
|
+
</xs:schema>
|