Inventar | |
Inventory | |
Inventaire |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcInventory | ||||
OwnerHistory | MODIFIED | Instantiation changed to OPTIONAL. | ||
PredefinedType | X | MODIFIED | Name changed from InventoryType to PredefinedType. Instantiation changed to OPTIONAL. | |
Jurisdiction | MODIFIED | Instantiation changed to OPTIONAL. | ||
ResponsiblePersons | MODIFIED | Instantiation changed to OPTIONAL. | ||
LastUpdateDate | X | X | MODIFIED | Type changed from IfcCalendarDate to IfcDate. Instantiation changed to OPTIONAL. |
An inventory is a list of items within an enterprise.
Various types of inventory can be included. These are identified by the range of values within the inventory type enumeration which includes space, asset, and furniture. User defined inventories can also be defined for lists of particular types of element such as may be required in operating and maintenance instructions. Such inventories should be constrained to contain a list of elements of a restricted type.
There are a number of actors that can be associated with an inventory, 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 inventory, each cost having a role. These are specified through the CurrentValue and OriginalValue attributes.
HISTORY New entity in IFC2.0.
IFC4 CHANGE All attributes optional, Where Rule removed.
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
6 | PredefinedType | IfcInventoryTypeEnum | ? |
A list of the types of inventories from which that required may be selected.
IFC4 CHANGE Attribute made optional. | X |
7 | Jurisdiction | IfcActorSelect | ? | The organizational unit to which the inventory is applicable. | X |
8 | ResponsiblePersons | IfcPerson | ? S[1:?] | Persons who are responsible for the inventory. | X |
9 | LastUpdateDate | IfcDate | ? |
The date on which the last update of the inventory was carried out. IFC4 CHANGE Type changed from IfcDateTimeSelect. | X |
10 | CurrentValue | IfcCostValue | ? | An estimate of the current cost value of the inventory. | X |
11 | OriginalValue | IfcCostValue | ? | An estimate of the original cost value of the inventory. | X |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcRoot | |||||
1 | GlobalId | IfcGloballyUniqueId | Assignment of a globally unique identifier within the entire software world. | X | |
2 | OwnerHistory | IfcOwnerHistory | ? |
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 |
3 | Name | IfcLabel | ? | 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 |
4 | Description | IfcText | ? | Optional description, provided for exchanging informative comments. | X |
IfcObjectDefinition | |||||
HasAssignments | IfcRelAssigns @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 | |
Nests | IfcRelNests @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 | |
IsNestedBy | IfcRelNests @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 | |
HasContext | IfcRelDeclares @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 | |
IsDecomposedBy | IfcRelAggregates @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 | |
Decomposes | IfcRelAggregates @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 | |
HasAssociations | IfcRelAssociates @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 | |||||
5 | ObjectType | IfcLabel | ? |
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 |
IsDeclaredBy | IfcRelDefinesByObject @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 | |
Declares | IfcRelDefinesByObject @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 | |
IsTypedBy | IfcRelDefinesByType @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 | |
IsDefinedBy | IfcRelDefinesByProperties @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 | |||||
IsGroupedBy | IfcRelAssignsToGroup @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 | |
IfcInventory | |||||
6 | PredefinedType | IfcInventoryTypeEnum | ? |
A list of the types of inventories from which that required may be selected.
IFC4 CHANGE Attribute made optional. | X |
7 | Jurisdiction | IfcActorSelect | ? | The organizational unit to which the inventory is applicable. | X |
8 | ResponsiblePersons | IfcPerson | ? S[1:?] | Persons who are responsible for the inventory. | X |
9 | LastUpdateDate | IfcDate | ? |
The date on which the last update of the inventory was carried out. IFC4 CHANGE Type changed from IfcDateTimeSelect. | X |
10 | CurrentValue | IfcCostValue | ? | An estimate of the current cost value of the inventory. | X |
11 | OriginalValue | IfcCostValue | ? | An estimate of the original cost value of the inventory. | X |
Group Assignment
The Group Assignment concept template applies to this entity as shown in Table 236.
| ||||||
Table 236 — IfcInventory Group Assignment |
<?xml version="1.0"?>
<ConceptRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" uuid="d62e02f0-dc2b-49f7-9ce6-ac040ed67067" name="IfcInventory" status="sample" applicableRootEntity="IfcInventory">
<Applicability uuid="00000000-0000-0000-0000-000000000000" status="sample">
<Template ref="c294ae94-8a44-4487-bc14-fa5f92d44a5e" />
<TemplateRules operator="and" />
</Applicability>
<Concepts>
<Concept uuid="0ee35ceb-19d7-48aa-b267-cd26c771b3df" name="Group Assignment" status="sample" override="false">
<Template ref="f567967f-5493-44d9-ac51-937c09ac2583" />
<TemplateRules operator="and">
<TemplateRule Description="Assets included in the inventory." Parameters="" />
<TemplateRule Description="Elements such as furniture included in the inventory." Parameters="" />
<TemplateRule Description="Spaces included in the inventory." Parameters="" />
</TemplateRules>
</Concept>
</Concepts>
</ConceptRoot>
# | Concept | Template | Model View |
---|---|---|---|
IfcRoot | |||
Identity | Software Identity | General Usage | |
Revision Control | Revision Control | General Usage | |
IfcObjectDefinition | |||
Classification Association | Classification Association | General Usage | |
IfcObject | |||
Object User Identity | Object User Identity | General Usage | |
Object Predefined Type | Object Predefined Type | General Usage | |
Object Typing | Object Typing | General Usage | |
Property Sets for Objects | Property Sets for Objects | General Usage | |
Property Sets with Override | Property Sets with Override | General Usage | |
IfcInventory | |||
Group Assignment | Group Assignment | General Usage |
<xs:element name="IfcInventory" type="ifc:IfcInventory" substitutionGroup="ifc:IfcGroup" nillable="true"/>
<xs:complexType name="IfcInventory">
<xs:complexContent>
<xs:extension base="ifc:IfcGroup">
<xs:sequence>
<xs:element name="Jurisdiction" nillable="true" minOccurs="0">
<xs:complexType>
<xs:group ref="ifc:IfcActorSelect"/>
</xs:complexType>
</xs:element>
<xs:element name="ResponsiblePersons" nillable="true" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcPerson" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="ifc:itemType" fixed="ifc:IfcPerson"/>
<xs:attribute ref="ifc:cType" fixed="set"/>
<xs:attribute ref="ifc:arraySize" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="CurrentValue" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
<xs:element name="OriginalValue" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="PredefinedType" type="ifc:IfcInventoryTypeEnum" use="optional"/>
<xs:attribute name="LastUpdateDate" type="ifc:IfcDate" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcInventory
SUBTYPE OF (IfcGroup);
PredefinedType : OPTIONAL IfcInventoryTypeEnum;
Jurisdiction : OPTIONAL IfcActorSelect;
ResponsiblePersons : OPTIONAL SET [1:?] OF IfcPerson;
LastUpdateDate : OPTIONAL IfcDate;
CurrentValue : OPTIONAL IfcCostValue;
OriginalValue : OPTIONAL IfcCostValue;
END_ENTITY;