Definition from ISO/CD 10303-41:1992: A unit is a physical quantity, with a value of one, which is used as a standard in terms of which other quantities are expressed.
NOTE: Select item IfcMonetaryUnit is an addition to ISO/CD 10303-41:1992.
NOTE Corresponding STEP name: unit, please refer to ISO/IS 10303-41:1994 for the final definition of the formal standard.
SELECT
Constant | Description |
---|---|
IfcDerivedUnit | |
IfcNamedUnit | |
IfcMonetaryUnit |
<xs:group name="IfcUnit">
<xs:choice>
<xs:element ref="ifc:IfcDerivedUnit"/>
<xs:element ref="ifc:IfcNamedUnit"/>
</xs:choice>
</xs:group>
TYPE IfcUnit = SELECT (
IfcDerivedUnit,
IfcNamedUnit);
END_TYPE;