IfcBridgePartTypeEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x2 Candidate 4.2.0.0
    IfcBridgePartTypeEnumADDED
Semantic definitions at the type
Type definition

$

Enumeration definition
ConstantDescription
ABUTMENT
DECK
DECK_SEGMENT
FOUNDATION
PIER
PIER_SEGMENT
PYLON
SUBSTRUCTURE
SUPERSTRUCTURE
SURFACESTRUCTURE
USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcBridgePartTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="abutment"/>
   <xs:enumeration value="deck"/>
   <xs:enumeration value="deck_segment"/>
   <xs:enumeration value="foundation"/>
   <xs:enumeration value="pier"/>
   <xs:enumeration value="pier_segment"/>
   <xs:enumeration value="pylon"/>
   <xs:enumeration value="substructure"/>
   <xs:enumeration value="superstructure"/>
   <xs:enumeration value="surfacestructure"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcBridgePartTypeEnum = ENUMERATION OF (
 ABUTMENT,
 DECK,
 DECK_SEGMENT,
 FOUNDATION,
 PIER,
 PIER_SEGMENT,
 PYLON,
 SUBSTRUCTURE,
 SUPERSTRUCTURE,
 SURFACESTRUCTURE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcBridgePart

Link to this page  Link to this page