Last | |
Structural Load | |
Charge structurelle |
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 | Type | Cardinality | Description | C |
---|---|---|---|---|---|
1 | Name | IfcLabel | [0:1] | Optionally defines a name for this load. | X |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcStructuralLoad | |||||
1 | Name | IfcLabel | [0:1] | Optionally defines a name for this load. | X |
<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>
ENTITY IfcStructuralLoad
ABSTRACT SUPERTYPE OF(ONEOF(IfcStructuralLoadConfiguration, IfcStructuralLoadOrResult));
Name : OPTIONAL IfcLabel;
END_ENTITY;