Isothermal Moisture Capacity Measure |
IfcIsothermalMoistureCapacityMeasure is a measure of isothermal moisture capacity.
Usually measured in m3/kg.
Type: REAL
HISTORY New type in IFC2x.
<xs:simpleType name="IfcIsothermalMoistureCapacityMeasure">
<xs:restriction base="xs:double"/>
</xs:simpleType>
<xs:element name="IfcIsothermalMoistureCapacityMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcIsothermalMoistureCapacityMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcIsothermalMoistureCapacityMeasure = REAL;
END_TYPE;