From fee9cbf797c66804fc40b2d2f36f11f7122d5b9e Mon Sep 17 00:00:00 2001 From: Scott Horowitz Date: Wed, 25 Mar 2026 16:34:46 -0600 Subject: [PATCH 1/6] First pass on describing neighboring buildings. --- schemas/HPXMLBaseElements.xsd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/schemas/HPXMLBaseElements.xsd b/schemas/HPXMLBaseElements.xsd index 7777f33c..bac3df33 100644 --- a/schemas/HPXMLBaseElements.xsd +++ b/schemas/HPXMLBaseElements.xsd @@ -4514,6 +4514,35 @@ + + + Presence of neighboring buildings, which can impact solar shading. + + + + + + + + + + + [ft] Distance between home and neighbor building. + + + + + + [ft] Height of neighboring building from the ground. + + + + + + + + + From 3e1603cedb42c2571177010e4c9cf9943dccf585 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 25 Mar 2026 22:37:13 +0000 Subject: [PATCH 2/6] Latest HPXMLMerged.xsd --- merged_schema/HPXMLMerged.xsd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/merged_schema/HPXMLMerged.xsd b/merged_schema/HPXMLMerged.xsd index 54a7d900..7f69840c 100644 --- a/merged_schema/HPXMLMerged.xsd +++ b/merged_schema/HPXMLMerged.xsd @@ -4528,6 +4528,35 @@ + + + Presence of neighboring buildings, which can impact solar shading. + + + + + + + + + + + [ft] Distance between home and neighbor building. + + + + + + [ft] Height of neighboring building from the ground. + + + + + + + + + From 40f3f19a0b97ed6a91a4678ecc453597aff49d59 Mon Sep 17 00:00:00 2001 From: Scott Horowitz Date: Fri, 3 Apr 2026 09:42:12 -0600 Subject: [PATCH 3/6] Address comments. --- schemas/HPXMLBaseElements.xsd | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/schemas/HPXMLBaseElements.xsd b/schemas/HPXMLBaseElements.xsd index bac3df33..6c4d1f43 100644 --- a/schemas/HPXMLBaseElements.xsd +++ b/schemas/HPXMLBaseElements.xsd @@ -4516,15 +4516,23 @@ - Presence of neighboring buildings, which can impact solar shading. + Presence of neighboring buildings, which can impact solar shading and wind shielding. - - + + + Direction from the center of the home to the center of the neighbor home. + + + + + Direction from the center of the home to the center of the neighbor home. + + [ft] Distance between home and neighbor building. @@ -4533,7 +4541,7 @@ - [ft] Height of neighboring building from the ground. + [ft] Height of neighboring building relative to the grade of the home (to account for the possibility of sloped grade). From 16c6e590ab01212758c5578da0fc2c64d4c2b409 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 3 Apr 2026 15:42:42 +0000 Subject: [PATCH 4/6] Latest HPXMLMerged.xsd --- merged_schema/HPXMLMerged.xsd | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/merged_schema/HPXMLMerged.xsd b/merged_schema/HPXMLMerged.xsd index 7f69840c..98e58f0b 100644 --- a/merged_schema/HPXMLMerged.xsd +++ b/merged_schema/HPXMLMerged.xsd @@ -4530,15 +4530,23 @@ - Presence of neighboring buildings, which can impact solar shading. + Presence of neighboring buildings, which can impact solar shading and wind shielding. - - + + + Direction from the center of the home to the center of the neighbor home. + + + + + Direction from the center of the home to the center of the neighbor home. + + [ft] Distance between home and neighbor building. @@ -4547,7 +4555,7 @@ - [ft] Height of neighboring building from the ground. + [ft] Height of neighboring building relative to the grade of the home (to account for the possibility of sloped grade). From a450d8e4f66eb75ff881b5757d7692dc9a268d3a Mon Sep 17 00:00:00 2001 From: Scott Horowitz Date: Thu, 11 Jun 2026 14:39:22 -0600 Subject: [PATCH 5/6] Clarify neighbor distance. --- schemas/HPXMLBaseElements.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/HPXMLBaseElements.xsd b/schemas/HPXMLBaseElements.xsd index 6c4d1f43..8bd23219 100644 --- a/schemas/HPXMLBaseElements.xsd +++ b/schemas/HPXMLBaseElements.xsd @@ -4535,7 +4535,7 @@ - [ft] Distance between home and neighbor building. + [ft] Distance between closest edges of home and neighbor building. From 181a123e8cdeb3b6aaedb06da83a18ec70b819f1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jun 2026 20:39:59 +0000 Subject: [PATCH 6/6] Latest HPXMLMerged.xsd --- merged_schema/HPXMLMerged.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merged_schema/HPXMLMerged.xsd b/merged_schema/HPXMLMerged.xsd index 98e58f0b..cd663a14 100644 --- a/merged_schema/HPXMLMerged.xsd +++ b/merged_schema/HPXMLMerged.xsd @@ -4549,7 +4549,7 @@ - [ft] Distance between home and neighbor building. + [ft] Distance between closest edges of home and neighbor building.