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,76 @@
|
|
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
|
+
|
10
|
+
<xs:annotation>
|
11
|
+
<xs:documentation>
|
12
|
+
This is the XML Schema Embedded Object module for XHTML
|
13
|
+
$Id: xhtml-object-1.xsd,v 1.2 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
|
+
This module declares the object element type and its attributes,
|
20
|
+
used to embed external objects as part of XHTML pages. In the
|
21
|
+
document, place param elements prior to the object elements
|
22
|
+
that require their content.
|
23
|
+
|
24
|
+
Note that use of this module requires instantiation of the
|
25
|
+
Param Element Module prior to this module.
|
26
|
+
|
27
|
+
Elements defined here:
|
28
|
+
|
29
|
+
* object (param)
|
30
|
+
</xs:documentation>
|
31
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_objectmodule"/>
|
32
|
+
</xs:annotation>
|
33
|
+
<xs:include schemaLocation="https://www.w3.org/MarkUp/SCHEMA/xhtml-param-1.xsd">
|
34
|
+
<xs:annotation>
|
35
|
+
<xs:documentation>
|
36
|
+
Param module
|
37
|
+
|
38
|
+
Elements defined here:
|
39
|
+
* param
|
40
|
+
</xs:documentation>
|
41
|
+
</xs:annotation>
|
42
|
+
</xs:include>
|
43
|
+
<xs:attributeGroup name="xhtml.object.attlist">
|
44
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
45
|
+
<xs:attribute name="declare">
|
46
|
+
<xs:simpleType>
|
47
|
+
<xs:restriction base="xs:NMTOKEN">
|
48
|
+
<xs:enumeration value="declare"/>
|
49
|
+
</xs:restriction>
|
50
|
+
</xs:simpleType>
|
51
|
+
</xs:attribute>
|
52
|
+
<xs:attribute name="classid" type="xh11d:URI"/>
|
53
|
+
<xs:attribute name="codebase" type="xh11d:URI"/>
|
54
|
+
<xs:attribute name="data" type="xh11d:URI"/>
|
55
|
+
<xs:attribute name="type" type="xh11d:ContentType"/>
|
56
|
+
<xs:attribute name="codetype" type="xh11d:ContentType"/>
|
57
|
+
<xs:attribute name="archive" type="xh11d:URIs"/>
|
58
|
+
<xs:attribute name="standby" type="xh11d:Text"/>
|
59
|
+
<xs:attribute name="height" type="xh11d:Length"/>
|
60
|
+
<xs:attribute name="width" type="xh11d:Length"/>
|
61
|
+
<xs:attribute name="name" type="xh11d:CDATA"/>
|
62
|
+
<xs:attribute name="tabindex" type="xh11d:Number"/>
|
63
|
+
</xs:attributeGroup>
|
64
|
+
<xs:group name="xhtml.object.content">
|
65
|
+
<xs:sequence>
|
66
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
67
|
+
<xs:element name="param" type="xhtml.param.type"/>
|
68
|
+
<xs:group ref="xhtml.Flow.mix"/>
|
69
|
+
</xs:choice>
|
70
|
+
</xs:sequence>
|
71
|
+
</xs:group>
|
72
|
+
<xs:complexType name="xhtml.object.type" mixed="true">
|
73
|
+
<xs:group ref="xhtml.object.content"/>
|
74
|
+
<xs:attributeGroup ref="xhtml.object.attlist"/>
|
75
|
+
</xs:complexType>
|
76
|
+
</xs:schema>
|
@@ -0,0 +1,51 @@
|
|
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 Param Element module for XHTML
|
12
|
+
$Id: xhtml-param-1.xsd,v 1.3 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
|
+
Parameters for Java Applets and Embedded Objects
|
19
|
+
|
20
|
+
* param
|
21
|
+
|
22
|
+
This module provides declarations for the param element,
|
23
|
+
used to provide named property values for the applet
|
24
|
+
and object elements.
|
25
|
+
</xs:documentation>
|
26
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_objectmodule"/>
|
27
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_appletmodule"/>
|
28
|
+
</xs:annotation>
|
29
|
+
<xs:attributeGroup name="xhtml.param.attlist">
|
30
|
+
<xs:attributeGroup ref="xhtml.id"/>
|
31
|
+
<xs:attribute name="name" type="xh11d:CDATA" use="required"/>
|
32
|
+
<xs:attribute name="value" type="xh11d:CDATA"/>
|
33
|
+
<xs:attribute name="valuetype" default="data">
|
34
|
+
<xs:simpleType>
|
35
|
+
<xs:restriction base="xs:NMTOKEN">
|
36
|
+
<xs:enumeration value="data"/>
|
37
|
+
<xs:enumeration value="ref"/>
|
38
|
+
<xs:enumeration value="object"/>
|
39
|
+
</xs:restriction>
|
40
|
+
</xs:simpleType>
|
41
|
+
</xs:attribute>
|
42
|
+
<xs:attribute name="type" type="xh11d:ContentType"/>
|
43
|
+
</xs:attributeGroup>
|
44
|
+
<xs:group name="xhtml.param.content">
|
45
|
+
<xs:sequence/>
|
46
|
+
</xs:group>
|
47
|
+
<xs:complexType name="xhtml.param.type">
|
48
|
+
<xs:group ref="xhtml.param.content"/>
|
49
|
+
<xs:attributeGroup ref="xhtml.param.attlist"/>
|
50
|
+
</xs:complexType>
|
51
|
+
</xs:schema>
|
@@ -0,0 +1,51 @@
|
|
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
|
+
This is the XML Schema Presentation module for XHTML
|
12
|
+
This is a REQUIRED module.
|
13
|
+
$Id: xhtml-pres-1.xsd,v 1.2 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
|
+
Presentational Elements
|
20
|
+
|
21
|
+
This module defines elements and their attributes for
|
22
|
+
simple presentation-related markup.
|
23
|
+
|
24
|
+
Elements defined here:
|
25
|
+
|
26
|
+
* hr
|
27
|
+
* b, big, i, small, sub, sup, tt
|
28
|
+
</xs:documentation>
|
29
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_presentationmodule"/>
|
30
|
+
</xs:annotation>
|
31
|
+
<xs:include schemaLocation="https://www.w3.org/MarkUp/SCHEMA/xhtml-blkpres-1.xsd">
|
32
|
+
<xs:annotation>
|
33
|
+
<xs:documentation>
|
34
|
+
Block Presentational module
|
35
|
+
Elements defined here:
|
36
|
+
|
37
|
+
* hr
|
38
|
+
</xs:documentation>
|
39
|
+
</xs:annotation>
|
40
|
+
</xs:include>
|
41
|
+
<xs:include schemaLocation="https://www.w3.org/MarkUp/SCHEMA/xhtml-inlpres-1.xsd">
|
42
|
+
<xs:annotation>
|
43
|
+
<xs:documentation>
|
44
|
+
Inline Presentational module
|
45
|
+
Elements defined here:
|
46
|
+
|
47
|
+
* b, big, i, small, sub, sup, tt
|
48
|
+
</xs:documentation>
|
49
|
+
</xs:annotation>
|
50
|
+
</xs:include>
|
51
|
+
</xs:schema>
|
@@ -0,0 +1,170 @@
|
|
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
|
+
<xs:import
|
7
|
+
namespace="http://www.w3.org/1999/xhtml/datatypes/"
|
8
|
+
schemaLocation="xhtml-datatypes-1.xsd"/>
|
9
|
+
<xs:annotation>
|
10
|
+
<xs:documentation>
|
11
|
+
This is the Ruby module for XHTML
|
12
|
+
$Id: xhtml-ruby-1.xsd,v 1.7 2010/05/02 17:22:08 ahby Exp $
|
13
|
+
</xs:documentation>
|
14
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
15
|
+
</xs:annotation>
|
16
|
+
|
17
|
+
<xs:annotation>
|
18
|
+
<xs:documentation>
|
19
|
+
"Ruby" are short runs of text alongside the base text, typically
|
20
|
+
used in East Asian documents to indicate pronunciation or to
|
21
|
+
provide a short annotation. The full specification for Ruby is here:
|
22
|
+
|
23
|
+
http://www.w3.org/TR/2001/REC-ruby-20010531/
|
24
|
+
|
25
|
+
This module defines "Ruby " or "complex Ruby" as described
|
26
|
+
in the specification:
|
27
|
+
|
28
|
+
http://www.w3.org/TR/2001/REC-ruby-20010531/#complex
|
29
|
+
|
30
|
+
Simple or Basic Ruby are defined in a separate module.
|
31
|
+
|
32
|
+
This module declares the elements and their attributes used to
|
33
|
+
support complex ruby annotation markup. Elements defined here
|
34
|
+
* ruby, rbc, rtc, rb, rt, rp
|
35
|
+
|
36
|
+
This module expects the document model to define the
|
37
|
+
following content models
|
38
|
+
+ InlNoRuby.mix
|
39
|
+
</xs:documentation>
|
40
|
+
<xs:documentation
|
41
|
+
source="http://www.w3.org/TR/2001/REC-ruby-20010531/"/>
|
42
|
+
</xs:annotation>
|
43
|
+
|
44
|
+
<xs:group name="xhtml.ruby.content.simple">
|
45
|
+
<xs:sequence>
|
46
|
+
<xs:element name="rb" type="xhtml.rb.type"/>
|
47
|
+
<xs:choice>
|
48
|
+
<xs:element name="rt" type="xhtml.rt.type"/>
|
49
|
+
<xs:sequence>
|
50
|
+
<xs:element name="rp" type="xhtml.rp.type"/>
|
51
|
+
<xs:element name="rt" type="xhtml.rt.type"/>
|
52
|
+
<xs:element name="rp" type="xhtml.rp.type"/>
|
53
|
+
</xs:sequence>
|
54
|
+
</xs:choice>
|
55
|
+
</xs:sequence>
|
56
|
+
</xs:group>
|
57
|
+
|
58
|
+
<xs:group name="xhtml.ruby.content.complex">
|
59
|
+
<xs:sequence>
|
60
|
+
<xs:element name="rbc" type="xhtml.rbc.type"/>
|
61
|
+
<xs:element name="rtc" type="xhtml.rtc.type" maxOccurs="2"/>
|
62
|
+
</xs:sequence>
|
63
|
+
</xs:group>
|
64
|
+
|
65
|
+
<!--
|
66
|
+
add to this group any common attributes for all Ruby elements
|
67
|
+
-->
|
68
|
+
<xs:attributeGroup name="xhtml.ruby.common.attrib"/>
|
69
|
+
|
70
|
+
<xs:group name="xhtml.ruby.content">
|
71
|
+
<xs:choice>
|
72
|
+
<xs:group ref="xhtml.ruby.content.simple"/>
|
73
|
+
<xs:group ref="xhtml.ruby.content.complex"/>
|
74
|
+
</xs:choice>
|
75
|
+
</xs:group>
|
76
|
+
|
77
|
+
<xs:complexType name="xhtml.ruby.type">
|
78
|
+
<xs:group ref="xhtml.ruby.content"/>
|
79
|
+
<xs:attributeGroup ref="xhtml.ruby.common.attrib"/>
|
80
|
+
</xs:complexType>
|
81
|
+
|
82
|
+
<!--
|
83
|
+
rbc (ruby base component) element
|
84
|
+
-->
|
85
|
+
<xs:attributeGroup name="xhtml.rbc.attlist">
|
86
|
+
<xs:attributeGroup ref="xhtml.ruby.common.attrib"/>
|
87
|
+
</xs:attributeGroup>
|
88
|
+
|
89
|
+
<xs:group name="xhtml.rbc.content">
|
90
|
+
<xs:sequence>
|
91
|
+
<xs:element name="rb" type="xhtml.rb.type" />
|
92
|
+
</xs:sequence>
|
93
|
+
</xs:group>
|
94
|
+
|
95
|
+
<xs:complexType name="xhtml.rbc.type">
|
96
|
+
<xs:group ref="xhtml.rbc.content"/>
|
97
|
+
<xs:attributeGroup ref="xhtml.rbc.attlist"/>
|
98
|
+
</xs:complexType>
|
99
|
+
|
100
|
+
<!--
|
101
|
+
rtc (ruby text component) element
|
102
|
+
-->
|
103
|
+
<xs:attributeGroup name="xhtml.rtc.attlist">
|
104
|
+
<xs:attributeGroup ref="xhtml.ruby.common.attrib"/>
|
105
|
+
</xs:attributeGroup>
|
106
|
+
|
107
|
+
<xs:group name="xhtml.rtc.content">
|
108
|
+
<xs:sequence>
|
109
|
+
<xs:element name="rt" type="xhtml.rt.type" maxOccurs="unbounded"/>
|
110
|
+
</xs:sequence>
|
111
|
+
</xs:group>
|
112
|
+
|
113
|
+
<xs:complexType name="xhtml.rtc.type">
|
114
|
+
<xs:group ref="xhtml.rt.content"/>
|
115
|
+
<xs:attributeGroup ref="xhtml.rtc.attlist"/>
|
116
|
+
</xs:complexType>
|
117
|
+
|
118
|
+
<!--
|
119
|
+
rb (ruby base) element
|
120
|
+
-->
|
121
|
+
<xs:attributeGroup name="xhtml.rb.attlist">
|
122
|
+
<xs:attributeGroup ref="xhtml.ruby.common.attrib"/>
|
123
|
+
</xs:attributeGroup>
|
124
|
+
|
125
|
+
<xs:group name="xhtml.rb.content">
|
126
|
+
<xs:sequence>
|
127
|
+
<xs:group ref="xhtml.InlNoRuby.mix" minOccurs="0" maxOccurs="unbounded"/>
|
128
|
+
</xs:sequence>
|
129
|
+
</xs:group>
|
130
|
+
|
131
|
+
<xs:complexType name="xhtml.rb.type" mixed="true">
|
132
|
+
<xs:group ref="xhtml.rb.content"/>
|
133
|
+
<xs:attributeGroup ref="xhtml.rb.attlist"/>
|
134
|
+
</xs:complexType>
|
135
|
+
|
136
|
+
<!--
|
137
|
+
rt (ruby text) element
|
138
|
+
-->
|
139
|
+
<xs:attributeGroup name="xhtml.rt.attlist">
|
140
|
+
<xs:attributeGroup ref="xhtml.ruby.common.attrib"/>
|
141
|
+
<xs:attribute name="rbspan" type="xh11d:Number" default="1"/>
|
142
|
+
</xs:attributeGroup>
|
143
|
+
|
144
|
+
<xs:group name="xhtml.rt.content">
|
145
|
+
<xs:sequence>
|
146
|
+
<xs:group ref="xhtml.InlNoRuby.mix" minOccurs="0" maxOccurs="unbounded"/>
|
147
|
+
</xs:sequence>
|
148
|
+
</xs:group>
|
149
|
+
|
150
|
+
<xs:complexType name="xhtml.rt.type" mixed="true">
|
151
|
+
<xs:group ref="xhtml.rt.content"/>
|
152
|
+
<xs:attributeGroup ref="xhtml.rt.attlist"/>
|
153
|
+
</xs:complexType>
|
154
|
+
|
155
|
+
<!-- rp (ruby parenthesis) element -->
|
156
|
+
<xs:attributeGroup name="xhtml.rp.attlist">
|
157
|
+
<xs:attributeGroup ref="xhtml.ruby.common.attrib"/>
|
158
|
+
</xs:attributeGroup>
|
159
|
+
|
160
|
+
<xs:group name="xhtml.rp.content">
|
161
|
+
<xs:sequence/>
|
162
|
+
</xs:group>
|
163
|
+
|
164
|
+
|
165
|
+
<xs:complexType name="xhtml.rp.type" mixed="true">
|
166
|
+
<xs:group ref="xhtml.rp.content"/>
|
167
|
+
<xs:attributeGroup ref="xhtml.rp.attlist"/>
|
168
|
+
</xs:complexType>
|
169
|
+
|
170
|
+
</xs:schema>
|
@@ -0,0 +1,71 @@
|
|
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 Scripting module for XHTML
|
12
|
+
$Id: xhtml-script-1.xsd,v 1.5 2006/09/11 08:50:41 ahby Exp $
|
13
|
+
</xs:documentation>
|
14
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
15
|
+
</xs:annotation>
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>
|
18
|
+
Scripting
|
19
|
+
|
20
|
+
* script, noscript
|
21
|
+
|
22
|
+
This module declares element types and attributes used to provide
|
23
|
+
support for executable scripts as well as an alternate content
|
24
|
+
container where scripts are not supported.
|
25
|
+
</xs:documentation>
|
26
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_scriptmodule"/>
|
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.script.attlist">
|
40
|
+
<xs:attributeGroup ref="xhtml.id"/>
|
41
|
+
<xs:attribute name="charset" type="xh11d:Charset"/>
|
42
|
+
<xs:attribute name="type" type="xh11d:ContentType" use="required"/>
|
43
|
+
<xs:attribute name="src" type="xh11d:URI"/>
|
44
|
+
<xs:attribute name="defer">
|
45
|
+
<xs:simpleType>
|
46
|
+
<xs:restriction base="xs:NMTOKEN">
|
47
|
+
<xs:enumeration value="defer"/>
|
48
|
+
</xs:restriction>
|
49
|
+
</xs:simpleType>
|
50
|
+
</xs:attribute>
|
51
|
+
</xs:attributeGroup>
|
52
|
+
<xs:group name="xhtml.script.content">
|
53
|
+
<xs:sequence/>
|
54
|
+
</xs:group>
|
55
|
+
<xs:complexType name="xhtml.script.type" mixed="true">
|
56
|
+
<xs:group ref="xhtml.script.content"/>
|
57
|
+
<xs:attributeGroup ref="xhtml.script.attlist"/>
|
58
|
+
</xs:complexType>
|
59
|
+
<xs:attributeGroup name="xhtml.noscript.attlist">
|
60
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
61
|
+
</xs:attributeGroup>
|
62
|
+
<xs:group name="xhtml.noscript.content">
|
63
|
+
<xs:sequence>
|
64
|
+
<xs:group ref="xhtml.Block.mix" maxOccurs="unbounded"/>
|
65
|
+
</xs:sequence>
|
66
|
+
</xs:group>
|
67
|
+
<xs:complexType name="xhtml.noscript.type">
|
68
|
+
<xs:group ref="xhtml.noscript.content"/>
|
69
|
+
<xs:attributeGroup ref="xhtml.noscript.attlist"/>
|
70
|
+
</xs:complexType>
|
71
|
+
</xs:schema>
|
@@ -0,0 +1,43 @@
|
|
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 Server-side Image Maps module for XHTML
|
12
|
+
$Id: xhtml-ssismap-1.xsd,v 1.3 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
|
+
Server-side Image Maps
|
19
|
+
|
20
|
+
This adds the 'ismap' attribute to the img element to
|
21
|
+
support server-side processing of a user selection.
|
22
|
+
</xs:documentation>
|
23
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_servermapmodule"/>
|
24
|
+
</xs:annotation>
|
25
|
+
<xs:attributeGroup name="xhtml.img.ssimap.attlist">
|
26
|
+
<xs:attribute name="ismap">
|
27
|
+
<xs:simpleType>
|
28
|
+
<xs:restriction base="xs:NMTOKEN">
|
29
|
+
<xs:enumeration value="ismap"/>
|
30
|
+
</xs:restriction>
|
31
|
+
</xs:simpleType>
|
32
|
+
</xs:attribute>
|
33
|
+
</xs:attributeGroup>
|
34
|
+
<xs:attributeGroup name="xhtml.input.ssimap.attlist">
|
35
|
+
<xs:attribute name="ismap">
|
36
|
+
<xs:simpleType>
|
37
|
+
<xs:restriction base="xs:NMTOKEN">
|
38
|
+
<xs:enumeration value="ismap"/>
|
39
|
+
</xs:restriction>
|
40
|
+
</xs:simpleType>
|
41
|
+
</xs:attribute>
|
42
|
+
</xs:attributeGroup>
|
43
|
+
</xs:schema>
|