5.1.3.11 IfcPropertySet

Ensemble de propriétés
frei definierbare Merkmalsliste

IfcPropertySet defines all dynamically extensible properties. The property set is a container class that holds properties within a property tree. These properties are interpreted according to their name attribute.

The same IfcPropertySet can be assigned to multiple object occurrences; it should then be assigned by a single instance of IfcRelDefinedByProperties to a set of related objects. Those property sets are referred to as shared property sets. It can also be assigned to an object type.

An IfcPropertySetTemplate may define the underlying structure, i.e. the required name, the applicable object or object types to which the property set can be attached, and the individual properties that maybe included.

NOTE  See IfcRelDefinesByType for how to override property sets assigned to an object type within the object occurrence.
HISTORY  New entity in IFC1.0
IFC4 CHANGE  All statically defined property set entities are no longer subtypes of IfcPropertySet.

Relationship use definition

Property sets are related to other objects by using the relationship object that refers to the corresponding object:

Attribute use definition

Instances of IfcPropertySet are used to assign named sets of individual properties (complex or single properties). Each individual property has a significant name string. Some property sets are included in the IFC specification and have a predefined set of properties indicated by assigning a significant name. These property sets are listed under "property sets" main menu item within this specification and from the object documentation sheet for those object to which they are applicable. The naming convention "Pset_Xxx" applies to all those property sets that are defined as part of the IFC specification and it shall be used as the value of the Name attribute.

In addition any user defined property set can be captured. Property sets that are not declared as part of the IFC specification shall have a Name value not including the "Pset_" prefix.


Construction Operations

 Instance diagram

Identity

The Identity concept applies to this entity.

Exchange
Import O O O O O O O O O O O O O O O O O O O O O O O O O O O O
Export O O O O O O O O O O O O O O O O O O O O O O O O O O O O


Revision Control

The Revision Control concept applies to this entity.

Exchange
Import O O O O O O O O O O O O O O O O O O O O O O O O O O O O
Export O O O O O O O O O O O O O O O O O O O O O O O O O O O O


External Data Constraints

The External Data Constraints concept applies to this entity as shown in Table 6.
TableNameReferenceFormatColor
AttributeNameIfcPropertySet.HasProperties[@Name]\IfcPropertySingleValue.NameKey#FFFF99
AttributeCreatedByIfcPropertySet.OwnerHistory\IfcOwnerHistory.OwningUser\IfcPersonAndOrganization.ThePerson\IfcPerson.Identification #FFCC99
AttributeCreatedOnIfcPropertySet.OwnerHistory\IfcOwnerHistory.CreationDate #FFFF99
AttributeCategoryIfcPropertySet.NameKey#FFCC99
AttributeSheetNameIfcPropertySet.DefinesOccurrence[*]\IfcRelDefinesByProperties.RelatedObjects[*]\Key#FFCC99
AttributeRowNameIfcPropertySet.DefinesOccurrence[*]\IfcRelDefinesByProperties.RelatedObjects[*]Key#FFCC99
AttributeValueIfcPropertySet.HasProperties[@Name]\IfcPropertySingleValue.NominalValue\IfcLabel #FFFF99
AttributeUnitIfcPropertySet.HasProperties[@Name]\IfcPropertySingleValue.Unit #FFFF99
AttributeExtSystemIfcPropertySet.OwnerHistory\IfcOwnerHistory.OwningApplication\IfcApplication.ApplicationIdentifier #CC99FF
AttributeExtObject\ #CC99FF
AttributeExtIdentifierIfcPropertySet.GlobalId #CC99FF
AttributeDescriptionIfcPropertySet.HasProperties[@Name]\IfcPropertySingleValue.Description #CCFFCC
AttributeAllowedValuesIfcPropertySet.HasProperties[@Name]\IfcPropertySingleValue.Unit\IfcContextDependentUnit.Name #CCFFCC

Table 6 — IfcPropertySet External Data Constraints

Exchange
Import O O O O O O O O O O O O O O O O O O O O O O O O O O O O
Export O O O O O O O O O O O O O O O O O O O O O O O O O O O O


Classification

The Classification concept applies to this entity as shown in Table 7.
SourceNameTokensDescription
Construction Specifications InstituteOmniClass Table 4949-00 00 00Properties

Table 7 — IfcPropertySet Classification

Exchange
Import O O O O O O O O O O O O O O O O O O O O O O O O O O O O
Export O O O O O O O O O O O O O O O O O O O O O O O O O O O O



XSD Specification:

 <xs:element name="IfcPropertySet" type="ifc:IfcPropertySet" substitutionGroup="ifc:IfcPropertySetDefinition" nillable="true"/>
 <xs:complexType name="IfcPropertySet">
  <xs:complexContent>
   <xs:extension base="ifc:IfcPropertySetDefinition">
    <xs:sequence>
     <xs:element name="HasProperties">
      <xs:complexType>
       <xs:sequence>
        <xs:element ref="ifc:IfcProperty" maxOccurs="unbounded"/>
       </xs:sequence>
       <xs:attribute ref="ifc:itemType" fixed="ifc:IfcProperty"/>
       <xs:attribute ref="ifc:cType" fixed="set"/>
       <xs:attribute ref="ifc:arraySize" use="optional"/>
      </xs:complexType>
     </xs:element>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>

EXPRESS Specification:

ENTITY IfcPropertySet
SUBTYPE OF (IfcPropertySetDefinition);
HasProperties : SET [1:?] OF IfcProperty;
WHERE
ExistsName : EXISTS(SELF\IfcRoot.Name);
UniquePropertyNames : IfcUniquePropertyName(HasProperties);
END_ENTITY;

Attribute Definitions:

HasProperties : Contained set of properties. For property sets defined as part of the IFC Object model, the property objects within a property set are defined as part of the standard. If a property is not contained within the set of predefined properties, its value has not been set at this time.

Formal Propositions:

ExistsName : The Name attribute has to be provided. The attribute is used to specify the signifier of the property set. The properties that are allowed to be attached to a particular property set may be given within the property set definition part of the IFC specification. Those property set definitions are references in the semantic definition section of the individal subtypes of IfcObjectDefinition.
UniquePropertyNames : Every individual subtype of IfcProperty within the property set shall have a unique Name attribute value.

Inheritance Graph:

ENTITY IfcPropertySet
ENTITY IfcRoot
GlobalId : IfcGloballyUniqueId;
OwnerHistory : OPTIONAL IfcOwnerHistory;
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
ENTITY IfcPropertyDefinition
INVERSE
HasContext : SET [0:1] OF IfcRelDeclares FOR RelatedDefinitions;
HasAssociations : SET OF IfcRelAssociates FOR RelatedObjects;
ENTITY IfcPropertySetDefinition
INVERSE
DefinesType : SET OF IfcTypeObject FOR HasPropertySets;
DefinesOccurrence : SET [0:1] OF IfcRelDefinesByProperties FOR RelatingPropertyDefinition;
ENTITY IfcPropertySet
HasProperties : SET [1:?] OF IfcProperty;
END_ENTITY;

Link to this page  Link to this page