IfcPavementTypeEnum

Natural language names
Semantic definitions at the type
Type definition

This container defines the different predefined types of course elements that can further specify an IfcPavement or IfcPavementType.

Enumeration definition
ConstantDescription
FLEXIBLE

Pavement with a bituminous surfacing and with a base layer with or without a hydrocarbon binder.

NOTE Definition according to PIARC

RIGID

Pavement substantially constructed of cement concrete.

NOTE Definition according to PIARC

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcPavementTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="flexible"/>
   <xs:enumeration value="rigid"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcPavementTypeEnum = ENUMERATION OF (
 FLEXIBLE,
 RIGID,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcPavement IfcPavementType

Link to this page  Link to this page