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="http://www.w3.org/MarkUp/SCHEMA/xhtml-datatypes-1.xsd" />
|
9
|
+
<xs:annotation>
|
10
|
+
<xs:documentation>
|
11
|
+
Block Structural
|
12
|
+
|
13
|
+
* div, p
|
14
|
+
|
15
|
+
This module declares the elements and their attributes used to
|
16
|
+
support block-level structural markup.
|
17
|
+
|
18
|
+
This is the XML Schema Block Structural module for XHTML
|
19
|
+
$Id: xhtml-blkstruct-1.xsd,v 1.3 2005/09/26 22:54:53 ahby Exp $
|
20
|
+
</xs:documentation>
|
21
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
22
|
+
</xs:annotation>
|
23
|
+
<!-- div -->
|
24
|
+
<xs:attributeGroup name="xhtml.div.attlist">
|
25
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
26
|
+
</xs:attributeGroup>
|
27
|
+
<xs:group name="xhtml.div.content">
|
28
|
+
<xs:sequence>
|
29
|
+
<xs:group ref="xhtml.Flow.mix" minOccurs="0" maxOccurs="unbounded"/>
|
30
|
+
</xs:sequence>
|
31
|
+
</xs:group>
|
32
|
+
<xs:complexType name="xhtml.div.type" mixed="true">
|
33
|
+
<xs:group ref="xhtml.div.content"/>
|
34
|
+
<xs:attributeGroup ref="xhtml.div.attlist"/>
|
35
|
+
</xs:complexType>
|
36
|
+
<!-- p -->
|
37
|
+
<xs:attributeGroup name="xhtml.p.attlist">
|
38
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
39
|
+
</xs:attributeGroup>
|
40
|
+
<xs:group name="xhtml.p.content">
|
41
|
+
<xs:sequence>
|
42
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
43
|
+
</xs:sequence>
|
44
|
+
</xs:group>
|
45
|
+
<xs:complexType name="xhtml.p.type" mixed="true">
|
46
|
+
<xs:group ref="xhtml.p.content"/>
|
47
|
+
<xs:attributeGroup ref="xhtml.p.attlist"/>
|
48
|
+
</xs:complexType>
|
49
|
+
</xs:schema>
|
@@ -0,0 +1,96 @@
|
|
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
|
+
Client-side Image Maps
|
13
|
+
This is the XML Schema Client-side Image Maps module for XHTML
|
14
|
+
|
15
|
+
* area, map
|
16
|
+
|
17
|
+
This module declares elements and attributes to support client-side
|
18
|
+
image maps.
|
19
|
+
|
20
|
+
$Id: xhtml-csismap-1.xsd,v 1.3 2009/09/30 15:12:48 ahby Exp $
|
21
|
+
</xs:documentation>
|
22
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
23
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_imapmodule"/>
|
24
|
+
</xs:annotation>
|
25
|
+
<xs:simpleType name="xhtml.Shape.Datatype">
|
26
|
+
<xs:restriction base="xs:NMTOKEN">
|
27
|
+
<xs:enumeration value="rect"/>
|
28
|
+
<xs:enumeration value="circle"/>
|
29
|
+
<xs:enumeration value="poly"/>
|
30
|
+
<xs:enumeration value="default"/>
|
31
|
+
</xs:restriction>
|
32
|
+
</xs:simpleType>
|
33
|
+
<xs:simpleType name="xhtml.Coords.Datatype">
|
34
|
+
<xs:restriction base="xh11d:Text"/>
|
35
|
+
</xs:simpleType>
|
36
|
+
<!-- modify anchor attribute definition list -->
|
37
|
+
<xs:attributeGroup name="xhtml.a.csim.attlist">
|
38
|
+
<xs:attribute name="shape" type="xhtml.Shape.Datatype" default="rect"/>
|
39
|
+
<xs:attribute name="coords" type="xhtml.Coords.Datatype"/>
|
40
|
+
</xs:attributeGroup>
|
41
|
+
<!-- modify img attribute definition list -->
|
42
|
+
<xs:attributeGroup name="xhtml.img.csim.attlist">
|
43
|
+
<xs:attribute name="usemap" type="xh11d:URIREF"/>
|
44
|
+
</xs:attributeGroup>
|
45
|
+
<!-- modify form input attribute definition list -->
|
46
|
+
<xs:attributeGroup name="xhtml.input.csim.attlist">
|
47
|
+
<xs:attribute name="usemap" type="xh11d:URIREF"/>
|
48
|
+
</xs:attributeGroup>
|
49
|
+
<!-- modify object attribute definition list -->
|
50
|
+
<xs:attributeGroup name="xhtml.object.csim.attlist">
|
51
|
+
<xs:attribute name="usemap" type="xh11d:URIREF"/>
|
52
|
+
</xs:attributeGroup>
|
53
|
+
<xs:attributeGroup name="xhtml.area.attlist">
|
54
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
55
|
+
<xs:attribute name="href" type="xh11d:URI"/>
|
56
|
+
<xs:attribute name="shape" type="xhtml.Shape.Datatype" default="rect"/>
|
57
|
+
<xs:attribute name="coords" type="xhtml.Coords.Datatype"/>
|
58
|
+
<xs:attribute name="nohref">
|
59
|
+
<xs:simpleType>
|
60
|
+
<xs:restriction base="xs:NMTOKEN">
|
61
|
+
<xs:enumeration value="nohref"/>
|
62
|
+
</xs:restriction>
|
63
|
+
</xs:simpleType>
|
64
|
+
</xs:attribute>
|
65
|
+
<xs:attribute name="alt" type="xh11d:Text" use="required"/>
|
66
|
+
<xs:attribute name="tabindex" type="xh11d:Number"/>
|
67
|
+
<xs:attribute name="accesskey" type="xh11d:Character"/>
|
68
|
+
</xs:attributeGroup>
|
69
|
+
<xs:group name="xhtml.area.content">
|
70
|
+
<xs:sequence/>
|
71
|
+
</xs:group>
|
72
|
+
<xs:complexType name="xhtml.area.type">
|
73
|
+
<xs:group ref="xhtml.area.content"/>
|
74
|
+
<xs:attributeGroup ref="xhtml.area.attlist"/>
|
75
|
+
</xs:complexType>
|
76
|
+
<!-- map -->
|
77
|
+
<xs:attributeGroup name="xhtml.map.attlist">
|
78
|
+
<xs:attribute name="id" type="xs:ID" use="required"/>
|
79
|
+
<xs:attributeGroup ref="xhtml.class"/>
|
80
|
+
<xs:attributeGroup ref="xhtml.title"/>
|
81
|
+
<xs:attributeGroup ref="xhtml.Core.extra.attrib"/>
|
82
|
+
<xs:attributeGroup ref="xhtml.I18n.attrib"/>
|
83
|
+
</xs:attributeGroup>
|
84
|
+
<xs:group name="xhtml.map.content">
|
85
|
+
<xs:sequence>
|
86
|
+
<xs:choice maxOccurs="unbounded">
|
87
|
+
<xs:group ref="xhtml.Block.mix"/>
|
88
|
+
<xs:element name="area" type="xhtml.area.type"/>
|
89
|
+
</xs:choice>
|
90
|
+
</xs:sequence>
|
91
|
+
</xs:group>
|
92
|
+
<xs:complexType name="xhtml.map.type">
|
93
|
+
<xs:group ref="xhtml.map.content"/>
|
94
|
+
<xs:attributeGroup ref="xhtml.map.attlist"/>
|
95
|
+
</xs:complexType>
|
96
|
+
</xs:schema>
|
@@ -0,0 +1,242 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema
|
3
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
4
|
+
xmlns="http://www.w3.org/1999/xhtml/datatypes/"
|
5
|
+
xmlns:xh11d="http://www.w3.org/1999/xhtml/datatypes/"
|
6
|
+
targetNamespace="http://www.w3.org/1999/xhtml/datatypes/"
|
7
|
+
elementFormDefault="qualified"
|
8
|
+
>
|
9
|
+
<xs:annotation>
|
10
|
+
<xs:documentation>
|
11
|
+
XHTML Datatypes
|
12
|
+
This is the XML Schema datatypes module for XHTML
|
13
|
+
|
14
|
+
Defines containers for the XHTML datatypes, many of
|
15
|
+
these imported from other specifications and standards.
|
16
|
+
|
17
|
+
$Id: xhtml-datatypes-1.xsd,v 1.12 2009/09/30 15:12:48 ahby Exp $
|
18
|
+
</xs:documentation>
|
19
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
20
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstraction.html#s_common_attrtypes"/>
|
21
|
+
</xs:annotation>
|
22
|
+
|
23
|
+
<!-- nn for pixels or nn% for percentage length -->
|
24
|
+
<xs:simpleType name="Length">
|
25
|
+
<xs:union memberTypes="xs:nonNegativeInteger">
|
26
|
+
<xs:simpleType>
|
27
|
+
<xs:restriction base="xs:token">
|
28
|
+
<xs:pattern value="\d+[%]|\d*\.\d+[%]"/>
|
29
|
+
</xs:restriction>
|
30
|
+
</xs:simpleType>
|
31
|
+
</xs:union>
|
32
|
+
</xs:simpleType>
|
33
|
+
<!-- space-separated list of link types -->
|
34
|
+
<xs:simpleType name="LinkTypes">
|
35
|
+
<xs:list itemType="xs:NMTOKEN"/>
|
36
|
+
</xs:simpleType>
|
37
|
+
<!-- single or comma-separated list of media descriptors -->
|
38
|
+
<xs:simpleType name="MediaDesc">
|
39
|
+
<xs:restriction base="xs:string"/>
|
40
|
+
</xs:simpleType>
|
41
|
+
<!-- pixel, percentage, or relative -->
|
42
|
+
<xs:simpleType name="MultiLength">
|
43
|
+
<xs:union memberTypes="xh11d:Length">
|
44
|
+
<xs:simpleType>
|
45
|
+
<xs:restriction base="xs:token">
|
46
|
+
<xs:pattern value="\d*\*"/>
|
47
|
+
</xs:restriction>
|
48
|
+
</xs:simpleType>
|
49
|
+
</xs:union>
|
50
|
+
</xs:simpleType>
|
51
|
+
<!-- one or more digits (NUMBER) -->
|
52
|
+
<xs:simpleType name="Number">
|
53
|
+
<xs:restriction base="xs:nonNegativeInteger"/>
|
54
|
+
</xs:simpleType>
|
55
|
+
<!-- integer representing length in pixels -->
|
56
|
+
<xs:simpleType name="Pixels">
|
57
|
+
<xs:restriction base="xs:nonNegativeInteger"/>
|
58
|
+
</xs:simpleType>
|
59
|
+
<!-- script expression -->
|
60
|
+
<xs:simpleType name="Script">
|
61
|
+
<xs:restriction base="xs:string"/>
|
62
|
+
</xs:simpleType>
|
63
|
+
<!-- sixteen color names or RGB color expression-->
|
64
|
+
<xs:simpleType name="Color">
|
65
|
+
<xs:union memberTypes="xs:NMTOKEN">
|
66
|
+
<xs:simpleType>
|
67
|
+
<xs:restriction base="xs:token">
|
68
|
+
<xs:pattern value="#[0-9a-fA-F]{3}([0-9a-fA-F]{3})?"/>
|
69
|
+
</xs:restriction>
|
70
|
+
</xs:simpleType>
|
71
|
+
</xs:union>
|
72
|
+
</xs:simpleType>
|
73
|
+
<!-- textual content -->
|
74
|
+
<xs:simpleType name="Text">
|
75
|
+
<xs:restriction base="xs:string"/>
|
76
|
+
</xs:simpleType>
|
77
|
+
<!-- Imported Datatypes -->
|
78
|
+
<!-- a single character, as per section 2.2 of [XML] -->
|
79
|
+
<xs:simpleType name="Character">
|
80
|
+
<xs:restriction base="xs:string">
|
81
|
+
<xs:length value="1" fixed="true"/>
|
82
|
+
</xs:restriction>
|
83
|
+
</xs:simpleType>
|
84
|
+
<!-- a character encoding, as per [RFC2045] -->
|
85
|
+
<xs:simpleType name="Charset">
|
86
|
+
<xs:restriction base="xs:string"/>
|
87
|
+
</xs:simpleType>
|
88
|
+
<!-- a space separated list of character encodings, as per [RFC2045] -->
|
89
|
+
<xs:simpleType name="Charsets">
|
90
|
+
<xs:list itemType="Charset"/>
|
91
|
+
</xs:simpleType>
|
92
|
+
<!-- media type, as per [RFC2045] -->
|
93
|
+
<xs:simpleType name="ContentType">
|
94
|
+
<xs:restriction base="xs:string"/>
|
95
|
+
</xs:simpleType>
|
96
|
+
<!-- comma-separated list of media types, as per [RFC2045] -->
|
97
|
+
<xs:simpleType name="ContentTypes">
|
98
|
+
<xs:restriction base="xs:string"/>
|
99
|
+
</xs:simpleType>
|
100
|
+
<!-- date and time information. ISO date format -->
|
101
|
+
<xs:simpleType name="Datetime">
|
102
|
+
<xs:restriction base="xs:dateTime"/>
|
103
|
+
</xs:simpleType>
|
104
|
+
<!-- formal public identifier, as per [ISO8879] -->
|
105
|
+
<xs:simpleType name="FPI">
|
106
|
+
<xs:restriction base="xs:normalizedString"/>
|
107
|
+
</xs:simpleType>
|
108
|
+
|
109
|
+
<!-- a window name as used in the target attribute -->
|
110
|
+
<xs:simpleType name="FrameTarget">
|
111
|
+
<xs:union>
|
112
|
+
<xs:simpleType>
|
113
|
+
<xs:restriction base="xs:NMTOKEN">
|
114
|
+
<xs:enumeration value="_blank"/>
|
115
|
+
<xs:enumeration value="_self"/>
|
116
|
+
<xs:enumeration value="_parent"/>
|
117
|
+
<xs:enumeration value="_top"/>
|
118
|
+
</xs:restriction>
|
119
|
+
</xs:simpleType>
|
120
|
+
<xs:simpleType>
|
121
|
+
<xs:restriction base="xs:string">
|
122
|
+
<xs:pattern value="[a-zA-Z].*"/>
|
123
|
+
</xs:restriction>
|
124
|
+
</xs:simpleType>
|
125
|
+
</xs:union>
|
126
|
+
</xs:simpleType>
|
127
|
+
|
128
|
+
<!-- a language code, as per [RFC3066] -->
|
129
|
+
<xs:simpleType name="LanguageCode">
|
130
|
+
<xs:union memberTypes="xs:language">
|
131
|
+
<xs:simpleType>
|
132
|
+
<xs:restriction base="xs:string">
|
133
|
+
<xs:enumeration value=""/>
|
134
|
+
</xs:restriction>
|
135
|
+
</xs:simpleType>
|
136
|
+
</xs:union>
|
137
|
+
</xs:simpleType>
|
138
|
+
<!-- a comma separated list of language ranges -->
|
139
|
+
<xs:simpleType name="LanguageCodes">
|
140
|
+
<xs:restriction base="xs:string"/>
|
141
|
+
</xs:simpleType>
|
142
|
+
<!-- a Uniform Resource Identifier, see [URI] -->
|
143
|
+
<xs:simpleType name="URI">
|
144
|
+
<xs:restriction base="xs:anyURI"/>
|
145
|
+
</xs:simpleType>
|
146
|
+
<!-- a space-separated list of Uniform Resource Identifiers, see [URI] -->
|
147
|
+
<xs:simpleType name="URIs">
|
148
|
+
<xs:list itemType="xs:anyURI"/>
|
149
|
+
</xs:simpleType>
|
150
|
+
<!-- a relative URI reference to a fragment ID -->
|
151
|
+
<xs:simpleType name="URIREF">
|
152
|
+
<xs:restriction base="xs:string">
|
153
|
+
<xs:pattern value="#\c*" />
|
154
|
+
<xs:minLength value="1"/>
|
155
|
+
</xs:restriction>
|
156
|
+
</xs:simpleType>
|
157
|
+
<!-- comma-separated list of MultiLength -->
|
158
|
+
<xs:simpleType name="MultiLengths">
|
159
|
+
<xs:restriction base="xs:string"/>
|
160
|
+
</xs:simpleType>
|
161
|
+
<!-- character Data -->
|
162
|
+
<xs:simpleType name="CDATA">
|
163
|
+
<xs:restriction base="xs:string"/>
|
164
|
+
</xs:simpleType>
|
165
|
+
<!-- CURIE placeholder datatypes -->
|
166
|
+
<xs:simpleType name="CURIE">
|
167
|
+
<xs:restriction base="xs:string">
|
168
|
+
<xs:pattern value="(([\i-[:]][\c-[:]]*)?:)?(/[^\s/][^\s]*|[^\s/][^\s]*|[^\s]?)" />
|
169
|
+
<xs:minLength value="1"/>
|
170
|
+
</xs:restriction>
|
171
|
+
</xs:simpleType>
|
172
|
+
|
173
|
+
<xs:simpleType name="CURIEs">
|
174
|
+
<xs:list itemType="xh11d:CURIE"/>
|
175
|
+
</xs:simpleType>
|
176
|
+
|
177
|
+
<xs:simpleType name="SafeCURIE">
|
178
|
+
<xs:restriction base="xs:string">
|
179
|
+
<xs:pattern value="\[(([\i-[:]][\c-[:]]*)?:)?(/[^\s/][^\s]*|[^\s/][^\s]*|[^\s]?)\]" />
|
180
|
+
<xs:minLength value="3"/>
|
181
|
+
</xs:restriction>
|
182
|
+
</xs:simpleType>
|
183
|
+
|
184
|
+
<xs:simpleType name="SafeCURIEs">
|
185
|
+
<xs:list itemType="xh11d:SafeCURIE"/>
|
186
|
+
</xs:simpleType>
|
187
|
+
|
188
|
+
<xs:simpleType name="URIorSafeCURIE">
|
189
|
+
<xs:union memberTypes="xs:anyURI xh11d:SafeCURIE" />
|
190
|
+
</xs:simpleType>
|
191
|
+
<xs:simpleType name="URIorSafeCURIEs">
|
192
|
+
<xs:list itemType="xh11d:URIorSafeCURIE"/>
|
193
|
+
</xs:simpleType>
|
194
|
+
|
195
|
+
<!-- RDFa Core 1.1 Datatypes -->
|
196
|
+
<xs:simpleType name="PREFIX">
|
197
|
+
<xs:restriction base="xs:Name">
|
198
|
+
<xs:pattern value="[\i-[:]][\c-[:]]*: [\i-[:]][\c-[:]]+:.+" />
|
199
|
+
</xs:restriction>
|
200
|
+
</xs:simpleType>
|
201
|
+
|
202
|
+
<xs:simpleType name="PREFIXes">
|
203
|
+
<xs:list itemType="xh11d:PREFIX"/>
|
204
|
+
</xs:simpleType>
|
205
|
+
|
206
|
+
<xs:simpleType name="TERM">
|
207
|
+
<xs:restriction base="xs:Name">
|
208
|
+
<xs:pattern value="[\i-[:]][/\c-[:]]*" />
|
209
|
+
</xs:restriction>
|
210
|
+
</xs:simpleType>
|
211
|
+
|
212
|
+
<xs:simpleType name="CURIEorIRI">
|
213
|
+
<xs:union memberTypes="xh11d:CURIE xs:anyURI" />
|
214
|
+
</xs:simpleType>
|
215
|
+
|
216
|
+
<xs:simpleType name="CURIEorIRIs">
|
217
|
+
<xs:list itemType="xh11d:CURIEorIRI"/>
|
218
|
+
</xs:simpleType>
|
219
|
+
|
220
|
+
<xs:simpleType name="SafeCURIEorCURIEorIRI">
|
221
|
+
<xs:union memberTypes="xh11d:SafeCURIE xh11d:CURIE xs:anyURI" />
|
222
|
+
</xs:simpleType>
|
223
|
+
|
224
|
+
<xs:simpleType name="SafeCURIEorCURIEorIRIs">
|
225
|
+
<xs:list itemType="xh11d:SafeCURIEorCURIEorIRI"/>
|
226
|
+
</xs:simpleType>
|
227
|
+
|
228
|
+
<xs:simpleType name='AbsIRI'>
|
229
|
+
<xs:restriction base='xs:string'>
|
230
|
+
<xs:pattern value="[\i-[:]][\c-[:]]+:.+" />
|
231
|
+
</xs:restriction>
|
232
|
+
</xs:simpleType>
|
233
|
+
|
234
|
+
<xs:simpleType name="TERMorCURIEorAbsIRI">
|
235
|
+
<xs:union memberTypes="xh11d:TERM xh11d:CURIE xh11d:AbsIRI" />
|
236
|
+
</xs:simpleType>
|
237
|
+
|
238
|
+
<xs:simpleType name="TERMorCURIEorAbsIRIs">
|
239
|
+
<xs:list itemType="xh11d:TERMorCURIEorAbsIRI"/>
|
240
|
+
</xs:simpleType>
|
241
|
+
|
242
|
+
</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="xhtml-datatypes-1.xsd" />
|
9
|
+
|
10
|
+
<xs:annotation>
|
11
|
+
<xs:documentation>
|
12
|
+
Editing Elements
|
13
|
+
This is the XML Schema Editing Markup module for XHTML
|
14
|
+
|
15
|
+
* ins, del
|
16
|
+
|
17
|
+
This module declares element types and attributes used to indicate
|
18
|
+
inserted and deleted content while editing a document.
|
19
|
+
|
20
|
+
$Id: xhtml-edit-1.xsd,v 1.2 2005/09/26 22:54:53 ahby Exp $
|
21
|
+
</xs:documentation>
|
22
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
23
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_editmodule"/>
|
24
|
+
</xs:annotation>
|
25
|
+
<xs:attributeGroup name="xhtml.edit.attlist">
|
26
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
27
|
+
<xs:attribute name="cite" type="xh11d:URI"/>
|
28
|
+
<xs:attribute name="datetime" type="xh11d:Datetime"/>
|
29
|
+
</xs:attributeGroup>
|
30
|
+
<xs:group name="xhtml.edit.content">
|
31
|
+
<xs:sequence>
|
32
|
+
<xs:group ref="xhtml.Flow.mix" minOccurs="0" maxOccurs="unbounded"/>
|
33
|
+
</xs:sequence>
|
34
|
+
</xs:group>
|
35
|
+
<xs:complexType name="xhtml.edit.type" mixed="true">
|
36
|
+
<xs:group ref="xhtml.edit.content"/>
|
37
|
+
<xs:attributeGroup ref="xhtml.edit.attlist"/>
|
38
|
+
</xs:complexType>
|
39
|
+
</xs:schema>
|
@@ -0,0 +1,130 @@
|
|
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 Intrinsic Events module for XHTML
|
13
|
+
$Id: xhtml-events-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
|
+
Intrinsic Event Attributes
|
20
|
+
These are the event attributes defined in HTML 4,
|
21
|
+
Section 18.2.3 "Intrinsic Events".
|
22
|
+
</xs:documentation>
|
23
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_intrinsiceventsmodule"/>
|
24
|
+
</xs:annotation>
|
25
|
+
<xs:attributeGroup name="xhtml.Events.attrib">
|
26
|
+
<xs:attribute name="onclick" type="xh11d:Script"/>
|
27
|
+
<xs:attribute name="ondblclick" type="xh11d:Script"/>
|
28
|
+
<xs:attribute name="onmousedown" type="xh11d:Script"/>
|
29
|
+
<xs:attribute name="onmouseup" type="xh11d:Script"/>
|
30
|
+
<xs:attribute name="onmouseover" type="xh11d:Script"/>
|
31
|
+
<xs:attribute name="onmousemove" type="xh11d:Script"/>
|
32
|
+
<xs:attribute name="onmouseout" type="xh11d:Script"/>
|
33
|
+
<xs:attribute name="onkeypress" type="xh11d:Script"/>
|
34
|
+
<xs:attribute name="onkeydown" type="xh11d:Script"/>
|
35
|
+
<xs:attribute name="onkeyup" type="xh11d:Script"/>
|
36
|
+
</xs:attributeGroup>
|
37
|
+
<!--
|
38
|
+
additional attributes on anchor element
|
39
|
+
-->
|
40
|
+
<xs:attributeGroup name="xhtml.a.events.attlist">
|
41
|
+
<xs:attribute name="onfocus" type="xh11d:Script"/>
|
42
|
+
<xs:attribute name="onblur" type="xh11d:Script"/>
|
43
|
+
</xs:attributeGroup>
|
44
|
+
<!--
|
45
|
+
additional attributes on form element
|
46
|
+
-->
|
47
|
+
<xs:attributeGroup name="xhtml.form.events.attlist">
|
48
|
+
<xs:attribute name="onsubmit" type="xh11d:Script"/>
|
49
|
+
<xs:attribute name="onreset" type="xh11d:Script"/>
|
50
|
+
</xs:attributeGroup>
|
51
|
+
<!--
|
52
|
+
additional attributes on label element
|
53
|
+
-->
|
54
|
+
<xs:attributeGroup name="xhtml.label.events.attlist">
|
55
|
+
<xs:attribute name="onfocus" type="xh11d:Script"/>
|
56
|
+
<xs:attribute name="onblur" type="xh11d:Script"/>
|
57
|
+
</xs:attributeGroup>
|
58
|
+
<!--
|
59
|
+
additional attributes on input element
|
60
|
+
-->
|
61
|
+
<xs:attributeGroup name="xhtml.input.events.attlist">
|
62
|
+
<xs:attribute name="onfocus" type="xh11d:Script"/>
|
63
|
+
<xs:attribute name="onblur" type="xh11d:Script"/>
|
64
|
+
<xs:attribute name="onselect" type="xh11d:Script"/>
|
65
|
+
<xs:attribute name="onchange" type="xh11d:Script"/>
|
66
|
+
</xs:attributeGroup>
|
67
|
+
<!--
|
68
|
+
additional attributes on select element
|
69
|
+
-->
|
70
|
+
<xs:attributeGroup name="xhtml.select.events.attlist">
|
71
|
+
<xs:attribute name="onfocus" type="xh11d:Script"/>
|
72
|
+
<xs:attribute name="onblur" type="xh11d:Script"/>
|
73
|
+
<xs:attribute name="onchange" type="xh11d:Script"/>
|
74
|
+
</xs:attributeGroup>
|
75
|
+
<!--
|
76
|
+
additional attributes on textarea element
|
77
|
+
-->
|
78
|
+
<xs:attributeGroup name="xhtml.textarea.events.attlist">
|
79
|
+
<xs:attribute name="onfocus" type="xh11d:Script"/>
|
80
|
+
<xs:attribute name="onblur" type="xh11d:Script"/>
|
81
|
+
<xs:attribute name="onselect" type="xh11d:Script"/>
|
82
|
+
<xs:attribute name="onchange" type="xh11d:Script"/>
|
83
|
+
</xs:attributeGroup>
|
84
|
+
<!--
|
85
|
+
additional attributes on button element
|
86
|
+
-->
|
87
|
+
<xs:attributeGroup name="xhtml.button.events.attlist">
|
88
|
+
<xs:attribute name="onfocus" type="xh11d:Script"/>
|
89
|
+
<xs:attribute name="onblur" type="xh11d:Script"/>
|
90
|
+
</xs:attributeGroup>
|
91
|
+
<!--
|
92
|
+
additional attributes on body element
|
93
|
+
-->
|
94
|
+
<xs:attributeGroup name="xhtml.body.events.attlist">
|
95
|
+
<xs:attribute name="onload" type="xh11d:Script"/>
|
96
|
+
<xs:attribute name="onunload" type="xh11d:Script"/>
|
97
|
+
</xs:attributeGroup>
|
98
|
+
<!--
|
99
|
+
additional attributes on area element
|
100
|
+
-->
|
101
|
+
<xs:attributeGroup name="xhtml.area.events.attlist">
|
102
|
+
<xs:attribute name="onfocus" type="xh11d:Script"/>
|
103
|
+
<xs:attribute name="onblur" type="xh11d:Script"/>
|
104
|
+
</xs:attributeGroup>
|
105
|
+
<!--
|
106
|
+
Global Events Attributes
|
107
|
+
-->
|
108
|
+
<xs:attribute name="onclick" type="xh11d:Script"/>
|
109
|
+
<xs:attribute name="ondblclick" type="xh11d:Script"/>
|
110
|
+
<xs:attribute name="onmousedown" type="xh11d:Script"/>
|
111
|
+
<xs:attribute name="onmouseup" type="xh11d:Script"/>
|
112
|
+
<xs:attribute name="onmouseover" type="xh11d:Script"/>
|
113
|
+
<xs:attribute name="onmousemove" type="xh11d:Script"/>
|
114
|
+
<xs:attribute name="onmouseout" type="xh11d:Script"/>
|
115
|
+
<xs:attribute name="onkeypress" type="xh11d:Script"/>
|
116
|
+
<xs:attribute name="onkeydown" type="xh11d:Script"/>
|
117
|
+
<xs:attribute name="onkeyup" type="xh11d:Script"/>
|
118
|
+
<xs:attributeGroup name="xhtml.Global.events.attrib">
|
119
|
+
<xs:attribute ref="onclick"/>
|
120
|
+
<xs:attribute ref="ondblclick"/>
|
121
|
+
<xs:attribute ref="onmousedown"/>
|
122
|
+
<xs:attribute ref="onmouseup"/>
|
123
|
+
<xs:attribute ref="onmouseover"/>
|
124
|
+
<xs:attribute ref="onmousemove"/>
|
125
|
+
<xs:attribute ref="onmouseout"/>
|
126
|
+
<xs:attribute ref="onkeypress"/>
|
127
|
+
<xs:attribute ref="onkeydown"/>
|
128
|
+
<xs:attribute ref="onkeyup"/>
|
129
|
+
</xs:attributeGroup>
|
130
|
+
</xs:schema>
|