PHMeasure | |
Mesure de PH |
IfcPHMeasure is a measure of the molar hydrogen ion concentration in a liquid (usually defined as the measure of acidity) in a range from 0 to 14.
HISTORY New type in IFC2x2.
Rule | Description |
---|---|
WR21 | The pH value shall be in the range from 0 to 14. |
<xs:simpleType name="IfcPHMeasure">
<xs:restriction base="xs:double"/>
</xs:simpleType>
TYPE IfcPHMeasure = REAL;
WHERE
WR21 : {0.0 <= SELF <= 14.0}
END_TYPE;
References: IfcDerivedMeasureValue