Skip to content

Commit

Permalink
Merge pull request #241 from BuildingSync/feat/condenser-plant-capacity
Browse files Browse the repository at this point in the history
Add capacity to condenser plant types
  • Loading branch information
macintoshpie authored Sep 24, 2020
2 parents ac98310 + c424ac9 commit 34fa43f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions BuildingSync.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8007,6 +8007,12 @@
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element ref="auc:Capacity" minOccurs="0">
<xs:annotation>
<xs:documentation>Capacity of the system.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="auc:CapacityUnits" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down Expand Up @@ -8136,6 +8142,12 @@
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element ref="auc:Capacity" minOccurs="0">
<xs:annotation>
<xs:documentation>Capacity of the system.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="auc:CapacityUnits" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down Expand Up @@ -8233,6 +8245,12 @@
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element ref="auc:Capacity" minOccurs="0">
<xs:annotation>
<xs:documentation>Capacity of the system.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="auc:CapacityUnits" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -8251,6 +8269,12 @@
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element ref="auc:Capacity" minOccurs="0">
<xs:annotation>
<xs:documentation>Capacity of the system.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="auc:CapacityUnits" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit 34fa43f

Please # to comment.