IfcStructuralLoad

Natural language names
deLast
enStructural Load
frCharge structurelle
Semantic definitions at the entity
Entity definition

This abstract entity is the supertype of all loads (actions or reactions) or of certain requirements resulting from structural analysis, or certain provisions which influence structural analysis.

HISTORY  New entity in IFC2x2.
Attribute definitions
#AttributeTypeCardinalityDescription C
1NameIfcLabel[0:1] Optionally defines a name for this load.X
Inherited definitions from supertypes
Entity inheritance IfcStructuralLoadConfiguration IfcStructuralLoadOrResult
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcStructuralLoad
1NameIfcLabel[0:1] Optionally defines a name for this load.X
Formal representations
XSD Specification
 <xs:element name="IfcStructuralLoad" type="ifc:IfcStructuralLoad" abstract="true" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcStructuralLoad" abstract="true">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcStructuralLoad
 ABSTRACT SUPERTYPE OF(ONEOF(IfcStructuralLoadConfiguration, IfcStructuralLoadOrResult));
  Name : OPTIONAL IfcLabel;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page