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

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3dc2d5c  Update xml schemas
3dc2d5c is described below

commit 3dc2d5c856d5afc33831a63641c4e58310841fd6
Author: Nikita Timofeev <[email protected]>
AuthorDate: Wed Feb 2 17:57:05 2022 +0300

    Update xml schemas
---
 src/main/site/static/schema/10/cgen.xsd     | 6 +++++-
 src/main/site/static/schema/10/domain.xsd   | 2 +-
 src/main/site/static/schema/10/graph.xsd    | 2 +-
 src/main/site/static/schema/10/info.xsd     | 2 +-
 src/main/site/static/schema/10/modelMap.xsd | 2 +-
 5 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/src/main/site/static/schema/10/cgen.xsd 
b/src/main/site/static/schema/10/cgen.xsd
index b24afb9..31a407d 100644
--- a/src/main/site/static/schema/10/cgen.xsd
+++ b/src/main/site/static/schema/10/cgen.xsd
@@ -8,7 +8,7 @@
   ~  "License"); you may not use this file except in compliance
   ~  with the License.  You may obtain a copy of the License at
   ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~    https://www.apache.org/licenses/LICENSE-2.0
   ~
   ~  Unless required by applicable law or agreed to in writing,
   ~  software distributed under the License is distributed on an
@@ -32,6 +32,10 @@
                     <xs:element name="mode" minOccurs="0" type="xs:string"/>
                     <xs:element name="template" minOccurs="0" 
type="xs:string"/>
                     <xs:element name="superTemplate" minOccurs="0" 
type="xs:string"/>
+                    <xs:element name="embeddableTemplate" minOccurs="0" 
type="xs:string"/>
+                    <xs:element name="embeddableSuperTemplate" minOccurs="0" 
type="xs:string"/>
+                    <xs:element name="queryTemplate" minOccurs="0" 
type="xs:string"/>
+                    <xs:element name="querySuperTemplate" minOccurs="0" 
type="xs:string"/>
                     <xs:element name="outputPattern" minOccurs="0" 
type="xs:string"/>
                     <xs:element name="makePairs" minOccurs="0" 
type="xs:boolean"/>
                     <xs:element name="skipRelationshipsLoading" minOccurs="0" 
type="xs:boolean"/>
diff --git a/src/main/site/static/schema/10/domain.xsd 
b/src/main/site/static/schema/10/domain.xsd
index 40809d5..fc4c12f 100644
--- a/src/main/site/static/schema/10/domain.xsd
+++ b/src/main/site/static/schema/10/domain.xsd
@@ -8,7 +8,7 @@
   ~  "License"); you may not use this file except in compliance
   ~  with the License.  You may obtain a copy of the License at
   ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~    https://www.apache.org/licenses/LICENSE-2.0
   ~
   ~  Unless required by applicable law or agreed to in writing,
   ~  software distributed under the License is distributed on an
diff --git a/src/main/site/static/schema/10/graph.xsd 
b/src/main/site/static/schema/10/graph.xsd
index 761a7ae..aa993ab 100644
--- a/src/main/site/static/schema/10/graph.xsd
+++ b/src/main/site/static/schema/10/graph.xsd
@@ -8,7 +8,7 @@
   ~  "License"); you may not use this file except in compliance
   ~  with the License.  You may obtain a copy of the License at
   ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~    https://www.apache.org/licenses/LICENSE-2.0
   ~
   ~  Unless required by applicable law or agreed to in writing,
   ~  software distributed under the License is distributed on an
diff --git a/src/main/site/static/schema/10/info.xsd 
b/src/main/site/static/schema/10/info.xsd
index 480b24d..4f96d4b 100644
--- a/src/main/site/static/schema/10/info.xsd
+++ b/src/main/site/static/schema/10/info.xsd
@@ -8,7 +8,7 @@
   ~  "License"); you may not use this file except in compliance
   ~  with the License.  You may obtain a copy of the License at
   ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~    https://www.apache.org/licenses/LICENSE-2.0
   ~
   ~  Unless required by applicable law or agreed to in writing,
   ~  software distributed under the License is distributed on an
diff --git a/src/main/site/static/schema/10/modelMap.xsd 
b/src/main/site/static/schema/10/modelMap.xsd
index 543c0a6..dae93c5 100644
--- a/src/main/site/static/schema/10/modelMap.xsd
+++ b/src/main/site/static/schema/10/modelMap.xsd
@@ -8,7 +8,7 @@
   ~  "License"); you may not use this file except in compliance
   ~  with the License.  You may obtain a copy of the License at
   ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~    https://www.apache.org/licenses/LICENSE-2.0
   ~
   ~  Unless required by applicable law or agreed to in writing,
   ~  software distributed under the License is distributed on an

Reply via email to