Skip to content
Draft
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
28 changes: 19 additions & 9 deletions schemas/HPXMLBaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,12 @@
<xs:element minOccurs="0" name="DoorType" type="DoorType"/>
<xs:element name="DoorMaterial" type="DoorMaterial" minOccurs="0"/>
<xs:element minOccurs="0" name="WeatherStripping" type="HPXMLBoolean"/>
<xs:element name="StormDoor" type="HPXMLBoolean" minOccurs="0"/>
<xs:element name="StormDoor" minOccurs="0">
<xs:complexType>
<xs:group ref="StormInfo"/>
<xs:attribute name="dataSource" type="DataSource"/>
</xs:complexType>
</xs:element>
<xs:element name="RValue" type="RValue" minOccurs="0"/>
<xs:element minOccurs="0" name="LeakinessDescription" type="BuildingLeakiness"/>
<xs:element minOccurs="0" name="PerformanceClass" type="PerformanceClass"/>
Expand Down Expand Up @@ -4608,14 +4613,7 @@
<xs:element minOccurs="0" name="StormWindow">
<xs:complexType>
<xs:sequence>
<xs:group ref="SystemInfo"/>
<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"/>
<xs:group ref="StormInfo"/>
</xs:sequence>
<xs:attribute name="dataSource" type="DataSource"/>
</xs:complexType>
Expand Down Expand Up @@ -5533,4 +5531,16 @@
</xs:sequence>
<xs:attribute name="dataSource" type="DataSource"/>
</xs:complexType>
<xs:group name="StormInfo">
<xs:sequence>
<xs:group ref="SystemInfo"/>
<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"/>
Comment thread
yzhou601 marked this conversation as resolved.
<xs:element minOccurs="0" name="Condition" type="WindowCondition"/>
<xs:element minOccurs="0" ref="extension"/>
</xs:sequence>
</xs:group>
</xs:schema>