IfcHeatingValueMeasure

Natural language names
enHeating Value Measure
frMesure de pouvoir calorifique
Semantic definitions at the type
Type definition

IfcHeatingValueMeasure defines the amount of energy released (usually in MJ/kg) when a fuel is burned.

HISTORY  This is new type in IFC2x2.
Formal Propositions
RuleDescription
WR1
Formal representations
XSD Specification
 <xs:simpleType name="IfcHeatingValueMeasure">
  <xs:restriction base="xs:double"/>
 </xs:simpleType>
 <xs:element name="IfcHeatingValueMeasure-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcHeatingValueMeasure">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
EXPRESS Specification
TYPE IfcHeatingValueMeasure = REAL;
 WHERE
  WR1 : SELF > 0.
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page