IfcReinforcingMeshTypeEnum

Natural language names
enReinforcing Mesh Type Enum
frEnumération des types de treillis
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcReinforcingMeshTypeEnumADDED
Semantic definitions at the type
Type definition

Enumeration defining the reinforcing mesh type.

HISTORY  New type in IFC4
Enumeration definition
ConstantDescription
USERDEFINEDThe type of mesh is user defined.
NOTDEFINEDThe type of mesh is not defined.
Formal representations
XSD Specification
 <xs:simpleType name="IfcReinforcingMeshTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcReinforcingMeshTypeEnum = ENUMERATION OF (
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page