Solar Device Type Enum | |
Enumération des types de capteur solaire |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcSolarDeviceTypeEnum | ADDED |
The IfcSolarDeviceTypeEnum defines different types of solar devices.
HISTORY New type in IFC4.
Constant | Description |
---|---|
SOLARCOLLECTOR | A device that converts solar radiation into thermal energy (heating water, etc.). |
SOLARPANEL | A device that converts solar radiation into electric current. |
USERDEFINED | User-defined type. |
NOTDEFINED | Undefined type. |
<xs:simpleType name="IfcSolarDeviceTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="solarcollector"/>
<xs:enumeration value="solarpanel"/>
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcSolarDeviceTypeEnum = ENUMERATION OF (
SOLARCOLLECTOR,
SOLARPANEL,
USERDEFINED,
NOTDEFINED);
END_TYPE;
References: IfcSolarDevice IfcSolarDeviceType