Skip to content

Commit 3b1c923

Browse files
authored
Merge pull request #165 from strictdoc-project/stanislaw/fix_xmlschema_setup
Update ReqIF schemas to the recently updated xmlschema
2 parents 6ea9a66 + 4e3976d commit 3b1c923

25 files changed

Lines changed: 21 additions & 25 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
3.7.15
1+
3.7
22

reqif/reqif_schema/www.omg.org/spec/ReqIF/20110402/driver.xsd renamed to reqif/reqif_schema/http/www.omg.org/spec/ReqIF/20110402/driver.xsd

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
xmlns="http://www.w3.org/1999/xhtml"
77
elementFormDefault="qualified" >
88

9-
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd" />
9+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="" />
1010

1111
<xsd:import namespace="http://www.w3.org/1999/xhtml/datatypes/"
12-
schemaLocation="reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-datatypes-1.xsd" />
12+
schemaLocation="../../../../www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-datatypes-1.xsd" />
1313

14-
<xsd:include schemaLocation="reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-framework-1.xsd" />
15-
<xsd:include schemaLocation="reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-text-1.xsd" />
16-
<xsd:include schemaLocation="reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-hypertext-1.xsd" />
17-
<xsd:include schemaLocation="reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-list-1.xsd" />
18-
<xsd:include schemaLocation="reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-edit-1.xsd" />
19-
<xsd:include schemaLocation="reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-pres-1.xsd" />
20-
<xsd:include schemaLocation="reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-inlstyle-1.xsd" />
21-
<xsd:include schemaLocation="reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-object-1.xsd" />
22-
<xsd:include schemaLocation="reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-table-1.xsd" />
14+
<xsd:include schemaLocation="../../../../www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-framework-1.xsd" />
15+
<xsd:include schemaLocation="../../../../www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-text-1.xsd" />
16+
<xsd:include schemaLocation="../../../../www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-hypertext-1.xsd" />
17+
<xsd:include schemaLocation="../../../../www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-list-1.xsd" />
18+
<xsd:include schemaLocation="../../../../www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-edit-1.xsd" />
19+
<xsd:include schemaLocation="../../../../www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-pres-1.xsd" />
20+
<xsd:include schemaLocation="../../../../www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-inlstyle-1.xsd" />
21+
<xsd:include schemaLocation="../../../../www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-object-1.xsd" />
22+
<xsd:include schemaLocation="../../../../www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-table-1.xsd" />
2323

2424
<xsd:attributeGroup name="xhtml.I18n.extra.attrib"/>
2525

reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-attribs-1.xsd renamed to reqif/reqif_schema/http/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-attribs-1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_commonatts"/>
1717
</xs:annotation>
1818
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
19-
schemaLocation="http://www.w3.org/2001/xml.xsd">
19+
schemaLocation="">
2020
<xs:annotation>
2121
<xs:documentation>
2222
This import brings in the XML namespace attributes

reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-blkphras-1.xsd renamed to reqif/reqif_schema/http/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-blkphras-1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule"/>
2828
</xs:annotation>
2929
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
30-
schemaLocation="http://www.w3.org/2001/xml.xsd">
30+
schemaLocation="">
3131
<xs:annotation>
3232
<xs:documentation>
3333
This import brings in the XML namespace attributes

reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-blkpres-1.xsd renamed to reqif/reqif_schema/http/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-blkpres-1.xsd

File renamed without changes.

reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-blkstruct-1.xsd renamed to reqif/reqif_schema/http/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-blkstruct-1.xsd

File renamed without changes.

reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-datatypes-1.xsd renamed to reqif/reqif_schema/http/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-datatypes-1.xsd

File renamed without changes.

reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-edit-1.xsd renamed to reqif/reqif_schema/http/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-edit-1.xsd

File renamed without changes.

reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-framework-1.xsd renamed to reqif/reqif_schema/http/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-framework-1.xsd

File renamed without changes.

reqif/reqif_schema/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-hypertext-1.xsd renamed to reqif/reqif_schema/http/www.w3.org/TR/xhtml-modularization/SCHEMA/xhtml-hypertext-1.xsd

File renamed without changes.

0 commit comments

Comments
 (0)