jhove-service 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 37cc9019cc6d29440158a316258d1b3116b55cff67ee60ee81866811f3f9b213
|
|
4
|
+
data.tar.gz: 2de6add259054ac1df637aadeb0df4a399842cadae73b850d8b7a51e01782d1d
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 7fffba2f29b396a975bc96df0a67c0bc7f6142b32da91fcff7425e7890a6722268a2c0e966918951cd1c6e7692a575e0adc9056e12707bc33f6963ea4a14447f
|
|
7
|
+
data.tar.gz: 6e98f93b7b18a5ad57c48655630d6069e8934cedeea4c19aaefb617f9675c72dfcad74c9fb76e674def9f96d9d95ddc53e5415d4347ef012c5898ff6c4279a4d
|
data/LICENSE.rdoc
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Copyright (c) 2017 by The Board of Trustees of the Leland Stanford Junior
|
|
2
|
+
University. All rights reserved.
|
|
3
|
+
|
|
4
|
+
Redistribution and use of this distribution in source and binary forms,
|
|
5
|
+
with or without modification, are permitted provided that:
|
|
6
|
+
* The above copyright notice and this permission notice appear in all copies and supporting documentation;
|
|
7
|
+
* The name, identifiers, and trademarks of The Board of Trustees
|
|
8
|
+
of the Leland Stanford Junior University are not used in advertising or publicity
|
|
9
|
+
without the express prior written permission of The Board of Trustees
|
|
10
|
+
of the Leland Stanford Junior University;
|
|
11
|
+
* Recipients acknowledge that this distribution is made available as a research courtesy,
|
|
12
|
+
"as is", potentially with defects, without any obligation on the part
|
|
13
|
+
of The Board of Trustees of the Leland Stanford Junior University to provide support,
|
|
14
|
+
services, or repair;
|
|
15
|
+
|
|
16
|
+
THE BOARD OF TRUSTEES OF THE LELAND STANFORD JUNIOR UNIVERSITY DISCLAIMS ALL WARRANTIES,
|
|
17
|
+
EXPRESS OR IMPLIED, WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION
|
|
18
|
+
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE,
|
|
19
|
+
AND IN NO EVENT SHALL THE BOARD OF TRUSTEES OF THE LELAND STANFORD JUNIOR UNIVERSITY
|
|
20
|
+
BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
|
21
|
+
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
|
|
22
|
+
(INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION
|
|
23
|
+
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
data/README.rdoc
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{<img src="https://travis-ci.org/sul-dlss/jhove-service.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/sul-dlss/jhove-service]
|
|
2
|
+
{<img src="https://coveralls.io/repos/github/sul-dlss/jhove-service/badge.svg" alt="Coverage Status" />}[https://coveralls.io/github/sul-dlss/jhove-service]
|
|
3
|
+
{<img src="https://badge.fury.io/rb/jhove-service.svg" alt="Gem Version" />}[https://badge.fury.io/rb/jhove-service]
|
|
4
|
+
|
|
5
|
+
= jhove-service
|
|
6
|
+
|
|
7
|
+
Require the following:
|
|
8
|
+
require 'jhove_service'
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
This will give you:
|
|
12
|
+
JhoveService
|
|
13
|
+
|
|
14
|
+
== Build and release procedure
|
|
15
|
+
Modify the version number in jhove-service.gemspec, then push your commits to github. DO NOT TAG!
|
|
16
|
+
Run: 'rake release' to tag, build, and publish the gem
|
|
17
|
+
|
|
18
|
+
== Releases
|
|
19
|
+
- <b>0.1.0</b> First release
|
|
20
|
+
- <b>0.1.1</b> Rename temp to target (location in which to create output)
|
|
21
|
+
- <b>0.2.0</b> Change method of transforming JHOVE output to technicalMetadata
|
|
22
|
+
- <b>0.2.1</b> Enable processing of a subset of files in a directory
|
|
23
|
+
- <b>0.2.2</b> Enable upgrading of old technical metadata to the new format
|
|
24
|
+
- <b>1.0.0</b> Update JhoveToolkit.jar to v1.0.0. Fix output for filetypes w/o jhove module (bytestreams)
|
|
25
|
+
- <b>1.0.1</b> Updated to use new sul-gems server and new lyberteam-gems-devel utility
|
|
26
|
+
- <b>1.0.2</b> Fixed negative indentation problem for empty elements( e.g. <elem/>)
|
|
27
|
+
- <b>1.0.3</b> Upgraded bin/jhoveApp.jar to copy from Jhove 1.9 release
|
|
28
|
+
- <b>1.1.0</b> Upgraded bin/*.jar apps to 1.14.6
|
|
29
|
+
- <b>1.1.1</b> Ensure only relative paths are shown in xml output
|
|
30
|
+
- <b>1.1.2</b> Fix bug with filenames that contain single or double quotes
|
|
31
|
+
- <b>1.1.4</b> Add p param to Pdf module configuration to ignore page metadata
|
|
32
|
+
- <b>1.4.0</b> Upgraded bin/*.jar apps to 1.24-RC. Added caching of XHTML XSD/DTDs.
|
|
33
|
+
|
|
34
|
+
== Copyright
|
|
35
|
+
|
|
36
|
+
Copyright (c) 2017 Stanford University Library. See LICENSE for details.
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,73 @@
|
|
|
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 common attributes module for XHTML
|
|
13
|
+
$Id: xhtml-attribs-1.xsd,v 1.9 2009/11/18 17:59:51 ahby Exp $
|
|
14
|
+
</xs:documentation>
|
|
15
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
|
16
|
+
<xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_commonatts"/>
|
|
17
|
+
</xs:annotation>
|
|
18
|
+
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
|
|
19
|
+
schemaLocation="http://www.w3.org/2001/xml.xsd">
|
|
20
|
+
<xs:annotation>
|
|
21
|
+
<xs:documentation>
|
|
22
|
+
This import brings in the XML namespace attributes
|
|
23
|
+
The module itself does not provide the schemaLocation
|
|
24
|
+
and expects the driver schema to provide the
|
|
25
|
+
actual SchemaLocation.
|
|
26
|
+
</xs:documentation>
|
|
27
|
+
</xs:annotation>
|
|
28
|
+
</xs:import>
|
|
29
|
+
<xs:attributeGroup name="xhtml.id">
|
|
30
|
+
<xs:attribute name="id" type="xs:ID"/>
|
|
31
|
+
</xs:attributeGroup>
|
|
32
|
+
<xs:attributeGroup name="xhtml.class">
|
|
33
|
+
<xs:attribute name="class" type="xs:string"/>
|
|
34
|
+
</xs:attributeGroup>
|
|
35
|
+
<xs:attributeGroup name="xhtml.title">
|
|
36
|
+
<xs:attribute name="title" type="xs:string"/>
|
|
37
|
+
</xs:attributeGroup>
|
|
38
|
+
<xs:attributeGroup name="xhtml.Core.attrib">
|
|
39
|
+
<xs:attribute ref="xml:space" fixed="preserve"/>
|
|
40
|
+
<xs:attributeGroup ref="xhtml.id"/>
|
|
41
|
+
<xs:attributeGroup ref="xhtml.class"/>
|
|
42
|
+
<xs:attributeGroup ref="xhtml.title"/>
|
|
43
|
+
<xs:attributeGroup ref="xhtml.Core.extra.attrib"/>
|
|
44
|
+
</xs:attributeGroup>
|
|
45
|
+
<xs:attributeGroup name="xhtml.I18n.attrib">
|
|
46
|
+
<xs:attribute ref="xml:lang" />
|
|
47
|
+
<xs:attributeGroup ref="xhtml.I18n.extra.attrib"/>
|
|
48
|
+
</xs:attributeGroup>
|
|
49
|
+
<xs:attributeGroup name="xhtml.Common.attrib">
|
|
50
|
+
<xs:attributeGroup ref="xhtml.Core.attrib"/>
|
|
51
|
+
<xs:attributeGroup ref="xhtml.I18n.attrib"/>
|
|
52
|
+
<xs:attributeGroup ref="xhtml.Common.extra"/>
|
|
53
|
+
</xs:attributeGroup>
|
|
54
|
+
<!-- Global attributes -->
|
|
55
|
+
<xs:attribute name="id" type="xs:ID"/>
|
|
56
|
+
<xs:attribute name="class" type="xs:string"/>
|
|
57
|
+
<xs:attribute name="title" type="xs:string"/>
|
|
58
|
+
<xs:attributeGroup name="xhtml.Global.core.attrib">
|
|
59
|
+
<xs:attribute ref="id"/>
|
|
60
|
+
<xs:attribute ref="class"/>
|
|
61
|
+
<xs:attribute ref="title"/>
|
|
62
|
+
<xs:attributeGroup ref="xhtml.Global.core.extra.attrib" />
|
|
63
|
+
</xs:attributeGroup>
|
|
64
|
+
<xs:attributeGroup name="xhtml.Global.i18n.attrib">
|
|
65
|
+
<xs:attribute ref="xml:lang" />
|
|
66
|
+
<xs:attributeGroup ref="xhtml.Global.I18n.extra.attrib"/>
|
|
67
|
+
</xs:attributeGroup>
|
|
68
|
+
<xs:attributeGroup name="xhtml.Global.common.attrib">
|
|
69
|
+
<xs:attributeGroup ref="xhtml.Global.core.attrib"/>
|
|
70
|
+
<xs:attributeGroup ref="xhtml.Global.i18n.attrib"/>
|
|
71
|
+
<xs:attributeGroup ref="xhtml.Global.Common.extra"/>
|
|
72
|
+
</xs:attributeGroup>
|
|
73
|
+
</xs:schema>
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
Base element
|
|
13
|
+
This is the XML Schema Base Element module for XHTML
|
|
14
|
+
|
|
15
|
+
* base
|
|
16
|
+
|
|
17
|
+
This module declares the base element type and its attributes,
|
|
18
|
+
used to define a base URI against which relative URIs in the
|
|
19
|
+
document will be resolved.
|
|
20
|
+
|
|
21
|
+
$Id: xhtml-base-1.xsd,v 1.2 2005/09/26 22:54:53 ahby Exp $
|
|
22
|
+
</xs:documentation>
|
|
23
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
|
24
|
+
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_basemodule"/>
|
|
25
|
+
</xs:annotation>
|
|
26
|
+
<xs:attributeGroup name="xhtml.base.attlist">
|
|
27
|
+
<xs:attribute name="href" type="xh11d:URI" use="required"/>
|
|
28
|
+
</xs:attributeGroup>
|
|
29
|
+
<xs:group name="xhtml.base.content">
|
|
30
|
+
<xs:sequence/>
|
|
31
|
+
</xs:group>
|
|
32
|
+
<xs:complexType name="xhtml.base.type">
|
|
33
|
+
<xs:group ref="xhtml.base.content"/>
|
|
34
|
+
<xs:attributeGroup ref="xhtml.base.attlist"/>
|
|
35
|
+
</xs:complexType>
|
|
36
|
+
</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
|
+
Bidirectional Override (bdo) Element
|
|
12
|
+
This is the XML Schema BDO Element module for XHTML
|
|
13
|
+
|
|
14
|
+
This modules declares the element 'bdo' and 'dir' attributes,
|
|
15
|
+
Used to override the Unicode bidirectional algorithm for selected
|
|
16
|
+
fragments of text.
|
|
17
|
+
Bidirectional text support includes both the bdo element and
|
|
18
|
+
the 'dir' attribute.
|
|
19
|
+
|
|
20
|
+
$Id: xhtml-bdo-1.xsd,v 1.6 2009/11/18 17:59:51 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_bdomodule"/>
|
|
24
|
+
</xs:annotation>
|
|
25
|
+
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
|
|
26
|
+
schemaLocation="http://www.w3.org/2001/xml.xsd">
|
|
27
|
+
<xs:annotation>
|
|
28
|
+
<xs:documentation>
|
|
29
|
+
This import brings in the XML namespace attributes
|
|
30
|
+
The module itself does not provide the schemaLocation
|
|
31
|
+
and expects the driver schema to provide the
|
|
32
|
+
actual SchemaLocation.
|
|
33
|
+
</xs:documentation>
|
|
34
|
+
</xs:annotation>
|
|
35
|
+
</xs:import>
|
|
36
|
+
<xs:attributeGroup name="xhtml.bdo.attlist">
|
|
37
|
+
<xs:attributeGroup ref="xhtml.Core.attrib"/>
|
|
38
|
+
<xs:attributeGroup ref="xhtml.I18n.extra.attrib"/>
|
|
39
|
+
</xs:attributeGroup>
|
|
40
|
+
<xs:group name="xhtml.bdo.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.bdo.type" mixed="true">
|
|
46
|
+
<xs:group ref="xhtml.bdo.content"/>
|
|
47
|
+
<xs:attributeGroup ref="xhtml.bdo.attlist"/>
|
|
48
|
+
</xs:complexType>
|
|
49
|
+
<xs:attributeGroup name="xhtml.dir.attrib">
|
|
50
|
+
<xs:attribute name="dir">
|
|
51
|
+
<xs:simpleType>
|
|
52
|
+
<xs:restriction base="xs:NMTOKEN">
|
|
53
|
+
<xs:enumeration value="ltr"/>
|
|
54
|
+
<xs:enumeration value="rtl"/>
|
|
55
|
+
</xs:restriction>
|
|
56
|
+
</xs:simpleType>
|
|
57
|
+
</xs:attribute>
|
|
58
|
+
</xs:attributeGroup>
|
|
59
|
+
<!-- Global dir attribute -->
|
|
60
|
+
<xs:attribute name="dir">
|
|
61
|
+
<xs:simpleType>
|
|
62
|
+
<xs:restriction base="xs:NMTOKEN">
|
|
63
|
+
<xs:enumeration value="ltr"/>
|
|
64
|
+
<xs:enumeration value="rtl"/>
|
|
65
|
+
</xs:restriction>
|
|
66
|
+
</xs:simpleType>
|
|
67
|
+
</xs:attribute>
|
|
68
|
+
<xs:attributeGroup name="xhtml.Global.bdo.attrib">
|
|
69
|
+
<xs:attribute ref="dir"/>
|
|
70
|
+
</xs:attributeGroup>
|
|
71
|
+
</xs:schema>
|
|
@@ -0,0 +1,160 @@
|
|
|
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/" schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-datatypes-1.xsd" />
|
|
8
|
+
|
|
9
|
+
<xs:include schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-attribs-1.xsd" />
|
|
10
|
+
|
|
11
|
+
<xs:annotation>
|
|
12
|
+
<xs:documentation>
|
|
13
|
+
This is the XML Schema Block Phrasal support module for XHTML
|
|
14
|
+
$Id: xhtml-blkphras-1.xsd,v 1.7 2008/07/05 04:11:00 ahby Exp $
|
|
15
|
+
</xs:documentation>
|
|
16
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
|
17
|
+
</xs:annotation>
|
|
18
|
+
<xs:annotation>
|
|
19
|
+
<xs:documentation>
|
|
20
|
+
Block Phrasal
|
|
21
|
+
This module declares the elements and their attributes used to
|
|
22
|
+
support block-level phrasal markup.
|
|
23
|
+
This is the XML Schema block phrasal elements module for XHTML
|
|
24
|
+
|
|
25
|
+
* address, blockquote, pre, h1, h2, h3, h4, h5, h6
|
|
26
|
+
</xs:documentation>
|
|
27
|
+
<xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule"/>
|
|
28
|
+
</xs:annotation>
|
|
29
|
+
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
|
|
30
|
+
schemaLocation="http://www.w3.org/2001/xml.xsd">
|
|
31
|
+
<xs:annotation>
|
|
32
|
+
<xs:documentation>
|
|
33
|
+
This import brings in the XML namespace attributes
|
|
34
|
+
The module itself does not provide the schemaLocation
|
|
35
|
+
and expects the driver schema to provide the
|
|
36
|
+
actual SchemaLocation.
|
|
37
|
+
</xs:documentation>
|
|
38
|
+
</xs:annotation>
|
|
39
|
+
</xs:import>
|
|
40
|
+
<!-- address -->
|
|
41
|
+
<xs:attributeGroup name="xhtml.address.attlist">
|
|
42
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
|
43
|
+
</xs:attributeGroup>
|
|
44
|
+
<xs:group name="xhtml.address.content">
|
|
45
|
+
<xs:sequence>
|
|
46
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
|
47
|
+
</xs:sequence>
|
|
48
|
+
</xs:group>
|
|
49
|
+
<xs:complexType name="xhtml.address.type" mixed="true">
|
|
50
|
+
<xs:group ref="xhtml.address.content"/>
|
|
51
|
+
<xs:attributeGroup ref="xhtml.address.attlist"/>
|
|
52
|
+
</xs:complexType>
|
|
53
|
+
<!-- blockquote -->
|
|
54
|
+
<xs:attributeGroup name="xhtml.blockquote.attlist">
|
|
55
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
|
56
|
+
<xs:attribute name="cite" type="xh11d:URI"/>
|
|
57
|
+
</xs:attributeGroup>
|
|
58
|
+
<xs:group name="xhtml.blockquote.content">
|
|
59
|
+
<xs:sequence>
|
|
60
|
+
<xs:group ref="xhtml.Block.mix" minOccurs="0" maxOccurs="unbounded"/>
|
|
61
|
+
</xs:sequence>
|
|
62
|
+
</xs:group>
|
|
63
|
+
<xs:complexType name="xhtml.blockquote.type">
|
|
64
|
+
<xs:group ref="xhtml.blockquote.content"/>
|
|
65
|
+
<xs:attributeGroup ref="xhtml.blockquote.attlist"/>
|
|
66
|
+
</xs:complexType>
|
|
67
|
+
<!-- pre -->
|
|
68
|
+
<xs:attributeGroup name="xhtml.pre.attlist">
|
|
69
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
|
70
|
+
</xs:attributeGroup>
|
|
71
|
+
<xs:group name="xhtml.pre.content">
|
|
72
|
+
<xs:sequence>
|
|
73
|
+
<xs:group ref="xhtml.InlinePre.mix" minOccurs="0" maxOccurs="unbounded"/>
|
|
74
|
+
</xs:sequence>
|
|
75
|
+
</xs:group>
|
|
76
|
+
<xs:complexType name="xhtml.pre.type" mixed="true">
|
|
77
|
+
<xs:group ref="xhtml.pre.content"/>
|
|
78
|
+
<xs:attributeGroup ref="xhtml.pre.attlist"/>
|
|
79
|
+
</xs:complexType>
|
|
80
|
+
<!-- Heading Elements -->
|
|
81
|
+
<xs:attributeGroup name="xhtml.heading.attlist">
|
|
82
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
|
83
|
+
</xs:attributeGroup>
|
|
84
|
+
<xs:complexType name="xhtml.heading.type" mixed="true">
|
|
85
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
|
86
|
+
<xs:attributeGroup ref="xhtml.heading.attlist"/>
|
|
87
|
+
</xs:complexType>
|
|
88
|
+
<xs:attributeGroup name="xhtml.h1.attlist">
|
|
89
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
|
90
|
+
</xs:attributeGroup>
|
|
91
|
+
<xs:group name="xhtml.h1.content">
|
|
92
|
+
<xs:sequence>
|
|
93
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
|
94
|
+
</xs:sequence>
|
|
95
|
+
</xs:group>
|
|
96
|
+
<xs:complexType name="xhtml.h1.type" mixed="true">
|
|
97
|
+
<xs:group ref="xhtml.h1.content"/>
|
|
98
|
+
<xs:attributeGroup ref="xhtml.h1.attlist"/>
|
|
99
|
+
</xs:complexType>
|
|
100
|
+
<xs:attributeGroup name="xhtml.h2.attlist">
|
|
101
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
|
102
|
+
</xs:attributeGroup>
|
|
103
|
+
<xs:group name="xhtml.h2.content">
|
|
104
|
+
<xs:sequence>
|
|
105
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
|
106
|
+
</xs:sequence>
|
|
107
|
+
</xs:group>
|
|
108
|
+
<xs:complexType name="xhtml.h2.type" mixed="true">
|
|
109
|
+
<xs:group ref="xhtml.h2.content"/>
|
|
110
|
+
<xs:attributeGroup ref="xhtml.h2.attlist"/>
|
|
111
|
+
</xs:complexType>
|
|
112
|
+
<xs:attributeGroup name="xhtml.h3.attlist">
|
|
113
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
|
114
|
+
</xs:attributeGroup>
|
|
115
|
+
<xs:group name="xhtml.h3.content">
|
|
116
|
+
<xs:sequence>
|
|
117
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
|
118
|
+
</xs:sequence>
|
|
119
|
+
</xs:group>
|
|
120
|
+
<xs:complexType name="xhtml.h3.type" mixed="true">
|
|
121
|
+
<xs:group ref="xhtml.h3.content"/>
|
|
122
|
+
<xs:attributeGroup ref="xhtml.h3.attlist"/>
|
|
123
|
+
</xs:complexType>
|
|
124
|
+
<xs:attributeGroup name="xhtml.h4.attlist">
|
|
125
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
|
126
|
+
</xs:attributeGroup>
|
|
127
|
+
<xs:group name="xhtml.h4.content">
|
|
128
|
+
<xs:sequence>
|
|
129
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
|
130
|
+
</xs:sequence>
|
|
131
|
+
</xs:group>
|
|
132
|
+
<xs:complexType name="xhtml.h4.type" mixed="true">
|
|
133
|
+
<xs:group ref="xhtml.h4.content"/>
|
|
134
|
+
<xs:attributeGroup ref="xhtml.h4.attlist"/>
|
|
135
|
+
</xs:complexType>
|
|
136
|
+
<xs:attributeGroup name="xhtml.h5.attlist">
|
|
137
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
|
138
|
+
</xs:attributeGroup>
|
|
139
|
+
<xs:group name="xhtml.h5.content">
|
|
140
|
+
<xs:sequence>
|
|
141
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
|
142
|
+
</xs:sequence>
|
|
143
|
+
</xs:group>
|
|
144
|
+
<xs:complexType name="xhtml.h5.type" mixed="true">
|
|
145
|
+
<xs:group ref="xhtml.h5.content"/>
|
|
146
|
+
<xs:attributeGroup ref="xhtml.h5.attlist"/>
|
|
147
|
+
</xs:complexType>
|
|
148
|
+
<xs:attributeGroup name="xhtml.h6.attlist">
|
|
149
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
|
150
|
+
</xs:attributeGroup>
|
|
151
|
+
<xs:group name="xhtml.h6.content">
|
|
152
|
+
<xs:sequence>
|
|
153
|
+
<xs:group ref="xhtml.Inline.mix" minOccurs="0" maxOccurs="unbounded"/>
|
|
154
|
+
</xs:sequence>
|
|
155
|
+
</xs:group>
|
|
156
|
+
<xs:complexType name="xhtml.h6.type" mixed="true">
|
|
157
|
+
<xs:group ref="xhtml.h6.content"/>
|
|
158
|
+
<xs:attributeGroup ref="xhtml.h6.attlist"/>
|
|
159
|
+
</xs:complexType>
|
|
160
|
+
</xs:schema>
|
|
@@ -0,0 +1,37 @@
|
|
|
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 SchemaBlock presentation element module for XHTML
|
|
12
|
+
$Id: xhtml-blkpres-1.xsd,v 1.2 2005/09/26 22:54:53 ahby Exp $
|
|
13
|
+
</xs:documentation>
|
|
14
|
+
</xs:annotation>
|
|
15
|
+
<xs:annotation>
|
|
16
|
+
<xs:documentation>
|
|
17
|
+
Block Presentational Elements
|
|
18
|
+
|
|
19
|
+
* hr
|
|
20
|
+
|
|
21
|
+
This module declares the elements and their attributes used to
|
|
22
|
+
support block-level presentational markup.
|
|
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_presentationmodule"/>
|
|
26
|
+
</xs:annotation>
|
|
27
|
+
<xs:attributeGroup name="xhtml.hr.attlist">
|
|
28
|
+
<xs:attributeGroup ref="xhtml.Common.attrib"/>
|
|
29
|
+
</xs:attributeGroup>
|
|
30
|
+
<xs:group name="xhtml.hr.content">
|
|
31
|
+
<xs:sequence/>
|
|
32
|
+
</xs:group>
|
|
33
|
+
<xs:complexType name="xhtml.hr.type">
|
|
34
|
+
<xs:group ref="xhtml.hr.content"/>
|
|
35
|
+
<xs:attributeGroup ref="xhtml.hr.attlist"/>
|
|
36
|
+
</xs:complexType>
|
|
37
|
+
</xs:schema>
|