8.5.2.11 IfcSIUnitName

NOTE  Definition according to 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  Type adapted from si_unit_name defined in ISO 10303-41.

Enumerated Item Definitions:

HISTORY  New entity in IFC1.5.1.

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 this page  Link to this page