Skip to content

Commit

Permalink
Merge commit 'fa1ff32c881244e55328e667fd5be0e42a83b111' into iecc2024
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Sep 6, 2024
2 parents 82c965b + fa1ff32 commit ec44944
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions hpxml-measures/HPXMLtoOpenStudio/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>hpxm_lto_openstudio</name>
<uid>b1543b30-9465-45ff-ba04-1d1f85e763bc</uid>
<version_id>b9df9bdb-3d5c-414c-9118-e8acd1cdb31c</version_id>
<version_modified>2024-09-05T22:52:55Z</version_modified>
<version_id>057ab6b7-cc47-4997-a94d-bfd8ce074486</version_id>
<version_modified>2024-09-06T15:48:09Z</version_modified>
<xml_checksum>D8922A73</xml_checksum>
<class_name>HPXMLtoOpenStudio</class_name>
<display_name>HPXML to OpenStudio Translator</display_name>
Expand Down Expand Up @@ -369,7 +369,7 @@
<filename>hpxml_schema/HPXML.xsd</filename>
<filetype>xsd</filetype>
<usage_type>resource</usage_type>
<checksum>ED31925C</checksum>
<checksum>3B529712</checksum>
</file>
<file>
<filename>hpxml_schema/README.md</filename>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6846,6 +6846,7 @@
</xs:complexType>
<xs:simpleType name="IECCYear_simple">
<xs:restriction base="xs:integer">
<xs:enumeration value="2024"/>
<xs:enumeration value="2021"/>
<xs:enumeration value="2018"/>
<xs:enumeration value="2015"/>
Expand Down Expand Up @@ -11210,7 +11211,7 @@
<xs:restriction base="xs:string">
<xs:enumeration value="closed"/>
<xs:enumeration value="open"/>
<xs:enumeration value="half open"/>
<xs:enumeration value="half open"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="BlindsClosedOrOpen">
Expand Down

0 comments on commit ec44944

Please sign in to comment.