IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

6.4.4.23 Pset_Warranty

6.4.4.23.1 Semantic definition

An assurance given by the seller or provider of an artefact that the artefact is without defects and will operate as described for a defined period of time without failure and that if a defect does arise during that time, that it will be corrected by the seller or provider.

6.4.4.23.2 Applicable entities

6.4.4.23.3 Properties

Name Property Type Data Type Description
WarrantyIdentifier IfcPropertySingleValue IfcIdentifier

The identifier assigned to a warranty.

WarrantyStartDate IfcPropertySingleValue IfcDate

The date on which the warranty commences.

IsExtendedWarranty IfcPropertySingleValue IfcBoolean

Indication of whether this is an extended warranty whose duration is greater than that normally assigned to an artefact (=TRUE) or not (= FALSE).

WarrantyPeriod IfcPropertySingleValue IfcDuration

The time duration during which a manufacturer or supplier guarantees or warrants the performance of an artefact.

WarrantyContent IfcPropertySingleValue IfcText

The content of the warranty.

PointOfContact IfcPropertySingleValue IfcLabel

The organization that should be contacted for action under the terms of the warranty. Note that the role of the organization (manufacturer, supplier, installer etc.) is determined by the IfcActorRole attribute of IfcOrganization.

Exclusions IfcPropertySingleValue IfcText

Items, conditions or actions that may be excluded from the warranty or that may cause the warranty to become void.

Table 6.4.4.23.A

Edit on Github


Is this page difficult to understand? Let us know!

6.4.4.23.4 Changelog

6.4.4.23.4.1 IFC4

  • applicability, IfcElement
  • applicability, IFCKERNEL/IfcProduct
  • applicability, IFCPRODUCTEXTENSION/IfcSystem
  • property PointOfContact, Changed from "reference IfcOrganization" to "single IfcLabel"
  • property WarrantyEndDate, Changed from "reference IfcCalendarDate" to "single IfcDate"
  • property WarrantyPeriod, Changed from "single IfcTimeMeasure" to "single IfcDuration"
  • property WarrantyStartDate, Changed from "reference IfcCalendarDate" to "single IfcDate"

6.4.4.23.4.2 IFC4.3_DEV_ffe3a63