IfcResourceLevelRelationship

Natural language names
allgemeine Relation
Resource Level Relationship
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcResourceLevelRelationshipADDED
Semantic definitions at the entity
Entity definition

IfcResourceLevelRelationship is an abstract base entity for relationships between resource-level entities.

HISTORY  New entity in IFC4.
Attribute definitions
#AttributeTypeCardinalityDescription G
1NameIfcLabel? A name used to identify or qualify the relationship.X
2DescriptionIfcText? A description that may apply additional information about the relationship.X
Inherited definitions from supertypes
Entity inheritance IfcApprovalRelationship IfcCurrencyRelationship IfcDocumentInformationRelationship IfcExternalReferenceRelationship IfcMaterialRelationship IfcOrganizationRelationship IfcPropertyDependencyRelationship IfcResourceApprovalRelationship IfcResourceConstraintRelationship
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcResourceLevelRelationship
1NameIfcLabel? A name used to identify or qualify the relationship.X
2DescriptionIfcText? A description that may apply additional information about the relationship.X
Formal representations
XML Specification
 <xs:element name="IfcResourceLevelRelationship" type="ifc:IfcResourceLevelRelationship" abstract="true" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcResourceLevelRelationship" abstract="true">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/>
    <xs:attribute name="Description" type="ifc:IfcText" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification

Link to this page  Link to this page