IfcBridgeTypeEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x2 Candidate 4.2.0.0
    IfcBridgeTypeEnumADDED
Semantic definitions at the type
Type definition
Enumeration definition
ConstantDescription
ARCHED
CABLE_STAYED
CANTILEVER
CULVERT
FRAMEWORK
GIRDER
SUSPENSION
TRUSS
USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcBridgeTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="arched"/>
   <xs:enumeration value="cable_stayed"/>
   <xs:enumeration value="cantilever"/>
   <xs:enumeration value="culvert"/>
   <xs:enumeration value="framework"/>
   <xs:enumeration value="girder"/>
   <xs:enumeration value="suspension"/>
   <xs:enumeration value="truss"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcBridgeTypeEnum = ENUMERATION OF (
 ARCHED,
 CABLE_STAYED,
 CANTILEVER,
 CULVERT,
 FRAMEWORK,
 GIRDER,
 SUSPENSION,
 TRUSS,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcBridge

Link to this page  Link to this page