IfcSIUnitName

Natural language names
Semantic definitions at the type
Type definition

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.
Enumeration definition
ConstantDescription
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
Formal representations
XSD Specification
 <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>
EXPRESS Specification
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;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page