IfcAnalysisModelTypeEnum

Natural language names
Analysis Model Type Enum
Énumération des types de modèle analytique
Semantic definitions at the type
Type definition

This type definition is used to distinguish between different types of structural analysis models. The analysis models are differentiated by their dimensionality.

HISTORY  New enumeration in IFC2x2.

Enumeration definition
ConstantDescription
IN_PLANE_LOADING_2D
OUT_PLANE_LOADING_2D
LOADING_3D
USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcAnalysisModelTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="in_plane_loading_2d"/>
   <xs:enumeration value="out_plane_loading_2d"/>
   <xs:enumeration value="loading_3d"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcAnalysisModelTypeEnum = ENUMERATION OF (
 IN_PLANE_LOADING_2D,
 OUT_PLANE_LOADING_2D,
 LOADING_3D,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcStructuralAnalysisModel

Link to this page  Link to this page