IfcMooringDeviceTypeEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x2 to IFC4x3_RC1
    IfcMooringDeviceTypeEnumADDED
IFC4x3_RC3 to IFC4x3_RC4
    IfcMooringDeviceTypeEnumMOVEDSchema changed from IFCPORTSANDWATERWAYS to IFCPORTSANDWATERWAYSDOMAIN.
Semantic definitions at the type
Type definition

This container defines the different predefined types of mooring elements that can further specify an IfcMooringDevice _ or IfcMooringDeviceType.

Enumeration definition
ConstantDescription
LINETENSIONER

A mechanical device used to apply a tensioning load to mooring lines to improve vessel stability for port operations.

MAGNETICDEVICE

Mooring device that uses magnets as the primary method of securing the vessel.

MOORINGHOOKS

Quick release mooring hooks - an active device used to secure a vessel and provide automated release of vessels.

VACUUMDEVICE

Mooring device that uses vacuum suction as the primary method of securing the vessel.

BOLLARD

a short, thick post on the deck of a ship or a quay side, to which ship's rope may be secured. not to be confused with traffic bollards.

USERDEFINED

User-defined type

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcMooringDeviceTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="linetensioner"/>
   <xs:enumeration value="magneticdevice"/>
   <xs:enumeration value="mooringhooks"/>
   <xs:enumeration value="vacuumdevice"/>
   <xs:enumeration value="bollard"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcMooringDeviceTypeEnum = ENUMERATION OF (
 LINETENSIONER,
 MAGNETICDEVICE,
 MOORINGHOOKS,
 VACUUMDEVICE,
 BOLLARD,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcMooringDevice IfcMooringDeviceType

Link to this page  Link to this page