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,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
|
+
<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 XML Schema Document Structure module for XHTML
|
12
|
+
Document Structure
|
13
|
+
|
14
|
+
* title, head, body, html
|
15
|
+
|
16
|
+
The Structure Module defines the major structural elements and
|
17
|
+
their attributes.
|
18
|
+
|
19
|
+
$Id: xhtml-struct-1.xsd,v 1.11 2009/09/30 14:13:35 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_structuremodule"/>
|
23
|
+
</xs:annotation>
|
24
|
+
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
|
25
|
+
schemaLocation="http://www.w3.org/2001/xml.xsd">
|
26
|
+
<xs:annotation>
|
27
|
+
<xs:documentation>
|
28
|
+
This import brings in the XML namespace attributes
|
29
|
+
The module itself does not provide the schemaLocation
|
30
|
+
and expects the driver schema to provide the
|
31
|
+
actual SchemaLocation.
|
32
|
+
</xs:documentation>
|
33
|
+
</xs:annotation>
|
34
|
+
</xs:import>
|
35
|
+
<xs:attributeGroup
|
36
|
+
name="xhtml.title.attlist">
|
37
|
+
<xs:attributeGroup
|
38
|
+
ref="xhtml.I18n.attrib"/>
|
39
|
+
<xs:attributeGroup ref="xhtml.id"/>
|
40
|
+
<xs:attribute ref="xml:space"/>
|
41
|
+
</xs:attributeGroup>
|
42
|
+
<xs:group
|
43
|
+
name="xhtml.title.content">
|
44
|
+
<xs:sequence/>
|
45
|
+
</xs:group>
|
46
|
+
<xs:complexType
|
47
|
+
name="xhtml.title.type"
|
48
|
+
mixed="true">
|
49
|
+
<xs:group
|
50
|
+
ref="xhtml.title.content"/>
|
51
|
+
<xs:attributeGroup
|
52
|
+
ref="xhtml.title.attlist"/>
|
53
|
+
</xs:complexType>
|
54
|
+
<xs:attributeGroup
|
55
|
+
name="xhtml.profile.attrib">
|
56
|
+
<xs:attribute
|
57
|
+
name="profile"
|
58
|
+
type="xh11d:URIs"/>
|
59
|
+
</xs:attributeGroup>
|
60
|
+
<xs:attributeGroup
|
61
|
+
name="xhtml.head.attlist">
|
62
|
+
<xs:attributeGroup
|
63
|
+
ref="xhtml.profile.attrib"/>
|
64
|
+
<xs:attributeGroup
|
65
|
+
ref="xhtml.I18n.attrib"/>
|
66
|
+
<xs:attributeGroup ref="xhtml.id"/>
|
67
|
+
<xs:attribute ref="xml:space"/>
|
68
|
+
</xs:attributeGroup>
|
69
|
+
<xs:complexType
|
70
|
+
name="xhtml.head.type">
|
71
|
+
<xs:group
|
72
|
+
ref="xhtml.head.content"/>
|
73
|
+
<xs:attributeGroup
|
74
|
+
ref="xhtml.head.attlist"/>
|
75
|
+
</xs:complexType>
|
76
|
+
<xs:attributeGroup
|
77
|
+
name="xhtml.body.attlist">
|
78
|
+
<xs:attributeGroup
|
79
|
+
ref="xhtml.Common.attrib"/>
|
80
|
+
</xs:attributeGroup>
|
81
|
+
<xs:group
|
82
|
+
name="xhtml.body.content">
|
83
|
+
<xs:sequence>
|
84
|
+
<xs:group
|
85
|
+
ref="xhtml.Block.mix"
|
86
|
+
minOccurs="0"
|
87
|
+
maxOccurs="unbounded"/>
|
88
|
+
</xs:sequence>
|
89
|
+
</xs:group>
|
90
|
+
<xs:complexType
|
91
|
+
name="xhtml.body.type">
|
92
|
+
<xs:group
|
93
|
+
ref="xhtml.body.content"/>
|
94
|
+
<xs:attributeGroup
|
95
|
+
ref="xhtml.body.attlist"/>
|
96
|
+
</xs:complexType>
|
97
|
+
<xs:attributeGroup
|
98
|
+
name="xhtml.version.attrib">
|
99
|
+
<xs:attribute
|
100
|
+
name="version"
|
101
|
+
type="xh11d:CDATA"/>
|
102
|
+
</xs:attributeGroup>
|
103
|
+
<xs:attributeGroup
|
104
|
+
name="xhtml.html.attlist">
|
105
|
+
<xs:attributeGroup
|
106
|
+
ref="xhtml.version.attrib"/>
|
107
|
+
<xs:attributeGroup
|
108
|
+
ref="xhtml.I18n.attrib"/>
|
109
|
+
<xs:attributeGroup ref="xhtml.id"/>
|
110
|
+
<xs:attribute ref="xml:space"/>
|
111
|
+
</xs:attributeGroup>
|
112
|
+
<xs:group
|
113
|
+
name="xhtml.html.content">
|
114
|
+
<xs:sequence>
|
115
|
+
<xs:element
|
116
|
+
name="head"
|
117
|
+
type="xhtml.head.type"/>
|
118
|
+
<xs:element
|
119
|
+
name="body"
|
120
|
+
type="xhtml.body.type"/>
|
121
|
+
</xs:sequence>
|
122
|
+
</xs:group>
|
123
|
+
<xs:complexType
|
124
|
+
name="xhtml.html.type">
|
125
|
+
<xs:group
|
126
|
+
ref="xhtml.html.content"/>
|
127
|
+
<xs:attributeGroup
|
128
|
+
ref="xhtml.html.attlist"/>
|
129
|
+
</xs:complexType>
|
130
|
+
</xs:schema>
|
@@ -0,0 +1,53 @@
|
|
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 Stylesheets module for XHTML
|
13
|
+
$Id: xhtml-style-1.xsd,v 1.5 2006/09/11 10:14:57 ahby Exp $
|
14
|
+
</xs:documentation>
|
15
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
16
|
+
</xs:annotation>
|
17
|
+
<xs:annotation>
|
18
|
+
<xs:documentation>
|
19
|
+
Stylesheets
|
20
|
+
|
21
|
+
* style
|
22
|
+
|
23
|
+
This module declares the style element type and its attributes,
|
24
|
+
used to embed stylesheet information in the document head element.
|
25
|
+
</xs:documentation>
|
26
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_stylemodule"/>
|
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.style.attlist">
|
40
|
+
<xs:attributeGroup ref="xhtml.id"/>
|
41
|
+
<xs:attributeGroup ref="xhtml.title"/>
|
42
|
+
<xs:attributeGroup ref="xhtml.I18n.attrib"/>
|
43
|
+
<xs:attribute name="type" type="xh11d:ContentType" use="required"/>
|
44
|
+
<xs:attribute name="media" type="xh11d:MediaDesc"/>
|
45
|
+
</xs:attributeGroup>
|
46
|
+
<xs:group name="xhtml.style.content">
|
47
|
+
<xs:sequence/>
|
48
|
+
</xs:group>
|
49
|
+
<xs:complexType name="xhtml.style.type" mixed="true">
|
50
|
+
<xs:group ref="xhtml.style.content"/>
|
51
|
+
<xs:attributeGroup ref="xhtml.style.attlist"/>
|
52
|
+
</xs:complexType>
|
53
|
+
</xs:schema>
|
@@ -0,0 +1,272 @@
|
|
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 Tables module for XHTML
|
13
|
+
$Id: xhtml-table-1.xsd,v 1.3 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
|
+
Tables
|
20
|
+
|
21
|
+
* table, caption, thead, tfoot, tbody, colgroup, col, tr, th, td
|
22
|
+
|
23
|
+
This module declares element types and attributes used to provide
|
24
|
+
table markup similar to HTML 4.0, including features that enable
|
25
|
+
better accessibility for non-visual user agents.
|
26
|
+
</xs:documentation>
|
27
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_tablemodule"/>
|
28
|
+
</xs:annotation>
|
29
|
+
<xs:attributeGroup name="xhtml.frame.attrib">
|
30
|
+
<xs:attribute name="frame">
|
31
|
+
<xs:simpleType>
|
32
|
+
<xs:restriction base="xs:NMTOKEN">
|
33
|
+
<xs:enumeration value="void"/>
|
34
|
+
<xs:enumeration value="above"/>
|
35
|
+
<xs:enumeration value="below"/>
|
36
|
+
<xs:enumeration value="hsides"/>
|
37
|
+
<xs:enumeration value="lhs"/>
|
38
|
+
<xs:enumeration value="rhs"/>
|
39
|
+
<xs:enumeration value="vsides"/>
|
40
|
+
<xs:enumeration value="box"/>
|
41
|
+
<xs:enumeration value="border"/>
|
42
|
+
</xs:restriction>
|
43
|
+
</xs:simpleType>
|
44
|
+
</xs:attribute>
|
45
|
+
</xs:attributeGroup>
|
46
|
+
<xs:attributeGroup name="xhtml.rules.attrib">
|
47
|
+
<xs:attribute name="rules">
|
48
|
+
<xs:simpleType>
|
49
|
+
<xs:restriction base="xs:NMTOKEN">
|
50
|
+
<xs:enumeration value="none"/>
|
51
|
+
<xs:enumeration value="groups"/>
|
52
|
+
<xs:enumeration value="rows"/>
|
53
|
+
<xs:enumeration value="cols"/>
|
54
|
+
<xs:enumeration value="all"/>
|
55
|
+
</xs:restriction>
|
56
|
+
</xs:simpleType>
|
57
|
+
</xs:attribute>
|
58
|
+
</xs:attributeGroup>
|
59
|
+
<xs:attributeGroup name="xhtml.CellVAlign.attrib">
|
60
|
+
<xs:attribute name="valign">
|
61
|
+
<xs:simpleType>
|
62
|
+
<xs:restriction base="xs:NMTOKEN">
|
63
|
+
<xs:enumeration value="top"/>
|
64
|
+
<xs:enumeration value="middle"/>
|
65
|
+
<xs:enumeration value="bottom"/>
|
66
|
+
<xs:enumeration value="baseline"/>
|
67
|
+
</xs:restriction>
|
68
|
+
</xs:simpleType>
|
69
|
+
</xs:attribute>
|
70
|
+
</xs:attributeGroup>
|
71
|
+
<xs:attributeGroup name="xhtml.CellHAlign.attrib">
|
72
|
+
<xs:attribute name="align">
|
73
|
+
<xs:simpleType>
|
74
|
+
<xs:restriction base="xs:NMTOKEN">
|
75
|
+
<xs:enumeration value="left"/>
|
76
|
+
<xs:enumeration value="center"/>
|
77
|
+
<xs:enumeration value="right"/>
|
78
|
+
<xs:enumeration value="justify"/>
|
79
|
+
<xs:enumeration value="char"/>
|
80
|
+
</xs:restriction>
|
81
|
+
</xs:simpleType>
|
82
|
+
</xs:attribute>
|
83
|
+
<xs:attribute name="char" type="xh11d:Character"/>
|
84
|
+
<xs:attribute name="charoff" type="xh11d:Length"/>
|
85
|
+
</xs:attributeGroup>
|
86
|
+
<xs:attributeGroup name="xhtml.scope.attrib">
|
87
|
+
<xs:attribute name="scope">
|
88
|
+
<xs:simpleType>
|
89
|
+
<xs:restriction base="xs:NMTOKEN">
|
90
|
+
<xs:enumeration value="row"/>
|
91
|
+
<xs:enumeration value="col"/>
|
92
|
+
<xs:enumeration value="rowgroup"/>
|
93
|
+
<xs:enumeration value="colgroup"/>
|
94
|
+
</xs:restriction>
|
95
|
+
</xs:simpleType>
|
96
|
+
</xs:attribute>
|
97
|
+
</xs:attributeGroup>
|
98
|
+
<xs:attributeGroup name="xhtml.td.attlist">
|
99
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
100
|
+
<xs:attribute name="abbr" type="xh11d:Text"/>
|
101
|
+
<xs:attribute name="axis" type="xh11d:CDATA"/>
|
102
|
+
<xs:attribute name="headers" type="xs:IDREFS"/>
|
103
|
+
<xs:attributeGroup ref="xhtml.scope.attrib"/>
|
104
|
+
<xs:attribute name="rowspan" type="xh11d:Number" default="1"/>
|
105
|
+
<xs:attribute name="colspan" type="xh11d:Number" default="1"/>
|
106
|
+
<xs:attributeGroup ref="xhtml.CellHAlign.attrib"/>
|
107
|
+
<xs:attributeGroup ref="xhtml.CellVAlign.attrib"/>
|
108
|
+
</xs:attributeGroup>
|
109
|
+
<xs:group name="xhtml.td.content">
|
110
|
+
<xs:sequence>
|
111
|
+
<xs:group ref="xhtml.Flow.mix" minOccurs="0" maxOccurs="unbounded"/>
|
112
|
+
</xs:sequence>
|
113
|
+
</xs:group>
|
114
|
+
<xs:complexType name="xhtml.td.type" mixed="true">
|
115
|
+
<xs:group ref="xhtml.td.content"/>
|
116
|
+
<xs:attributeGroup ref="xhtml.td.attlist"/>
|
117
|
+
</xs:complexType>
|
118
|
+
<xs:attributeGroup name="xhtml.th.attlist">
|
119
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
120
|
+
<xs:attribute name="abbr" type="xh11d:Text"/>
|
121
|
+
<xs:attribute name="axis" type="xh11d:CDATA"/>
|
122
|
+
<xs:attribute name="headers" type="xs:IDREFS"/>
|
123
|
+
<xs:attributeGroup ref="xhtml.scope.attrib"/>
|
124
|
+
<xs:attribute name="rowspan" type="xh11d:Number" default="1"/>
|
125
|
+
<xs:attribute name="colspan" type="xh11d:Number" default="1"/>
|
126
|
+
<xs:attributeGroup ref="xhtml.CellHAlign.attrib"/>
|
127
|
+
<xs:attributeGroup ref="xhtml.CellVAlign.attrib"/>
|
128
|
+
</xs:attributeGroup>
|
129
|
+
<xs:group name="xhtml.th.content">
|
130
|
+
<xs:sequence>
|
131
|
+
<xs:group ref="xhtml.Flow.mix" minOccurs="0" maxOccurs="unbounded"/>
|
132
|
+
</xs:sequence>
|
133
|
+
</xs:group>
|
134
|
+
<xs:complexType name="xhtml.th.type" mixed="true">
|
135
|
+
<xs:group ref="xhtml.th.content"/>
|
136
|
+
<xs:attributeGroup ref="xhtml.th.attlist"/>
|
137
|
+
</xs:complexType>
|
138
|
+
<xs:attributeGroup name="xhtml.tr.attlist">
|
139
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
140
|
+
<xs:attributeGroup ref="xhtml.CellHAlign.attrib"/>
|
141
|
+
<xs:attributeGroup ref="xhtml.CellVAlign.attrib"/>
|
142
|
+
</xs:attributeGroup>
|
143
|
+
<xs:group name="xhtml.tr.content">
|
144
|
+
<xs:sequence>
|
145
|
+
<xs:choice maxOccurs="unbounded">
|
146
|
+
<xs:element name="th" type="xhtml.th.type"/>
|
147
|
+
<xs:element name="td" type="xhtml.td.type"/>
|
148
|
+
</xs:choice>
|
149
|
+
</xs:sequence>
|
150
|
+
</xs:group>
|
151
|
+
<xs:complexType name="xhtml.tr.type">
|
152
|
+
<xs:group ref="xhtml.tr.content"/>
|
153
|
+
<xs:attributeGroup ref="xhtml.tr.attlist"/>
|
154
|
+
</xs:complexType>
|
155
|
+
<xs:attributeGroup name="xhtml.col.attlist">
|
156
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
157
|
+
<xs:attribute name="span" type="xh11d:Number" default="1"/>
|
158
|
+
<xs:attribute name="width" type="xh11d:MultiLength"/>
|
159
|
+
<xs:attributeGroup ref="xhtml.CellHAlign.attrib"/>
|
160
|
+
<xs:attributeGroup ref="xhtml.CellVAlign.attrib"/>
|
161
|
+
</xs:attributeGroup>
|
162
|
+
<xs:group name="xhtml.col.content">
|
163
|
+
<xs:sequence/>
|
164
|
+
</xs:group>
|
165
|
+
<xs:complexType name="xhtml.col.type">
|
166
|
+
<xs:group ref="xhtml.col.content"/>
|
167
|
+
<xs:attributeGroup ref="xhtml.col.attlist"/>
|
168
|
+
</xs:complexType>
|
169
|
+
<xs:attributeGroup name="xhtml.colgroup.attlist">
|
170
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
171
|
+
<xs:attribute name="span" type="xh11d:Number" default="1"/>
|
172
|
+
<xs:attribute name="width" type="xh11d:MultiLength"/>
|
173
|
+
<xs:attributeGroup ref="xhtml.CellHAlign.attrib"/>
|
174
|
+
<xs:attributeGroup ref="xhtml.CellVAlign.attrib"/>
|
175
|
+
</xs:attributeGroup>
|
176
|
+
<xs:group name="xhtml.colgroup.content">
|
177
|
+
<xs:sequence>
|
178
|
+
<xs:element name="col" type="xhtml.col.type" minOccurs="0" maxOccurs="unbounded"/>
|
179
|
+
</xs:sequence>
|
180
|
+
</xs:group>
|
181
|
+
<xs:complexType name="xhtml.colgroup.type">
|
182
|
+
<xs:group ref="xhtml.colgroup.content"/>
|
183
|
+
<xs:attributeGroup ref="xhtml.colgroup.attlist"/>
|
184
|
+
</xs:complexType>
|
185
|
+
<xs:attributeGroup name="xhtml.tbody.attlist">
|
186
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
187
|
+
<xs:attributeGroup ref="xhtml.CellHAlign.attrib"/>
|
188
|
+
<xs:attributeGroup ref="xhtml.CellVAlign.attrib"/>
|
189
|
+
</xs:attributeGroup>
|
190
|
+
<xs:group name="xhtml.tbody.content">
|
191
|
+
<xs:sequence>
|
192
|
+
<xs:element name="tr" type="xhtml.tr.type" maxOccurs="unbounded"/>
|
193
|
+
</xs:sequence>
|
194
|
+
</xs:group>
|
195
|
+
<xs:complexType name="xhtml.tbody.type">
|
196
|
+
<xs:group ref="xhtml.tbody.content"/>
|
197
|
+
<xs:attributeGroup ref="xhtml.tbody.attlist"/>
|
198
|
+
</xs:complexType>
|
199
|
+
<xs:attributeGroup name="xhtml.tfoot.attlist">
|
200
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
201
|
+
<xs:attributeGroup ref="xhtml.CellHAlign.attrib"/>
|
202
|
+
<xs:attributeGroup ref="xhtml.CellVAlign.attrib"/>
|
203
|
+
</xs:attributeGroup>
|
204
|
+
<xs:group name="xhtml.tfoot.content">
|
205
|
+
<xs:sequence>
|
206
|
+
<xs:element name="tr" type="xhtml.tr.type" maxOccurs="unbounded"/>
|
207
|
+
</xs:sequence>
|
208
|
+
</xs:group>
|
209
|
+
<xs:complexType name="xhtml.tfoot.type">
|
210
|
+
<xs:group ref="xhtml.tfoot.content"/>
|
211
|
+
<xs:attributeGroup ref="xhtml.tfoot.attlist"/>
|
212
|
+
</xs:complexType>
|
213
|
+
<xs:attributeGroup name="xhtml.thead.attlist">
|
214
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
215
|
+
<xs:attributeGroup ref="xhtml.CellHAlign.attrib"/>
|
216
|
+
<xs:attributeGroup ref="xhtml.CellVAlign.attrib"/>
|
217
|
+
</xs:attributeGroup>
|
218
|
+
<xs:group name="xhtml.thead.content">
|
219
|
+
<xs:sequence>
|
220
|
+
<xs:element name="tr" type="xhtml.tr.type" maxOccurs="unbounded"/>
|
221
|
+
</xs:sequence>
|
222
|
+
</xs:group>
|
223
|
+
<xs:complexType name="xhtml.thead.type">
|
224
|
+
<xs:group ref="xhtml.thead.content"/>
|
225
|
+
<xs:attributeGroup ref="xhtml.thead.attlist"/>
|
226
|
+
</xs:complexType>
|
227
|
+
<xs:attributeGroup name="xhtml.caption.attlist">
|
228
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
229
|
+
</xs:attributeGroup>
|
230
|
+
<xs:group name="xhtml.caption.content">
|
231
|
+
<xs:sequence>
|
232
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
233
|
+
</xs:sequence>
|
234
|
+
</xs:group>
|
235
|
+
<xs:complexType name="xhtml.caption.type" mixed="true">
|
236
|
+
<xs:group ref="xhtml.caption.content"/>
|
237
|
+
<xs:attributeGroup ref="xhtml.caption.attlist"/>
|
238
|
+
</xs:complexType>
|
239
|
+
<xs:attributeGroup name="xhtml.table.attlist">
|
240
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
241
|
+
<xs:attribute name="summary" type="xh11d:Text"/>
|
242
|
+
<xs:attribute name="width" type="xh11d:Length"/>
|
243
|
+
<xs:attribute name="border" type="xh11d:Pixels"/>
|
244
|
+
<xs:attributeGroup ref="xhtml.frame.attrib"/>
|
245
|
+
<xs:attributeGroup ref="xhtml.rules.attrib"/>
|
246
|
+
<xs:attribute name="cellspacing" type="xh11d:Length"/>
|
247
|
+
<xs:attribute name="cellpadding" type="xh11d:Length"/>
|
248
|
+
</xs:attributeGroup>
|
249
|
+
<xs:group name="xhtml.table.content">
|
250
|
+
<xs:sequence>
|
251
|
+
<xs:element name="caption" type="xhtml.caption.type" minOccurs="0"/>
|
252
|
+
<xs:choice>
|
253
|
+
<xs:element name="col" type="xhtml.col.type" minOccurs="0" maxOccurs="unbounded"/>
|
254
|
+
<xs:element name="colgroup" type="xhtml.colgroup.type" minOccurs="0" maxOccurs="unbounded"/>
|
255
|
+
</xs:choice>
|
256
|
+
<xs:choice>
|
257
|
+
<xs:sequence>
|
258
|
+
<xs:element name="thead" type="xhtml.thead.type" minOccurs="0"/>
|
259
|
+
<xs:element name="tfoot" type="xhtml.tfoot.type" minOccurs="0"/>
|
260
|
+
<xs:element name="tbody" type="xhtml.tbody.type" maxOccurs="unbounded"/>
|
261
|
+
</xs:sequence>
|
262
|
+
<xs:choice>
|
263
|
+
<xs:element name="tr" type="xhtml.tr.type" maxOccurs="unbounded"/>
|
264
|
+
</xs:choice>
|
265
|
+
</xs:choice>
|
266
|
+
</xs:sequence>
|
267
|
+
</xs:group>
|
268
|
+
<xs:complexType name="xhtml.table.type">
|
269
|
+
<xs:group ref="xhtml.table.content"/>
|
270
|
+
<xs:attributeGroup ref="xhtml.table.attlist"/>
|
271
|
+
</xs:complexType>
|
272
|
+
</xs:schema>
|