Baumaterial - Ressource | |
Construction Material Resource | |
Matériaux de construction |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcConstructionMaterialResource | ||||
OwnerHistory | MODIFIED | Instantiation changed to OPTIONAL. | ||
Identification | X | MODIFIED | Name changed from ResourceIdentifier to Identification. | |
LongDescription | MODIFIED | Name changed from ResourceGroup to LongDescription. Type changed from IfcLabel to IfcText. | ||
Usage | X | X | MODIFIED | Name changed from ResourceConsumption to Usage. Type changed from IfcResourceConsumptionEnum to IfcResourceTime. |
BaseCosts | X | X | MODIFIED | Name changed from BaseQuantity to BaseCosts. Type changed from IfcMeasureWithUnit to IfcAppliedValue. Aggregation changed from NONE to LIST. |
BaseQuantity | X | X | MODIFIED | Name changed from Suppliers to BaseQuantity. Type changed from IfcActorSelect to IfcPhysicalQuantity. Aggregation changed from SET to NONE. |
PredefinedType | X | X | MODIFIED | Name changed from UsageRatio to PredefinedType. Type changed from IfcRatioMeasure to IfcConstructionMaterialResourceTypeEnum. |
IfcConstructionMaterialResource identifies a material resource type in a construction project.
HISTORY New entity in IFC2.0.
IFC4 CHANGE The attribute Suppliers has been deleted; use IfcRelAssignsToResource to assign an IfcActor to fulfill the role as a supplier. The attribute UsageRatio has been deleted; use BaseQuantityConsumed and BaseQuantityProduced to indicate material usage.
Occurrences of IfcConstructionMaterialResource are consumed (wholly or partially), or occupied during a construction work task (IfcTask).
Similar to IfcConstructionProductResource, sometimes things such as 5000kg of gravel are already instantiated as an instance of an IfcProduct subtype because it is a result of a work task (for example, transporting gravel). In this case, the instance of IfcConstructionMaterialResource can be associated with the product instance 5000kg of gravel to provide more information for resource uses. Nevertheless, IfcConstructionMaterialResource should only be used to represent resource usage, but not product substances.
NOTE This entity is not the same as IfcMaterial. One one hand, IfcConstructionMaterialResource represents usage of bulk materials such as sand, gravels, nails and so on. Physical manifestations can be instantiated from IfcProduct as well, depending on their uses in the system, and such an IfcProduct object can be assigned to the IfcConstructionMaterialResource object via IfcRelAssignsToResource. On the other hand, IfcMaterial is about physical materials that a physical building element consists of, possibly with detailed material layering information."
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
11 | PredefinedType | IfcConstructionMaterialResourceTypeEnum | ? |
Defines types of construction material resources.
IFC4 New attribute. | 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 | |
IfcResource | |||||
6 | Identification | IfcIdentifier | ? |
An identifying designation given to a resource.
It is the identifier at the occurrence level.
IFC4 CHANGE Attribute promoted from subtype IfcConstructionResource. | X |
7 | LongDescription | IfcText | ? |
A detailed description of the resource (e.g. the skillset for a labor resource).
IFC4 CHANGE The attribute LongDescription is added replacing the ResourceGroup attribute at subtype IfcConstructionResource. | X |
ResourceOf | IfcRelAssignsToResource @RelatingResource | S[0:?] | Set of relationships to other objects, e.g. products, processes, controls, resources or actors, for which this resource object is a resource. | X | |
IfcConstructionResource | |||||
8 | Usage | IfcResourceTime | ? |
Indicates the work, usage, and times scheduled and completed. Some attributes on this object may have associated constraints or time series; see documentation of IfcResourceTime for specific usage. If the resource is nested, then certain values may be calculated based on the component resources as indicated at IfcResourceTime.
IFC4 CHANGE New attribute. | X |
9 | BaseCosts | IfcAppliedValue | ? L[1:?] |
Indicates the unit costs for which accrued amounts should be calculated. Such unit costs may be split into Name designations (for example, 'Standard', 'Overtime'), and may contain a hierarchy of cost values that apply at different dates (using IfcCostValue.ApplicableDate and IfcCostValue.FixedUntilDate).
IFC4 CHANGE New attribute. | X |
10 | BaseQuantity | IfcPhysicalQuantity | ? |
Identifies the base quantity consumed of the resource relative to assignments.
For crew, labour, subcontract, and equipment resources, this refers to IfcQuantityTime.
For material resources, this refers to IfcQuantityVolume.
For product resources, this refers to IfcQuantityCount.
IFC4 CHANGE New attribute. | X |
IfcConstructionMaterialResource | |||||
11 | PredefinedType | IfcConstructionMaterialResourceTypeEnum | ? |
Defines types of construction material resources.
IFC4 New attribute. | X |
Object Typing
The Object Typing concept template applies to this entity as shown in Table 290.
| ||||||
Table 290 — IfcConstructionMaterialResource Object Typing |
Quantity Sets
The Quantity Sets concept template applies to this entity as shown in Table 291.
| ||||
Table 291 — IfcConstructionMaterialResource Quantity Sets |
Resource Type Assignment
The Resource Type Assignment concept template applies to this entity as shown in Table 292.
| ||||
Table 292 — IfcConstructionMaterialResource Resource Type Assignment |
Resource Cost
The Resource Cost concept template applies to this entity as shown in Table 293.
| ||||||||
Table 293 — IfcConstructionMaterialResource Resource Cost |
Resource Quantity
The Resource Quantity concept template applies to this entity as shown in Table 294.
| ||||||
Table 294 — IfcConstructionMaterialResource Resource Quantity |
<?xml version="1.0"?>
<ConceptRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" uuid="50b8bce8-a8bd-4e9a-b2f7-2b4462741aee" name="IfcConstructionMaterialResource" status="sample" applicableRootEntity="IfcConstructionMaterialResource">
<Applicability uuid="00000000-0000-0000-0000-000000000000" status="sample">
<Template ref="0ad38395-98c1-4e26-b93f-60c310e5c64f" />
<TemplateRules operator="and" />
</Applicability>
<Concepts>
<Concept uuid="2af97832-33aa-46d0-93a2-161c1ce45839" name="Object Typing" status="sample" override="false">
<Template ref="35a2e10e-20df-40f4-ab2f-dacf0a6744f4" />
<TemplateRules operator="and">
<TemplateRule Parameters="RelatingType[Type]='IfcConstructionMaterialResourceType'" />
</TemplateRules>
</Concept>
<Concept uuid="594ab3e1-cfda-472f-8ffb-bfc6fb5dbe74" name="Quantity Sets" status="sample" override="false">
<Template ref="6652398e-6579-4460-8cb4-26295acfacc7" />
<TemplateRules operator="and">
<TemplateRule Parameters="QsetName[Value]='Qto_ConstructionMaterialResourceBaseQuantities'" />
<TemplateRule Parameters="QsetName[Value]='Qto_ConstructionMaterialResourceBaseQuantities'" />
</TemplateRules>
</Concept>
<Concept uuid="76edeae2-c8e3-438c-875e-7689495f55c4" name="Resource Type Assignment" status="sample" override="false">
<Template ref="d8197dee-4bdc-4aba-bb57-4c6678ce70dc" />
<TemplateRules operator="and">
<TemplateRule Description="Indicates a physical element manifesting the resource such as a pile of sand." Parameters="Type[Type]='IfcGeographicElement'" />
</TemplateRules>
</Concept>
<Concept uuid="cd4185da-6055-4cbd-99c3-58fb586a356f" name="Resource Cost" status="sample" override="false">
<Template ref="678111f9-565e-4c1d-b8c3-d218c4ccd056" />
<TemplateRules operator="and">
<TemplateRule Description="The amount incurred per unit volume of the material." Parameters="CostType[Type]='IfcCostValue' AND CostName[Value]='Material' AND ValueType[Value]='IfcMonetaryMeasure'" />
</TemplateRules>
</Concept>
<Concept uuid="abe8b9c0-63ea-40ff-88f1-03affe33c1f4" name="Resource Quantity" status="sample" override="false">
<Template ref="a057d708-23d4-47d2-a84d-89ffc93d8fe8" />
<TemplateRules operator="and">
<TemplateRule Description="The unit volume of material used, such as cubic meters of concrete." Parameters="QuantityType[Type]='IfcQuantityVolume' AND QuantityName[Value]='GrossVolume'" />
</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 | |
Property Sets with Override | Property Sets with Override | General Usage | |
IfcConstructionResource | |||
Document | Document Association | General Usage | |
Constraint | Constraint Association | General Usage | |
Property Sets for Objects | Property Sets for Objects | General Usage | |
Nesting | Object Nesting | General Usage | |
IfcConstructionMaterialResource | |||
Object Typing | Object Typing | General Usage | |
Quantity Sets | Quantity Sets | General Usage | |
Resource Type Assignment | Resource Type Assignment | General Usage | |
Resource Cost | Resource Cost | General Usage | |
Resource Quantity | Resource Quantity | General Usage |
<xs:element name="IfcConstructionMaterialResource" type="ifc:IfcConstructionMaterialResource" substitutionGroup="ifc:IfcConstructionResource" nillable="true"/>
<xs:complexType name="IfcConstructionMaterialResource">
<xs:complexContent>
<xs:extension base="ifc:IfcConstructionResource">
<xs:attribute name="PredefinedType" type="ifc:IfcConstructionMaterialResourceTypeEnum" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcConstructionMaterialResource
SUBTYPE OF (IfcConstructionResource);
PredefinedType : OPTIONAL IfcConstructionMaterialResourceTypeEnum;
WHERE
CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR
(PredefinedType <> IfcConstructionMaterialResourceTypeEnum.USERDEFINED) OR
((PredefinedType = IfcConstructionMaterialResourceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType));
END_ENTITY;