IfcAsset

Natural language names
Sachvermögen
Asset
Biens
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcAsset
      OwnerHistoryMODIFIEDInstantiation changed to OPTIONAL.
      IdentificationXMODIFIEDName changed from AssetID to Identification.
Instantiation changed to OPTIONAL.
      OriginalValueMODIFIEDInstantiation changed to OPTIONAL.
      CurrentValueMODIFIEDInstantiation changed to OPTIONAL.
      TotalReplacementCostMODIFIEDInstantiation changed to OPTIONAL.
      OwnerMODIFIEDInstantiation changed to OPTIONAL.
      UserMODIFIEDInstantiation changed to OPTIONAL.
      ResponsiblePersonMODIFIEDInstantiation changed to OPTIONAL.
      IncorporationDateXXMODIFIEDType changed from IfcCalendarDate to IfcDate.
Instantiation changed to OPTIONAL.
      DepreciatedValueMODIFIEDInstantiation changed to OPTIONAL.
Semantic definitions at the entity
Entity definition

An asset is a uniquely identifiable grouping of elements acting as a single entity that has a financial value or that can be operated on as a single unit.

An asset is generally the level of granularity at which maintenance operations are undertaken. An asset is a group that can contain one or more elements. Whilst the financial value of a component or element can be defined, financial value is also defined for accounting purposes at the level of the asset.

There are a number of actors that can be associated with an asset, each actor having a role. Actors within the scope of the project are indicated using the IfcRelAssignsToActor relationship in which case roles should be defined through the IfcActorRole class; otherwise principal actors are identified as attributes of the class. In the existence of both, direct attributes take precedence.

There are a number of costs that can be associated with an asset, each cost having a role. These are specified through the OriginalValue, CurrentValue, TotalReplacementCost and DepreciatedValue attributes.

HISTORY  New entity in IFC2x.
IFC4 CHANGE  All attributes made optional and date values changed to use IfcDate.
Attribute definitions
#AttributeTypeCardinalityDescription G
6IdentificationIfcIdentifier? A unique identification assigned to an asset that enables its differentiation from other assets.
NOTE  The asset identifier is unique within the asset register. It differs from the globally unique id assigned to the instance of an entity populating a database.
X
7OriginalValueIfcCostValue? The cost value of the asset at the time of purchase.X
8CurrentValueIfcCostValue? The current cost value of the asset.X
9TotalReplacementCostIfcCostValue? The total cost of replacement of the asset.X
10OwnerIfcActorSelect? The name of the person or organization that 'owns' the asset.X
11UserIfcActorSelect? The name of the person or organization that 'uses' the asset.X
12ResponsiblePersonIfcPerson? The person designated to be responsible for the asset.
NOTE  In some regulations (for example, UK Health and Safety at Work Act, Electricity at Work Regulations), management of assets must have a person identified as being responsible and to whom regulatory, insurance and other organizations communicate. In places where there is not a legal requirement, the responsible person would be the asset manager but would not have a legal status.
X
13IncorporationDateIfcDate? The date on which an asset was incorporated into the works, installed, constructed, erected or completed.
NOTE  This is the date on which an asset is considered to start depreciating.
IFC4 CHANGE  Type changed from IfcDateTimeSelect.
X
14DepreciatedValueIfcCostValue? The current value of an asset within the accounting rules and procedures of an organization.X
Inherited definitions from supertypes
Entity inheritance IfcGroup IfcObject IfcObjectDefinition IfcRoot
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcRoot
1GlobalIdIfcGloballyUniqueId Assignment of a globally unique identifier within the entire software world. X
2OwnerHistoryIfcOwnerHistory? Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,
NOTE  only the last modification in stored - either as addition, deletion or modification.
IFC4 CHANGE  The attribute has been changed to be OPTIONAL.
X
3NameIfcLabel? Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule. X
4DescriptionIfcText? Optional description, provided for exchanging informative comments.X
IfcObjectDefinition
HasAssignmentsIfcRelAssigns
@RelatedObjects
S[0:?]Reference to the relationship objects, that assign (by an association relationship) other subtypes of IfcObject to this object instance. Examples are the association to products, processes, controls, resources or groups.X
NestsIfcRelNests
@RelatedObjects
S[0:1]References to the decomposition relationship being a nesting. It determines that this object definition is a part within an ordered whole/part decomposition relationship. An object occurrence or type can only be part of a single decomposition (to allow hierarchical strutures only).
IFC4 CHANGE  The inverse attribute datatype has been added and separated from Decomposes defined at IfcObjectDefinition.
X
IsNestedByIfcRelNests
@RelatingObject
S[0:?]References to the decomposition relationship being a nesting. It determines that this object definition is the whole within an ordered whole/part decomposition relationship. An object or object type can be nested by several other objects (occurrences or types).
IFC4 CHANGE  The inverse attribute datatype has been added and separated from IsDecomposedBy defined at IfcObjectDefinition.
X
HasContextIfcRelDeclares
@RelatedDefinitions
S[0:1]References to the context providing context information such as project unit or representation context. It should only be asserted for the uppermost non-spatial object.
IFC4 CHANGE  The inverse attribute datatype has been added.
X
IsDecomposedByIfcRelAggregates
@RelatingObject
S[0:?]References to the decomposition relationship being an aggregation. It determines that this object definition is whole within an unordered whole/part decomposition relationship. An object definitions can be aggregated by several other objects (occurrences or parts).
IFC4 CHANGE  The inverse attribute datatype has been changed from the supertype IfcRelDecomposes to subtype IfcRelAggregates.
X
DecomposesIfcRelAggregates
@RelatedObjects
S[0:1]References to the decomposition relationship being an aggregation. It determines that this object definition is a part within an unordered whole/part decomposition relationship. An object definitions can only be part of a single decomposition (to allow hierarchical strutures only).
IFC4 CHANGE  The inverse attribute datatype has been changed from the supertype IfcRelDecomposes to subtype IfcRelAggregates.
X
HasAssociationsIfcRelAssociates
@RelatedObjects
S[0:?]Reference to the relationship objects, that associates external references or other resource definitions to the object.. Examples are the association to library, documentation or classification.X
IfcObject
5ObjectTypeIfcLabel? The type denotes a particular type that indicates the object further. The use has to be established at the level of instantiable subtypes. In particular it holds the user defined type, if the enumeration of the attribute PredefinedType is set to USERDEFINED.
X
IsDeclaredByIfcRelDefinesByObject
@RelatedObjects
S[0:1]Link to the relationship object pointing to the declaring object that provides the object definitions for this object occurrence. The declaring object has to be part of an object type decomposition. The associated IfcObject, or its subtypes, contains the specific information (as part of a type, or style, definition), that is common to all reflected instances of the declaring IfcObject, or its subtypes.
IFC4 CHANGE  New inverse relationship, change made with upward compatibility for file based exchange.
X
DeclaresIfcRelDefinesByObject
@RelatingObject
S[0:?]Link to the relationship object pointing to the reflected object(s) that receives the object definitions. The reflected object has to be part of an object occurrence decomposition. The associated IfcObject, or its subtypes, provides the specific information (as part of a type, or style, definition), that is common to all reflected instances of the declaring IfcObject, or its subtypes.
IFC4 CHANGE  New inverse relationship, change made with upward compatibility for file based exchange.
X
IsTypedByIfcRelDefinesByType
@RelatedObjects
S[0:1]Set of relationships to the object type that provides the type definitions for this object occurrence. The then associated IfcTypeObject, or its subtypes, contains the specific information (or type, or style), that is common to all instances of IfcObject, or its subtypes, referring to the same type.
IFC4 CHANGE  New inverse relationship, the link to IfcRelDefinesByType had previously be included in the inverse relationship IfcRelDefines. Change made with upward compatibility for file based exchange.
X
IsDefinedByIfcRelDefinesByProperties
@RelatedObjects
S[0:?]Set of relationships to property set definitions attached to this object. Those statically or dynamically defined properties contain alphanumeric information content that further defines the object.
IFC4 CHANGE  The data type has been changed from IfcRelDefines to IfcRelDefinesByProperties with upward compatibility for file based exchange.
X
IfcGroup
IsGroupedByIfcRelAssignsToGroup
@RelatingGroup
S[0:?]Reference to the relationship IfcRelAssignsToGroup that assigns the one to many group members to the IfcGroup object.
IFC4 CHANGE  The cardinality has been changed from 1..1 to 0..? in order to allow the exchange of a group concept without having already group members assigned. It now also allows the use of many instances of IfcRelAssignsToGroup to assign the group members. The change has been done with upward compatibility for file based exchange.
X
IfcAsset
6IdentificationIfcIdentifier? A unique identification assigned to an asset that enables its differentiation from other assets.
NOTE  The asset identifier is unique within the asset register. It differs from the globally unique id assigned to the instance of an entity populating a database.
X
7OriginalValueIfcCostValue? The cost value of the asset at the time of purchase.X
8CurrentValueIfcCostValue? The current cost value of the asset.X
9TotalReplacementCostIfcCostValue? The total cost of replacement of the asset.X
10OwnerIfcActorSelect? The name of the person or organization that 'owns' the asset.X
11UserIfcActorSelect? The name of the person or organization that 'uses' the asset.X
12ResponsiblePersonIfcPerson? The person designated to be responsible for the asset.
NOTE  In some regulations (for example, UK Health and Safety at Work Act, Electricity at Work Regulations), management of assets must have a person identified as being responsible and to whom regulatory, insurance and other organizations communicate. In places where there is not a legal requirement, the responsible person would be the asset manager but would not have a legal status.
X
13IncorporationDateIfcDate? The date on which an asset was incorporated into the works, installed, constructed, erected or completed.
NOTE  This is the date on which an asset is considered to start depreciating.
IFC4 CHANGE  Type changed from IfcDateTimeSelect.
X
14DepreciatedValueIfcCostValue? The current value of an asset within the accounting rules and procedures of an organization.X
Definitions applying to General Usage

 Instance diagram


Concept usage

Property Sets for Objects

The Property Sets for Objects concept template applies to this entity as shown in Table 230.

PsetNameProperties
Pset_Asset
TemplatePropertyNameValueReference
Enumerated ValueAssetAccountingTypeIfcLabel
Enumerated ValueAssetTaxTypeIfcLabel
Enumerated ValueAssetInsuranceTypeIfcLabel

Table 230 — IfcAsset Property Sets for Objects



Classification

The Classification Association concept applies to this entity.

The operating function of an asset within an organization may be particularly valuable in situations where one organization provides and maintains core services and another organization adds and maintains terminal services. It can classify who owns and is responsible for the asset. Operating function can be designated through the use of one or more classification references.



Group Assignment

The Group Assignment concept template applies to this entity as shown in Table 231.

IsGroupedRelatedObjectsDescription
Physical elements that comprise the asset.

Table 231 — IfcAsset Group Assignment



mvdXML Specification
<?xml version="1.0"?>
<ConceptRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" uuid="b0e23f29-e7bc-4028-bd7c-3fe77e05ec27" name="IfcAsset" status="sample" applicableRootEntity="IfcAsset">
  <Applicability uuid="00000000-0000-0000-0000-000000000000" status="sample">
    <Template ref="d59da85a-47ed-4cb6-9e58-aaec4a5cbcd4" />
    <TemplateRules operator="and" />
  </Applicability>
  <Concepts>
    <Concept uuid="551d6a79-3500-434e-a7d8-f787082a75ff" name="Property Sets for Objects" status="sample" override="false">
      <Template ref="f74255a6-0c0e-4f31-84ad-24981db62461" />
      <TemplateRules operator="and">
        <TemplateRule Parameters="PsetName[Value]='Pset_Asset'" />
      </TemplateRules>
    </Concept>
    <Concept uuid="43f8b8d8-60ab-4663-a444-00525780b556" name="Classification" status="sample" override="false">
      <Template ref="4a224609-6578-4c75-afcf-8affa86e5ef2" />
    </Concept>
    <Concept uuid="f780e134-10ad-4cb6-884e-125f25ed5e9d" name="Group Assignment" status="sample" override="false">
      <Template ref="f567967f-5493-44d9-ac51-937c09ac2583" />
      <TemplateRules operator="and">
        <TemplateRule Description="Physical elements that comprise the asset." Parameters="" />
      </TemplateRules>
    </Concept>
  </Concepts>
</ConceptRoot>
Concept inheritance

#ConceptTemplateModel View
IfcRoot
IdentitySoftware IdentityGeneral Usage
Revision ControlRevision ControlGeneral Usage
IfcObject
Object User IdentityObject User IdentityGeneral Usage
Object Predefined TypeObject Predefined TypeGeneral Usage
Object TypingObject TypingGeneral Usage
Property Sets with OverrideProperty Sets with OverrideGeneral Usage
IfcAsset
Property Sets for ObjectsProperty Sets for ObjectsGeneral Usage
ClassificationClassification AssociationGeneral Usage
Group AssignmentGroup AssignmentGeneral Usage
Formal representations
XML Specification
 <xs:element name="IfcAsset" type="ifc:IfcAsset" substitutionGroup="ifc:IfcGroup" nillable="true"/>
 <xs:complexType name="IfcAsset">
  <xs:complexContent>
   <xs:extension base="ifc:IfcGroup">
    <xs:sequence>
     <xs:element name="OriginalValue" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
     <xs:element name="CurrentValue" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
     <xs:element name="TotalReplacementCost" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
     <xs:element name="Owner" nillable="true" minOccurs="0">
      <xs:complexType>
       <xs:group ref="ifc:IfcActorSelect"/>
      </xs:complexType>
     </xs:element>
     <xs:element name="User" nillable="true" minOccurs="0">
      <xs:complexType>
       <xs:group ref="ifc:IfcActorSelect"/>
      </xs:complexType>
     </xs:element>
     <xs:element name="ResponsiblePerson" type="ifc:IfcPerson" nillable="true" minOccurs="0"/>
     <xs:element name="DepreciatedValue" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="Identification" type="ifc:IfcIdentifier" use="optional"/>
    <xs:attribute name="IncorporationDate" type="ifc:IfcDate" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcAsset
 SUBTYPE OF (IfcGroup);
  Identification : OPTIONAL IfcIdentifier;
  OriginalValue : OPTIONAL IfcCostValue;
  CurrentValue : OPTIONAL IfcCostValue;
  TotalReplacementCost : OPTIONAL IfcCostValue;
  Owner : OPTIONAL IfcActorSelect;
  User : OPTIONAL IfcActorSelect;
  ResponsiblePerson : OPTIONAL IfcPerson;
  IncorporationDate : OPTIONAL IfcDate;
  DepreciatedValue : OPTIONAL IfcCostValue;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page