From b3010fede23184eca5b6f7f1d792a5dab4a10915 Mon Sep 17 00:00:00 2001 From: stephane-pv Date: Fri, 12 Jun 2026 16:59:06 +0200 Subject: [PATCH 1/2] Added 4 elements to handle overhangs/frames around racks --- schema/PVCollada_2.0/pvcollada_schema_2.0.xsd | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/schema/PVCollada_2.0/pvcollada_schema_2.0.xsd b/schema/PVCollada_2.0/pvcollada_schema_2.0.xsd index f280365..422a213 100644 --- a/schema/PVCollada_2.0/pvcollada_schema_2.0.xsd +++ b/schema/PVCollada_2.0/pvcollada_schema_2.0.xsd @@ -891,11 +891,39 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema"> Spacing between modules in the row direction + + + Spacing between the start of the structure and the first module in the row direction. + Only needed if the structure extends beyond the module area. Must be greater than or equal to 0; defaults to 0 if not specified. + Depending on the software, this spacing is also known as an overhang or a frame. + + + + + Spacing between the end of the last module and the end of the structure in the row direction. + Only needed if the structure extends beyond the module area. Must be greater than or equal to 0; defaults to 0 if not specified. + Depending on the software, this spacing is also known as an overhang or a frame. + + Spacing between modules in the column direction + + + Spacing between the start of the structure and the first module in the column direction. + Only needed if the structure extends beyond the module area. Must be greater than or equal to 0; defaults to 0 if not specified. + Depending on the software, this spacing is also known as an overhang or a frame. + + + + + Spacing between the end of the last module and the end of the structure in the column direction. + Only needed if the structure extends beyond the module area. Must be greater than or equal to 0; defaults to 0 if not specified. + Depending on the software, this spacing is also known as an overhang or a frame. + + Number of rows of modules in the rack From 3f72f4df3cdad948927156af2c293ab67a77519f Mon Sep 17 00:00:00 2001 From: stephane-pv Date: Thu, 18 Jun 2026 13:57:31 +0200 Subject: [PATCH 2/2] Updated element names and documentation to handle overhangs/frames around racks --- schema/PVCollada_2.0/pvcollada_schema_2.0.xsd | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/schema/PVCollada_2.0/pvcollada_schema_2.0.xsd b/schema/PVCollada_2.0/pvcollada_schema_2.0.xsd index 422a213..d0bfe69 100644 --- a/schema/PVCollada_2.0/pvcollada_schema_2.0.xsd +++ b/schema/PVCollada_2.0/pvcollada_schema_2.0.xsd @@ -888,38 +888,38 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema"> - Spacing between modules in the row direction + Spacing between the edges of adjacent rows of modules. Must be greater than or equal to 0; defaults to 0 if not specified. - + - Spacing between the start of the structure and the first module in the row direction. + Distance from the structure edge to the edge of the first row of modules. Only needed if the structure extends beyond the module area. Must be greater than or equal to 0; defaults to 0 if not specified. Depending on the software, this spacing is also known as an overhang or a frame. - + - Spacing between the end of the last module and the end of the structure in the row direction. + Distance from the edge of the last row of modules to the structure edge. Only needed if the structure extends beyond the module area. Must be greater than or equal to 0; defaults to 0 if not specified. Depending on the software, this spacing is also known as an overhang or a frame. - Spacing between modules in the column direction + Spacing between the edges of adjacent columns of modules. Must be greater than or equal to 0; defaults to 0 if not specified. - + - Spacing between the start of the structure and the first module in the column direction. + Distance from the structure edge to the edge of the first column of modules. Only needed if the structure extends beyond the module area. Must be greater than or equal to 0; defaults to 0 if not specified. Depending on the software, this spacing is also known as an overhang or a frame. - + - Spacing between the end of the last module and the end of the structure in the column direction. + Distance from the edge of the last column of modules to the structure edge. Only needed if the structure extends beyond the module area. Must be greater than or equal to 0; defaults to 0 if not specified. Depending on the software, this spacing is also known as an overhang or a frame.