This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new e7aea742c4 CAUSEWAY-3354: Rename XML namespace identifiers in 
antora/supplemental-ui/applib/layout XSD files
e7aea742c4 is described below

commit e7aea742c4b23f6df2c9a9a7765eb0b44bede2b7
Author: Andi Huber <[email protected]>
AuthorDate: Wed Feb 8 11:21:08 2023 +0100

    CAUSEWAY-3354: Rename XML namespace identifiers in
    antora/supplemental-ui/applib/layout XSD files
---
 .../supplemental-ui/applib/layout/component/component.xsd  |  8 ++++----
 .../applib/layout/grid/bootstrap3/bootstrap3.xsd           | 10 +++++-----
 antora/supplemental-ui/applib/layout/links/links.xsd       |  2 +-
 .../applib/layout/menubars/bootstrap3/menubars.xsd         | 14 +++++++-------
 antora/supplemental-ui/schema/chg/chg-1.0.xsd              |  8 ++++----
 antora/supplemental-ui/schema/chg/chg-1.1.xsd              |  8 ++++----
 antora/supplemental-ui/schema/chg/chg-2.0.xsd              |  8 ++++----
 antora/supplemental-ui/schema/chg/chg.xsd                  |  8 ++++----
 antora/supplemental-ui/schema/cmd/cmd-1.0.xsd              |  8 ++++----
 antora/supplemental-ui/schema/cmd/cmd-1.2.xsd              |  8 ++++----
 antora/supplemental-ui/schema/cmd/cmd-1.3.xsd              |  8 ++++----
 antora/supplemental-ui/schema/cmd/cmd-1.4.xsd              |  8 ++++----
 antora/supplemental-ui/schema/cmd/cmd-2.0.xsd              |  8 ++++----
 antora/supplemental-ui/schema/cmd/cmd.xsd                  |  8 ++++----
 antora/supplemental-ui/schema/common/common-1.0.xsd        |  4 ++--
 antora/supplemental-ui/schema/common/common-1.1.xsd        |  4 ++--
 antora/supplemental-ui/schema/common/common-2.0.xsd        |  4 ++--
 antora/supplemental-ui/schema/common/common.xsd            |  4 ++--
 antora/supplemental-ui/schema/ixn/ixn-1.0.xsd              | 12 ++++++------
 antora/supplemental-ui/schema/ixn/ixn-1.1.xsd              | 12 ++++++------
 antora/supplemental-ui/schema/ixn/ixn-1.2.xsd              | 12 ++++++------
 antora/supplemental-ui/schema/ixn/ixn-1.3.xsd              | 12 ++++++------
 antora/supplemental-ui/schema/ixn/ixn-2.0.xsd              | 12 ++++++------
 antora/supplemental-ui/schema/ixn/ixn.xsd                  | 12 ++++++------
 antora/supplemental-ui/schema/metamodel/metamodel-1.0.xsd  |  4 ++--
 antora/supplemental-ui/schema/metamodel/metamodel-2.0.xsd  |  4 ++--
 antora/supplemental-ui/schema/metamodel/metamodel.xsd      |  4 ++--
 27 files changed, 107 insertions(+), 107 deletions(-)

diff --git a/antora/supplemental-ui/applib/layout/component/component.xsd 
b/antora/supplemental-ui/applib/layout/component/component.xsd
index 306880d918..eff8071a24 100644
--- a/antora/supplemental-ui/applib/layout/component/component.xsd
+++ b/antora/supplemental-ui/applib/layout/component/component.xsd
@@ -10,14 +10,14 @@
        OF ANY KIND, either express or implied. See the License for the specific
        language governing permissions and limitations under the License. -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns:lnk="http://isis.apache.org/applib/layout/links";
-           xmlns:tns="http://isis.apache.org/applib/layout/component";
+           xmlns:lnk="https://causeway.apache.org/applib/layout/links";
+           xmlns:tns="https://causeway.apache.org/applib/layout/component";
            elementFormDefault="qualified"
-           targetNamespace="http://isis.apache.org/applib/layout/component";
+           
targetNamespace="https://causeway.apache.org/applib/layout/component";
            version="1.0">
 
   <xs:import
-          namespace="http://isis.apache.org/applib/layout/links";
+          namespace="https://causeway.apache.org/applib/layout/links";
           schemaLocation="../links/links.xsd"/>
 
   <xs:element name="action" type="tns:action"/>
diff --git 
a/antora/supplemental-ui/applib/layout/grid/bootstrap3/bootstrap3.xsd 
b/antora/supplemental-ui/applib/layout/grid/bootstrap3/bootstrap3.xsd
index 8380f737d0..fd27044e23 100644
--- a/antora/supplemental-ui/applib/layout/grid/bootstrap3/bootstrap3.xsd
+++ b/antora/supplemental-ui/applib/layout/grid/bootstrap3/bootstrap3.xsd
@@ -11,18 +11,18 @@
        language governing permissions and limitations under the License. -->
 <xs:schema
         xmlns:xs="http://www.w3.org/2001/XMLSchema";
-        xmlns:cpt="http://isis.apache.org/applib/layout/component";
-        xmlns:tns="http://isis.apache.org/applib/layout/grid/bootstrap3";
+        xmlns:cpt="https://causeway.apache.org/applib/layout/component";
+        xmlns:tns="https://causeway.apache.org/applib/layout/grid/bootstrap3";
         elementFormDefault="qualified"
-        targetNamespace="http://isis.apache.org/applib/layout/grid/bootstrap3";
+        
targetNamespace="https://causeway.apache.org/applib/layout/grid/bootstrap3";
         version="1.0">
 
     <xs:import
-            namespace="http://isis.apache.org/applib/layout/component";
+            namespace="https://causeway.apache.org/applib/layout/component";
             schemaLocation="../../component/component.xsd"/>
 
     <xs:import
-            namespace="http://isis.apache.org/applib/layout/links";
+            namespace="https://causeway.apache.org/applib/layout/links";
             schemaLocation="../../links/links.xsd"/>
 
     <xs:element name="clearFixHidden" type="tns:clearFixHidden"/>
diff --git a/antora/supplemental-ui/applib/layout/links/links.xsd 
b/antora/supplemental-ui/applib/layout/links/links.xsd
index fe5d1f1ab9..9fd43ff579 100644
--- a/antora/supplemental-ui/applib/layout/links/links.xsd
+++ b/antora/supplemental-ui/applib/layout/links/links.xsd
@@ -12,7 +12,7 @@
 <xs:schema
         xmlns:xs="http://www.w3.org/2001/XMLSchema";
         elementFormDefault="qualified"
-        targetNamespace="http://isis.apache.org/applib/layout/links";
+        targetNamespace="https://causeway.apache.org/applib/layout/links";
         version="1.0">
 
     <xs:complexType name="link">
diff --git 
a/antora/supplemental-ui/applib/layout/menubars/bootstrap3/menubars.xsd 
b/antora/supplemental-ui/applib/layout/menubars/bootstrap3/menubars.xsd
index a9f52ecee1..5e8fef52d5 100644
--- a/antora/supplemental-ui/applib/layout/menubars/bootstrap3/menubars.xsd
+++ b/antora/supplemental-ui/applib/layout/menubars/bootstrap3/menubars.xsd
@@ -11,19 +11,19 @@
        language governing permissions and limitations under the License. -->
 <xs:schema
         xmlns:xs="http://www.w3.org/2001/XMLSchema";
-        xmlns:mb3="http://isis.apache.org/applib/layout/menubars/bootstrap3";
-        xmlns:cpt="http://isis.apache.org/applib/layout/component";
-        xmlns:lnk="http://isis.apache.org/applib/layout/links";
-        xmlns:tns="http://isis.apache.org/applib/layout/menubars/bootstrap3";
+        
xmlns:mb3="https://causeway.apache.org/applib/layout/menubars/bootstrap3";
+        xmlns:cpt="https://causeway.apache.org/applib/layout/component";
+        xmlns:lnk="https://causeway.apache.org/applib/layout/links";
+        
xmlns:tns="https://causeway.apache.org/applib/layout/menubars/bootstrap3";
         elementFormDefault="qualified"
-        
targetNamespace="http://isis.apache.org/applib/layout/menubars/bootstrap3"; 
version="1.0">
+        
targetNamespace="https://causeway.apache.org/applib/layout/menubars/bootstrap3"; 
version="1.0">
 
     <xs:import
-            namespace="http://isis.apache.org/applib/layout/component";
+            namespace="https://causeway.apache.org/applib/layout/component";
             schemaLocation="../../component/component.xsd"/>
 
     <xs:import
-            namespace="http://isis.apache.org/applib/layout/links";
+            namespace="https://causeway.apache.org/applib/layout/links";
             schemaLocation="../../links/links.xsd"/>
 
     <xs:element name="menuBars" type="tns:menuBars"/>
diff --git a/antora/supplemental-ui/schema/chg/chg-1.0.xsd 
b/antora/supplemental-ui/schema/chg/chg-1.0.xsd
index 41501deea3..a4f3e66392 100644
--- a/antora/supplemental-ui/schema/chg/chg-1.0.xsd
+++ b/antora/supplemental-ui/schema/chg/chg-1.0.xsd
@@ -17,14 +17,14 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/chg";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/chg";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/chg";
-           xmlns:com="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/chg";
+           xmlns:com="https://causeway.apache.org/schema/common";
 >
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-1.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-1.0.xsd"/>
 
     <xs:element name="changesDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/chg/chg-1.1.xsd 
b/antora/supplemental-ui/schema/chg/chg-1.1.xsd
index cb55449a50..f32b29c674 100644
--- a/antora/supplemental-ui/schema/chg/chg-1.1.xsd
+++ b/antora/supplemental-ui/schema/chg/chg-1.1.xsd
@@ -17,14 +17,14 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/chg";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/chg";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/chg";
-           xmlns:com="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/chg";
+           xmlns:com="https://causeway.apache.org/schema/common";
 >
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
 
     <xs:element name="changesDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/chg/chg-2.0.xsd 
b/antora/supplemental-ui/schema/chg/chg-2.0.xsd
index 874d883f6f..6e00bbb18f 100644
--- a/antora/supplemental-ui/schema/chg/chg-2.0.xsd
+++ b/antora/supplemental-ui/schema/chg/chg-2.0.xsd
@@ -17,14 +17,14 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/chg";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/chg";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/chg";
-           xmlns:com="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/chg";
+           xmlns:com="https://causeway.apache.org/schema/common";
 >
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
 
     <xs:element name="changesDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/chg/chg.xsd 
b/antora/supplemental-ui/schema/chg/chg.xsd
index 874d883f6f..6e00bbb18f 100644
--- a/antora/supplemental-ui/schema/chg/chg.xsd
+++ b/antora/supplemental-ui/schema/chg/chg.xsd
@@ -17,14 +17,14 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/chg";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/chg";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/chg";
-           xmlns:com="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/chg";
+           xmlns:com="https://causeway.apache.org/schema/common";
 >
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
 
     <xs:element name="changesDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/cmd/cmd-1.0.xsd 
b/antora/supplemental-ui/schema/cmd/cmd-1.0.xsd
index e3aa0b9c10..e64e69dcfc 100644
--- a/antora/supplemental-ui/schema/cmd/cmd-1.0.xsd
+++ b/antora/supplemental-ui/schema/cmd/cmd-1.0.xsd
@@ -17,13 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/cmd";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/cmd";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";>
+           xmlns="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";>
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-1.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-1.0.xsd"/>
 
     <xs:element name="commandDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/cmd/cmd-1.2.xsd 
b/antora/supplemental-ui/schema/cmd/cmd-1.2.xsd
index 80732662cb..3a157478be 100644
--- a/antora/supplemental-ui/schema/cmd/cmd-1.2.xsd
+++ b/antora/supplemental-ui/schema/cmd/cmd-1.2.xsd
@@ -17,13 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/cmd";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/cmd";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";>
+           xmlns="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";>
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
 
     <xs:element name="commandDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/cmd/cmd-1.3.xsd 
b/antora/supplemental-ui/schema/cmd/cmd-1.3.xsd
index 6f14ad1697..3d0fa84cdf 100644
--- a/antora/supplemental-ui/schema/cmd/cmd-1.3.xsd
+++ b/antora/supplemental-ui/schema/cmd/cmd-1.3.xsd
@@ -17,13 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/cmd";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/cmd";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";>
+           xmlns="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";>
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
 
     <xs:element name="commandDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/cmd/cmd-1.4.xsd 
b/antora/supplemental-ui/schema/cmd/cmd-1.4.xsd
index 3ff2e908e5..38379a9b48 100644
--- a/antora/supplemental-ui/schema/cmd/cmd-1.4.xsd
+++ b/antora/supplemental-ui/schema/cmd/cmd-1.4.xsd
@@ -17,13 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/cmd";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/cmd";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";>
+           xmlns="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";>
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
 
     <xs:element name="commandsDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/cmd/cmd-2.0.xsd 
b/antora/supplemental-ui/schema/cmd/cmd-2.0.xsd
index ec889345bc..78a9d61099 100644
--- a/antora/supplemental-ui/schema/cmd/cmd-2.0.xsd
+++ b/antora/supplemental-ui/schema/cmd/cmd-2.0.xsd
@@ -17,13 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/cmd";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/cmd";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";>
+           xmlns="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";>
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
 
     <xs:element name="commandsDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/cmd/cmd.xsd 
b/antora/supplemental-ui/schema/cmd/cmd.xsd
index ec889345bc..78a9d61099 100644
--- a/antora/supplemental-ui/schema/cmd/cmd.xsd
+++ b/antora/supplemental-ui/schema/cmd/cmd.xsd
@@ -17,13 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/cmd";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/cmd";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";>
+           xmlns="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";>
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
 
     <xs:element name="commandsDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/common/common-1.0.xsd 
b/antora/supplemental-ui/schema/common/common-1.0.xsd
index 757d4ad28e..aac1c0f727 100644
--- a/antora/supplemental-ui/schema/common/common-1.0.xsd
+++ b/antora/supplemental-ui/schema/common/common-1.0.xsd
@@ -17,9 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/common";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/common";
            elementFormDefault="qualified"
-           xmlns="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/common";
            xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 
     <xs:complexType name="valueDto">
diff --git a/antora/supplemental-ui/schema/common/common-1.1.xsd 
b/antora/supplemental-ui/schema/common/common-1.1.xsd
index ab2681580c..9e5612d771 100644
--- a/antora/supplemental-ui/schema/common/common-1.1.xsd
+++ b/antora/supplemental-ui/schema/common/common-1.1.xsd
@@ -17,9 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/common";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/common";
            elementFormDefault="qualified"
-           xmlns="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/common";
            xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 
     <xs:complexType name="valueDto">
diff --git a/antora/supplemental-ui/schema/common/common-2.0.xsd 
b/antora/supplemental-ui/schema/common/common-2.0.xsd
index b8a7e867b6..89b90c0ae1 100644
--- a/antora/supplemental-ui/schema/common/common-2.0.xsd
+++ b/antora/supplemental-ui/schema/common/common-2.0.xsd
@@ -17,9 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/common";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/common";
            elementFormDefault="qualified"
-           xmlns="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/common";
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
            
            xmlns:jaxb="http://java.sun.com/xml/ns/jaxb";
diff --git a/antora/supplemental-ui/schema/common/common.xsd 
b/antora/supplemental-ui/schema/common/common.xsd
index b8a7e867b6..89b90c0ae1 100644
--- a/antora/supplemental-ui/schema/common/common.xsd
+++ b/antora/supplemental-ui/schema/common/common.xsd
@@ -17,9 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/common";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/common";
            elementFormDefault="qualified"
-           xmlns="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/common";
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
            
            xmlns:jaxb="http://java.sun.com/xml/ns/jaxb";
diff --git a/antora/supplemental-ui/schema/ixn/ixn-1.0.xsd 
b/antora/supplemental-ui/schema/ixn/ixn-1.0.xsd
index c107097498..322b751dca 100644
--- a/antora/supplemental-ui/schema/ixn/ixn-1.0.xsd
+++ b/antora/supplemental-ui/schema/ixn/ixn-1.0.xsd
@@ -17,16 +17,16 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/ixn";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/ixn";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/ixn";
-           xmlns:cmd="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/ixn";
+           xmlns:cmd="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";
 >
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-1.0.xsd"/>
-    <xs:import namespace="http://isis.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-1.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-1.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-1.0.xsd"/>
 
     <xs:element name="interactionDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/ixn/ixn-1.1.xsd 
b/antora/supplemental-ui/schema/ixn/ixn-1.1.xsd
index ea5d6856d2..bd18cb946e 100644
--- a/antora/supplemental-ui/schema/ixn/ixn-1.1.xsd
+++ b/antora/supplemental-ui/schema/ixn/ixn-1.1.xsd
@@ -17,16 +17,16 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/ixn";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/ixn";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/ixn";
-           xmlns:cmd="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/ixn";
+           xmlns:cmd="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";
 >
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
-    <xs:import namespace="http://isis.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-1.2.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-1.2.xsd"/>
 
     <xs:element name="interactionDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/ixn/ixn-1.2.xsd 
b/antora/supplemental-ui/schema/ixn/ixn-1.2.xsd
index f17c9da607..307b9b631e 100644
--- a/antora/supplemental-ui/schema/ixn/ixn-1.2.xsd
+++ b/antora/supplemental-ui/schema/ixn/ixn-1.2.xsd
@@ -17,16 +17,16 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/ixn";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/ixn";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/ixn";
-           xmlns:cmd="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/ixn";
+           xmlns:cmd="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";
 >
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
-    <xs:import namespace="http://isis.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-1.3.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-1.3.xsd"/>
 
     <xs:element name="interactionDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/ixn/ixn-1.3.xsd 
b/antora/supplemental-ui/schema/ixn/ixn-1.3.xsd
index dc6db8bd99..f14a4a3cbd 100644
--- a/antora/supplemental-ui/schema/ixn/ixn-1.3.xsd
+++ b/antora/supplemental-ui/schema/ixn/ixn-1.3.xsd
@@ -17,16 +17,16 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/ixn";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/ixn";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/ixn";
-           xmlns:cmd="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/ixn";
+           xmlns:cmd="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";
 >
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
-    <xs:import namespace="http://isis.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-1.4.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-1.1.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-1.4.xsd"/>
 
     <xs:element name="interactionDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/ixn/ixn-2.0.xsd 
b/antora/supplemental-ui/schema/ixn/ixn-2.0.xsd
index 24e8445b0e..92f68a4e4c 100644
--- a/antora/supplemental-ui/schema/ixn/ixn-2.0.xsd
+++ b/antora/supplemental-ui/schema/ixn/ixn-2.0.xsd
@@ -17,16 +17,16 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/ixn";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/ixn";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/ixn";
-           xmlns:cmd="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/ixn";
+           xmlns:cmd="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";
 >
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
-    <xs:import namespace="http://isis.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-2.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-2.0.xsd"/>
 
     <xs:element name="interactionsDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/ixn/ixn.xsd 
b/antora/supplemental-ui/schema/ixn/ixn.xsd
index 24e8445b0e..92f68a4e4c 100644
--- a/antora/supplemental-ui/schema/ixn/ixn.xsd
+++ b/antora/supplemental-ui/schema/ixn/ixn.xsd
@@ -17,16 +17,16 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/ixn";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/ixn";
            elementFormDefault="qualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema";
-           xmlns="http://isis.apache.org/schema/ixn";
-           xmlns:cmd="http://isis.apache.org/schema/cmd";
-           xmlns:com="http://isis.apache.org/schema/common";
+           xmlns="https://causeway.apache.org/schema/ixn";
+           xmlns:cmd="https://causeway.apache.org/schema/cmd";
+           xmlns:com="https://causeway.apache.org/schema/common";
 >
 
-    <xs:import namespace="http://isis.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
-    <xs:import namespace="http://isis.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-2.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/common"; 
schemaLocation="../common/common-2.0.xsd"/>
+    <xs:import namespace="https://causeway.apache.org/schema/cmd"; 
schemaLocation="../cmd/cmd-2.0.xsd"/>
 
     <xs:element name="interactionsDto">
         <xs:annotation>
diff --git a/antora/supplemental-ui/schema/metamodel/metamodel-1.0.xsd 
b/antora/supplemental-ui/schema/metamodel/metamodel-1.0.xsd
index d1cee4b455..208ac0322f 100644
--- a/antora/supplemental-ui/schema/metamodel/metamodel-1.0.xsd
+++ b/antora/supplemental-ui/schema/metamodel/metamodel-1.0.xsd
@@ -17,9 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/metamodel";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/metamodel";
            elementFormDefault="qualified"
-           xmlns="http://isis.apache.org/schema/metamodel";
+           xmlns="https://causeway.apache.org/schema/metamodel";
            xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 
     <xs:element name="metamodelDto">
diff --git a/antora/supplemental-ui/schema/metamodel/metamodel-2.0.xsd 
b/antora/supplemental-ui/schema/metamodel/metamodel-2.0.xsd
index 9aa2afd29a..a3af830699 100644
--- a/antora/supplemental-ui/schema/metamodel/metamodel-2.0.xsd
+++ b/antora/supplemental-ui/schema/metamodel/metamodel-2.0.xsd
@@ -17,9 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/metamodel";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/metamodel";
            elementFormDefault="qualified"
-           xmlns="http://isis.apache.org/schema/metamodel";
+           xmlns="https://causeway.apache.org/schema/metamodel";
            xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 
     <xs:element name="metamodelDto">
diff --git a/antora/supplemental-ui/schema/metamodel/metamodel.xsd 
b/antora/supplemental-ui/schema/metamodel/metamodel.xsd
index 9aa2afd29a..a3af830699 100644
--- a/antora/supplemental-ui/schema/metamodel/metamodel.xsd
+++ b/antora/supplemental-ui/schema/metamodel/metamodel.xsd
@@ -17,9 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xs:schema targetNamespace="http://isis.apache.org/schema/metamodel";
+<xs:schema targetNamespace="https://causeway.apache.org/schema/metamodel";
            elementFormDefault="qualified"
-           xmlns="http://isis.apache.org/schema/metamodel";
+           xmlns="https://causeway.apache.org/schema/metamodel";
            xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 
     <xs:element name="metamodelDto">

Reply via email to