IfcReinforcingBarSurfaceEnum

Natural language names
enReinforcing Bar Surface Enum
frEnumération des types de surface de barre d'armature
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcReinforcingBarSurfaceEnumMOVEDSchema changed from IFCPROFILEPROPERTYRESOURCE to IFCPROFILERESOURCE.
Semantic definitions at the type
Type definition

Enumeration indicating whether the bar has a plain or textured (ribbed) surface.

HISTORY  New type in IFC2x2.
Enumeration definition
ConstantDescription
PLAINThe reinforcing bar surface is plain.
TEXTUREDThe reinforcing bar surface is textured (ribbed).
Formal representations
XSD Specification
 <xs:simpleType name="IfcReinforcingBarSurfaceEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="plain"/>
   <xs:enumeration value="textured"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcReinforcingBarSurfaceEnum = ENUMERATION OF (
 PLAIN,
 TEXTURED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page