Normalised Ratio Measure | |
Mesure de ratio normé |
IfcNormalisedRatioMeasure is a dimensionless measure to express ratio values ranging from 0.0 to 1.0.
Type: REAL
HISTORY New type in IFC2x.
Rule | Description |
---|---|
WR1 | Normalized ratio shall be a non-negative value less than or equal to 1.0 |
<xs:simpleType name="IfcNormalisedRatioMeasure">
<xs:restriction base="ifc:IfcRatioMeasure"/>
</xs:simpleType>
<xs:element name="IfcNormalisedRatioMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcNormalisedRatioMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcNormalisedRatioMeasure = IfcRatioMeasure;
WHERE
WR1 : {0.0 <= SELF <= 1.0}
END_TYPE;