IfcReferentTypeEnum

Natural language names
Referent Type Enum
Change log
ItemSPFXMLChangeDescription
IFC4x1 Release Candidate 3
    IfcReferentTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration defines the different types of referents.

Enumeration definition
ConstantDescription
KILOPOINT
MILEPOINT
STATION
USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcReferentTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="kilopoint"/>
   <xs:enumeration value="milepoint"/>
   <xs:enumeration value="station"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcReferentTypeEnum = ENUMERATION OF (
 KILOPOINT,
 MILEPOINT,
 STATION,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcReferent

Link to this page  Link to this page