Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions merged_schema/HPXMLMerged.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4534,6 +4534,43 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="Neighbors">
<xs:annotation>
<xs:documentation>Presence of neighboring buildings, which can impact solar shading and wind shielding.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="NeighborBuilding">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="Azimuth" type="AzimuthType">
<xs:annotation>
<xs:documentation>Direction from the center of the home to the center of the neighbor home.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Orientation" type="OrientationType">
<xs:annotation>
<xs:documentation>Direction from the center of the home to the center of the neighbor home.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Distance" type="HPXMLDoubleGreaterThanZero">
<xs:annotation>
<xs:documentation>[ft] Distance between closest edges of home and neighbor building.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NumberofStoriesAboveGrade" type="IntegerGreaterThanZero" minOccurs="0"/>
<xs:element minOccurs="0" name="Height" type="HPXMLDoubleGreaterThanZero">
<xs:annotation>
<xs:documentation>[ft] Height of neighboring building relative to the grade of the home (to account for the possibility of sloped grade).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" ref="extension"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" ref="extension"/>
</xs:sequence>
<xs:attribute name="dataSource" type="DataSource"/>
Expand Down
37 changes: 37 additions & 0 deletions schemas/HPXMLBaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4520,6 +4520,43 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="Neighbors">
<xs:annotation>
<xs:documentation>Presence of neighboring buildings, which can impact solar shading and wind shielding.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="NeighborBuilding">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="Azimuth" type="AzimuthType">
<xs:annotation>
<xs:documentation>Direction from the center of the home to the center of the neighbor home.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Orientation" type="OrientationType">
<xs:annotation>
<xs:documentation>Direction from the center of the home to the center of the neighbor home.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Distance" type="HPXMLDoubleGreaterThanZero">
<xs:annotation>
<xs:documentation>[ft] Distance between closest edges of home and neighbor building.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NumberofStoriesAboveGrade" type="IntegerGreaterThanZero" minOccurs="0"/>
<xs:element minOccurs="0" name="Height" type="HPXMLDoubleGreaterThanZero">
<xs:annotation>
<xs:documentation>[ft] Height of neighboring building relative to the grade of the home (to account for the possibility of sloped grade).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" ref="extension"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" ref="extension"/>
</xs:sequence>
<xs:attribute name="dataSource" type="DataSource"/>
Expand Down