IfcSolarDeviceTypeEnum

Natural language names
enSolar Device Type Enum
frEnumération des types de capteur solaire
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcSolarDeviceTypeEnumADDED
Semantic definitions at the type
Type definition

The IfcSolarDeviceTypeEnum defines different types of solar devices.

HISTORY  New type in IFC4.
Enumeration definition
ConstantDescription
SOLARCOLLECTORA device that converts solar radiation into thermal energy (heating water, etc.).
SOLARPANELA device that converts solar radiation into electric current.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XSD Specification
 <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>
EXPRESS Specification
TYPE IfcSolarDeviceTypeEnum = ENUMERATION OF (
 SOLARCOLLECTOR,
 SOLARPANEL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page