Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 1.1.0
relVersion = 1.1.0
version = 1.2.0
relVersion = 1.2.0
12 changes: 8 additions & 4 deletions src/data/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@
<purpose>http://www.rddl.org/purposes#validation</purpose>
<nature>http://www.w3.org/2001/XMLSchema</nature>
</entry>
<entry uri="root/www.w3.org/2001/datatypes.xsd">
<entry uri="root/www.w3.org/2001/datatypes.dtd">
<public>-//W3C//DTD XSD 1.0 Datatypes//EN</public>
<public>datatypes</public>
<system>https://www.w3.org/2001/datatypes.xsd</system>
<system>https://www.w3.org/2001/datatypes.dtd</system>
</entry>
<entry uri="root/www.w3.org/2001/xml.xsd">
<uri>https://www.w3.org/2001/xml.xsd</uri>
Expand Down Expand Up @@ -349,10 +349,14 @@
<entry uri="root/www.w3.org/2009/XMLSchema/XMLSchema.dtd">
<public>-//W3C//DTD XSD 1.1//EN</public>
<system>https://www.w3.org/2009/XMLSchema/XMLSchema.dtd</system>
<system>https://www.w3.org/TR/xmlschema11-1/XMLSchema.dtd</system>
<system>https://www.w3.org/TR/xmlschema11-2/XMLSchema.dtd</system>
</entry>
<entry uri="root/www.w3.org/2009/XMLSchema/datatypes.xsd">
<entry uri="root/www.w3.org/2009/XMLSchema/datatypes.dtd">
<public>-//W3C//DTD XSD 1.1 Datatypes//EN</public>
<system>https://www.w3.org/2009/XMLSchema/datatypes.xsd</system>
<system>https://www.w3.org/2009/XMLSchema/datatypes.dtd</system>
<system>https://www.w3.org/TR/xmlschema11-1/datatypes.dtd</system>
<system>https://www.w3.org/TR/xmlschema11-2/datatypes.dtd</system>
</entry>
<entry uri="root/www.w3.org/Graphics/SVG/1.1/DTD/svg-animation.mod">
<public>-//W3C//ELEMENTS SVG 1.1 Animation//EN</public>
Expand Down
2 changes: 0 additions & 2 deletions src/data/www.w3.org/TR/xmlschema-2/datatypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<!ATTLIST xs:union id ID #IMPLIED>
]>

<?xml version='1.0'?>
<xs:schema xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty"
xmlns:xs="http://www.w3.org/2001/XMLSchema" blockDefault="#all"
elementFormDefault="qualified" xml:lang="en"
Expand Down Expand Up @@ -1114,4 +1113,3 @@
</xs:complexType>
</xs:element>
</xs:schema>