IfcRoadTypeEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x3_RC2 to IFC4x3_RC3
    IfcRoadTypeEnumADDED
IFC4x3_RC3 to IFC4x3_RC4
    IfcRoadTypeEnumMOVEDSchema changed from IFCROAD to IFCROADDOMAIN.
Semantic definitions at the type
Type definition

The predefined type container that collects all possible road facility types together into the implemented enumeration.

Enumeration definition
ConstantDescription
USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

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

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcRoad

Link to this page  Link to this page