Skip to content

Commit

Permalink
Merge branch 'window_storm_location'
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed Jul 12, 2021
2 parents 9f30493 + e683d04 commit e2fc4a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions schemas/BaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4514,6 +4514,7 @@
<xs:element minOccurs="0" name="GlazingMaterial" type="GlazingMaterial"/>
<xs:element minOccurs="0" name="GlassType" type="GlassType"/>
<xs:element minOccurs="0" name="FrameType" type="WindowFrameType"/>
<xs:element minOccurs="0" name="Location" type="StormLocation"/>
<xs:element minOccurs="0" name="Operable" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="Condition" type="WindowCondition"/>
<xs:element minOccurs="0" ref="extension"/>
Expand Down
13 changes: 13 additions & 0 deletions schemas/HPXMLDataTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4533,6 +4533,19 @@
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="StormLocation_simple">
<xs:restriction base="xs:string">
<xs:enumeration value="interior"/>
<xs:enumeration value="exterior"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="StormLocation">
<xs:simpleContent>
<xs:extension base="StormLocation_simple">
<xs:attribute name="dataSource" type="DataSource"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="PerformanceClass_simple">
<xs:restriction base="xs:string">
<xs:enumeration value="residential"/>
Expand Down

0 comments on commit e2fc4a8

Please sign in to comment.