IfcConveyorSegmentTypeEnum

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

This container defines the different predefined types of conveyor segments that can further specify an IfcConveyorSegment or IfcConveyorSegmentType.

Enumeration definition
ConstantDescription
CHUTECONVEYOR

Gravity-operated conveyor where media descends through a trough or chute.

BELTCONVEYOR

An endless belt for carrying material without stretching.

SCREWCONVEYOR

composed of a longitudinal screw in a trough or pipe that rotates to force media through the segment

BUCKETCONVEYOR

A conveyor in the form of connected buckets or segments that move in a continuous loop

USERDEFINED

User-defined type

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcConveyorSegmentTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="chuteconveyor"/>
   <xs:enumeration value="beltconveyor"/>
   <xs:enumeration value="screwconveyor"/>
   <xs:enumeration value="bucketconveyor"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcConveyorSegmentTypeEnum = ENUMERATION OF (
 CHUTECONVEYOR,
 BELTCONVEYOR,
 SCREWCONVEYOR,
 BUCKETCONVEYOR,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcConveyorSegment IfcConveyorSegmentType

Link to this page  Link to this page