Skip to content

Commit 8d0eda8

Browse files
committed
Updated for release 5.6.0
1 parent 80a0107 commit 8d0eda8

214 files changed

Lines changed: 55829 additions & 47802 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation files('jars/jsoup.jar')
2222
implementation files('jars/mapdb.jar')
2323
implementation files('jars/openxliff.jar')
24-
implementation files('jars/sqlite-jdbc-3.51.1.0.jar')
24+
implementation files('jars/sqlite-jdbc-3.53.1.0.jar')
2525
implementation files('jars/swordfish.jar')
2626
implementation files('jars/xmljava.jar')
2727
}

catalog/catalog.xml

Lines changed: 23 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,28 @@
200200
<nextCatalog catalog="docbook4.2/catalog.xml" />
201201
<nextCatalog catalog="docbook4.1.2/catalog.xml" />
202202

203+
204+
<!-- DocBook ISO entity mirrors -->
205+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-amsa.ent" uri="docbook4.3/ent/iso-amsa.ent" />
206+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-amsb.ent" uri="docbook4.3/ent/iso-amsb.ent" />
207+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-amsc.ent" uri="docbook4.3/ent/iso-amsc.ent" />
208+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-amsn.ent" uri="docbook4.3/ent/iso-amsn.ent" />
209+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-amso.ent" uri="docbook4.3/ent/iso-amso.ent" />
210+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-amsr.ent" uri="docbook4.3/ent/iso-amsr.ent" />
211+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-box.ent" uri="docbook4.3/ent/iso-box.ent" />
212+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-cyr1.ent" uri="docbook4.3/ent/iso-cyr1.ent" />
213+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-cyr2.ent" uri="docbook4.3/ent/iso-cyr2.ent" />
214+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-dia.ent" uri="docbook4.3/ent/iso-dia.ent" />
215+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-grk1.ent" uri="docbook4.3/ent/iso-grk1.ent" />
216+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-grk2.ent" uri="docbook4.3/ent/iso-grk2.ent" />
217+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-grk3.ent" uri="docbook4.3/ent/iso-grk3.ent" />
218+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-grk4.ent" uri="docbook4.3/ent/iso-grk4.ent" />
219+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-lat1.ent" uri="docbook4.3/ent/iso-lat1.ent" />
220+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-lat2.ent" uri="docbook4.3/ent/iso-lat2.ent" />
221+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-num.ent" uri="docbook4.3/ent/iso-num.ent" />
222+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-pub.ent" uri="docbook4.3/ent/iso-pub.ent" />
223+
<system systemId="http://www.oasis-open.org/docbook/xml/4.3/ent/iso-tech.ent" uri="docbook4.3/ent/iso-tech.ent" />
224+
203225
<!-- OASIS DITA -->
204226

205227
<nextCatalog catalog="dita1.3/catalog.xml" />
@@ -231,75 +253,7 @@
231253

232254
<!-- Microsoft OpenXML -->
233255

234-
<uri name="http://schemas.openxmlformats.org/presentationml/2006/3/main" uri="openxml/pml-slidesyncinfo.xsd" />
235-
<uri name="http://schemas.openxmlformats.org/officeDocument/2006/relationships" uri="openxml/shared-relationships.xsd" />
236-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-graphicalobject.xsd" />
237-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-shapemisc.xsd" />
238-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-graphicalobjectformat.xsd" />
239-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-text.xsd" />
240-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/picture" uri="openxml/dml-picture.xsd" />
241-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/diagram" uri="openxml/dml-diagramcolortransform.xsd" />
242-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-basestylesheet.xsd" />
243-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-docproperties.xsd" />
244-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-basetypes.xsd" />
245-
<uri name="http://schemas.openxmlformats.org/presentationml/2006/3/main" uri="openxml/pml-presentation.xsd" />
246-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/diagram" uri="openxml/dml-diagramlayoutvariables.xsd" />
247-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-shape3dcamera.xsd" />
248-
<uri name="http://schemas.openxmlformats.org/presentationml/2006/3/main" uri="openxml/pml-slide.xsd" />
249-
<uri name="http://schemas.openxmlformats.org/presentationml/2006/3/main" uri="openxml/pml-presentationproperties.xsd" />
250-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-tablestyle.xsd" />
251-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-shape3dlight.xsd" />
252-
<uri name="http://schemas.openxmlformats.org/presentationml/2006/3/main" uri="openxml/pml-ptags.xsd" />
253-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-shape3dstyles.xsd" />
254-
<uri name="http://schemas.openxmlformats.org/presentationml/2006/3/main" uri="openxml/pml-viewproperties.xsd" />
255-
<uri name="http://schemas.openxmlformats.org/package/2006/content-types" uri="openxml/opc-contenttypes.xsd" />
256-
<uri name="urn:schemas-microsoft-com:office:office" uri="openxml/vml-officedrawing.xsd" />
257-
<uri name="http://schemas.openxmlformats.org/schemaLibrary/2006/2/main" uri="openxml/shared-schemalibrary.xsd" />
258-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/lockedCanvas" uri="openxml/dml-lockedcanvas.xsd" />
259-
<uri name="http://schemas.openxmlformats.org/presentationml/2006/3/main" uri="openxml/pml-base.xsd" />
260-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-table.xsd" />
261-
<uri name="http://schemas.microsoft.com/office/omml/2004/12/core" uri="openxml/shared-math.xsd" />
262-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-shapegeometry.xsd" />
263-
<uri name="http://schemas.openxmlformats.org/officedocument/2006/2/customXml" uri="openxml/shared-customxmlprops.xsd" />
264-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-textbullet.xsd" />
265-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/diagram" uri="openxml/dml-diagramdefinition.xsd" />
266-
<uri name="http://schemas.openxmlformats.org/package/2006/relationships" uri="openxml/opc-relationships.xsd" />
267-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-graphicalobjectanimation.xsd" />
268-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/compatibility" uri="openxml/dml-compat.xsd" />
269-
<uri name="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties" uri="openxml/shared-docpropertiescustom.xsd" />
270-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/diagram" uri="openxml/dml-diagramstyledefinition.xsd" />
271-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-shape3dscene.xsd" />
272-
<uri name="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" uri="openxml/opc-coreproperties.xsd" />
273-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-gvml.xsd" />
274-
<uri name="http://schemas.openxmlformats.org/officeDocument/2006/2/activeX" uri="openxml/shared-activex.xsd" />
275-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-audiovideo.xsd" />
276-
<uri name="http://schemas.openxmlformats.org/presentationml/2006/3/main" uri="openxml/pml-animationinfo.xsd" />
277-
<uri name="http://schemas.openxmlformats.org/presentationml/2006/3/main" uri="openxml/pml-comments.xsd" />
278-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-shape3dsceneplane.xsd" />
279-
<uri name="urn:schemas-microsoft-com:office:word" uri="openxml/vml-wordprocessingdrawing.xsd" />
280-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/spreadsheetDrawing" uri="openxml/dml-spreadsheetdrawing.xsd" />
281-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-textrun.xsd" />
282-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-shapeproperties.xsd" />
283-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-textchar.xsd" />
284-
<uri name="urn:schemas-microsoft-com:vml" uri="openxml/vml.xsd" />
285-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-styledefaults.xsd" />
286-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/chart" uri="openxml/dml-chart.xsd" />
287-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-textpara.xsd" />
288-
<uri name="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes" uri="openxml/shared-docpropertiesvectortypes.xsd" />
289-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/diagram" uri="openxml/dml-diagramtypes.xsd" />
290-
<uri name="http://schemas.openxmlformats.org/spreadsheetml/2006/5/main" uri="openxml/sml-comments.xsd" />
291-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-stylesheet.xsd" />
292-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-shapestyle.xsd" />
293-
<uri name="http://schemas.openxmlformats.org/wordprocessingml/2006/3/main" uri="openxml/wml.xsd" />
294-
<uri name="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" uri="openxml/shared-docpropertiesextended.xsd" />
295-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/diagram" uri="openxml/dml-diagramdatamodel.xsd" />
296-
<uri name="http://schemas.openxmlformats.org/presentationml/2006/3/main" uri="openxml/pml-ole.xsd" />
297-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/diagram" uri="openxml/dml-diagramelementpropertyset.xsd" />
298-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/chartdr" uri="openxml/dml-chartDrawing.xsd" />
299-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-shapelineproperties.xsd" />
300-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/wordprocessingDrawing" uri="openxml/dml-wordprocessingdrawing.xsd" />
301-
<uri name="http://schemas.openxmlformats.org/drawingml/2006/3/main" uri="openxml/dml-shapeeffects.xsd" />
302-
256+
<nextCatalog catalog="openxml/catalog.xml" />
303257

304258
<!-- Speech Synthesis ML -->
305259

catalog/mathml/catalog.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns="http://schemas.microsoft.com/office/spreadsheetml/2014/11/main" xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main" targetNamespace="http://schemas.microsoft.com/office/spreadsheetml/2014/11/main" elementFormDefault="qualified">
2+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlbasictypes.xsd"/>
3+
<xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/relationships" schemaLocation="orel.xsd"/>
4+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlworkbook.xsd"/>
5+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlsheet.xsd"/>
6+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlpivot.xsd"/>
7+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlextconns.xsd"/>
8+
<xsd:complexType name="CT_ModelTimeGroupings">
9+
<xsd:sequence>
10+
<xsd:element name="modelTimeGrouping" minOccurs="1" maxOccurs="unbounded" type="CT_ModelTimeGrouping"/>
11+
</xsd:sequence>
12+
</xsd:complexType>
13+
<xsd:element name="modelTimeGroupings" type="CT_ModelTimeGroupings"/>
14+
<xsd:complexType name="CT_ModelTimeGrouping">
15+
<xsd:sequence>
16+
<xsd:element name="calculatedTimeColumn" minOccurs="1" maxOccurs="unbounded" type="CT_CalculatedTimeColumn"/>
17+
</xsd:sequence>
18+
<xsd:attribute name="tableName" type="x:ST_Xstring" use="required"/>
19+
<xsd:attribute name="columnName" type="x:ST_Xstring" use="required"/>
20+
<xsd:attribute name="columnId" type="x:ST_Xstring" use="required"/>
21+
</xsd:complexType>
22+
<xsd:complexType name="CT_CalculatedTimeColumn">
23+
<xsd:attribute name="columnName" type="x:ST_Xstring" use="required"/>
24+
<xsd:attribute name="columnId" type="x:ST_Xstring" use="required"/>
25+
<xsd:attribute name="contentType" type="ST_ModelTimeGroupingContentType" use="required"/>
26+
<xsd:attribute name="isSelected" type="xsd:boolean" use="required"/>
27+
</xsd:complexType>
28+
<xsd:simpleType name="ST_ModelTimeGroupingContentType">
29+
<xsd:restriction base="x:ST_Xstring">
30+
<xsd:enumeration value="years"/>
31+
<xsd:enumeration value="quarters"/>
32+
<xsd:enumeration value="monthsindex"/>
33+
<xsd:enumeration value="months"/>
34+
<xsd:enumeration value="daysindex"/>
35+
<xsd:enumeration value="days"/>
36+
<xsd:enumeration value="hours"/>
37+
<xsd:enumeration value="minutes"/>
38+
<xsd:enumeration value="seconds"/>
39+
</xsd:restriction>
40+
</xsd:simpleType>
41+
</xsd:schema>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/office/spreadsheetml/2015/02/main" xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main" targetNamespace="http://schemas.microsoft.com/office/spreadsheetml/2015/02/main" elementFormDefault="qualified">
2+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlbasictypes.xsd"/>
3+
<xsd:attribute name="formatCode16" type="x:ST_Xstring"/>
4+
</xsd:schema>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<xsd:schema targetNamespace="http://schemas.microsoft.com/office/spreadsheetml/2016/revision10" elementFormDefault="qualified" xmlns="http://schemas.microsoft.com/office/spreadsheetml/2016/revision10" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
2+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlbasictypes.xsd"/>
3+
<xsd:attribute name="uid" type="x:ST_Guid"/>
4+
<xsd:attribute name="uidLastSave" type="x:ST_Guid"/>
5+
</xsd:schema>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<xsd:schema targetNamespace="http://schemas.microsoft.com/office/spreadsheetml/2016/revision9" elementFormDefault="qualified" xmlns="http://schemas.microsoft.com/office/spreadsheetml/2016/revision9" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
2+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlbasictypes.xsd"/>
3+
<xsd:attribute name="uid" type="x:ST_Guid"/>
4+
</xsd:schema>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<xsd:schema targetNamespace="http://schemas.microsoft.com/office/spreadsheetml/2016/revision6" elementFormDefault="qualified" xmlns="http://schemas.microsoft.com/office/spreadsheetml/2016/revision6" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
2+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlbasictypes.xsd"/>
3+
<xsd:attribute name="uid" type="x:ST_Guid"/>
4+
<xsd:attribute name="coauthVersionLast" type="xsd:unsignedInt"/>
5+
<xsd:attribute name="coauthVersionMax" type="xsd:unsignedInt"/>
6+
</xsd:schema>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<xsd:schema targetNamespace="http://schemas.microsoft.com/office/spreadsheetml/2014/revision" elementFormDefault="qualified" xmlns="http://schemas.microsoft.com/office/spreadsheetml/2014/revision" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:xr6="http://schemas.microsoft.com/office/spreadsheetml/2016/revision6" xmlns:xr10="http://schemas.microsoft.com/office/spreadsheetml/2016/revision10">
2+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlbasictypes.xsd"/>
3+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlstyles.xsd"/>
4+
<xsd:import namespace="http://schemas.microsoft.com/office/spreadsheetml/2016/revision6" schemaLocation="xlrevexignore6.xsd"/>
5+
<xsd:import namespace="http://schemas.microsoft.com/office/spreadsheetml/2016/revision10" schemaLocation="xlrevexignore10.xsd"/>
6+
<xsd:simpleType name="ST_Xrevid">
7+
<xsd:restriction base="xsd:unsignedLong"/>
8+
</xsd:simpleType>
9+
<xsd:complexType name="CT_RevisionPtr">
10+
<xsd:attribute name="revIDLastSave" type="ST_Xrevid" use="required"/>
11+
<xsd:attribute name="documentId" type="x:ST_Xstring" use="required"/>
12+
<xsd:attribute ref="xr6:coauthVersionLast" use="optional" default="0"/>
13+
<xsd:attribute ref="xr6:coauthVersionMax" use="optional" default="0"/>
14+
<xsd:attribute ref="xr10:uidLastSave" use="optional"/>
15+
</xsd:complexType>
16+
<xsd:attribute name="uid" type="x:ST_Guid"/>
17+
<xsd:element name="revisionPtr" type="CT_RevisionPtr"/>
18+
</xsd:schema>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<xsd:schema targetNamespace="http://schemas.microsoft.com/office/spreadsheetml/2015/revision2" elementFormDefault="qualified" xmlns="http://schemas.microsoft.com/office/spreadsheetml/2015/revision2" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
2+
<xsd:import namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" schemaLocation="xlbasictypes.xsd"/>
3+
<xsd:attribute name="uid" type="x:ST_Guid"/>
4+
</xsd:schema>

0 commit comments

Comments
 (0)