Skip to content

Commit

Permalink
Removes LightingFraction.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Jul 2, 2019
1 parent 39673be commit 04666f8
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions schemas/BaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1779,36 +1779,6 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="LightingFractions">
<xs:annotation>
<xs:documentation>DEPRECATED - Please use LightingGroup/FractionofUnitInLocation</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="FractionIncandescent" type="Fraction">
<xs:annotation>
<xs:documentation>Fraction of lights that are incandescent.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="FractionCFL" type="Fraction">
<xs:annotation>
<xs:documentation>Fraction of the lights that are compact fluorescent.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="FractionLFL" type="Fraction">
<xs:annotation>
<xs:documentation>Fraction of the lights that are linear fluorescent.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="FractionLED" type="Fraction">
<xs:annotation>
<xs:documentation>Fraction of lights that are LED.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="extension" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="CeilingFan">
<xs:complexType>
<xs:sequence>
Expand Down

0 comments on commit 04666f8

Please sign in to comment.