Definition from ISO/CD 10303-41:1992: An SI unit name is the name of an SI unit. The definitions of the names of SI units are specified in ISO 1000 (clause 2).
NOTE Corresponding STEP name: SI_unit_name, please refer to ISO/IS 10303-41:1994 for the final definition of the formal standard.
ENUMERATION
HISTORY New entity in IFC Release 1.5.1.
Constant | Description |
---|---|
AMPERE | |
BECQUEREL | |
CANDELA | |
COULOMB | |
CUBIC_METRE | |
DEGREE_CELSIUS | |
FARAD | |
GRAM | |
GRAY | |
HENRY | |
HERTZ | |
JOULE | |
KELVIN | |
LUMEN | |
LUX | |
METRE | |
MOLE | |
NEWTON | |
OHM | |
PASCAL | |
RADIAN | |
SECOND | |
SIEMENS | |
SIEVERT | |
SQUARE_METRE | |
STERADIAN | |
TESLA | |
VOLT | |
WATT | |
WEBER |
<xs:simpleType name="IfcSIUnitName">
<xs:restriction base="xs:string">
<xs:enumeration value="ampere"/>
<xs:enumeration value="becquerel"/>
<xs:enumeration value="candela"/>
<xs:enumeration value="coulomb"/>
<xs:enumeration value="cubic_metre"/>
<xs:enumeration value="degree_celsius"/>
<xs:enumeration value="farad"/>
<xs:enumeration value="gram"/>
<xs:enumeration value="gray"/>
<xs:enumeration value="henry"/>
<xs:enumeration value="hertz"/>
<xs:enumeration value="joule"/>
<xs:enumeration value="kelvin"/>
<xs:enumeration value="lumen"/>
<xs:enumeration value="lux"/>
<xs:enumeration value="metre"/>
<xs:enumeration value="mole"/>
<xs:enumeration value="newton"/>
<xs:enumeration value="ohm"/>
<xs:enumeration value="pascal"/>
<xs:enumeration value="radian"/>
<xs:enumeration value="second"/>
<xs:enumeration value="siemens"/>
<xs:enumeration value="sievert"/>
<xs:enumeration value="square_metre"/>
<xs:enumeration value="steradian"/>
<xs:enumeration value="tesla"/>
<xs:enumeration value="volt"/>
<xs:enumeration value="watt"/>
<xs:enumeration value="weber"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcSIUnitName = ENUMERATION OF (
AMPERE,
BECQUEREL,
CANDELA,
COULOMB,
CUBIC_METRE,
DEGREE_CELSIUS,
FARAD,
GRAM,
GRAY,
HENRY,
HERTZ,
JOULE,
KELVIN,
LUMEN,
LUX,
METRE,
MOLE,
NEWTON,
OHM,
PASCAL,
RADIAN,
SECOND,
SIEMENS,
SIEVERT,
SQUARE_METRE,
STERADIAN,
TESLA,
VOLT,
WATT,
WEBER);
END_TYPE;