Positive Ratio Measure | |
Mesure de ratio positif |
An IfcPositiveRatioMeasure is a ratio measure that is greater than zero.
Type: IfcRatioMeasure
NOTE Type adapted from positive_ratio_measure defined in ISO 10303-41.
HISTORY New type in IFC1.5.1.
Rule | Description |
---|---|
WR1 | A positive measure shall be greater than zero. |
<xs:simpleType name="IfcPositiveRatioMeasure">
<xs:restriction base="ifc:IfcRatioMeasure"/>
</xs:simpleType>
<xs:element name="IfcPositiveRatioMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcPositiveRatioMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcPositiveRatioMeasure = IfcRatioMeasure;
WHERE
WR1 : SELF > 0.
END_TYPE;