8000 Number of units by shorowit · Pull Request #316 · hpxmlwg/hpxml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Number of units #316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2022
Merged
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
11 changes: 10 additions & 1 deletion schemas/HPXMLBaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -3704,7 +3704,16 @@
<xs:documentation>[ft] height of building</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="NumberofUnits" type="IntegerGreaterThanZero"/>
<xs:element minOccurs="0" name="NumberofUnits" type="IntegerGreaterThanZero">
<xs:annotation>
<xs:documentation>Number of dwelling units represented by the HPXML Building element. Used as a multiplier.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="NumberofUnitsInBuilding" type="IntegerGreaterThanZero">
<xs:annotation>
<xs:documentation>Total number of dwelling units in the physical building.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="NumberofFloors" type="NumberOfFloorsType">
<xs:annotation>
<xs:documentation>Total number of floors including a basement, whether conditioned or unconditioned</xs:documentation>
Expand Down
0