IfcRailwayTypeEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x3_RC2 to IFC4x3_RC3
    IfcRailwayTypeEnumADDED
IFC4x3_RC3 to IFC4x3_RC4
    IfcRailwayTypeEnumMOVEDSchema changed from IFCRAIL to IFCRAILDOMAIN.
Semantic definitions at the type
Type definition
Enumeration definition
ConstantDescription
USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

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

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcRailway

Link to this page  Link to this page