<?xml version='1.0' encoding='utf-8'?>
<ids xmlns="http://standards.buildingsmart.org/IDS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/1.0/ids.xsd">
<info>
<title>Wall Fire Rating Requirements</title>
<description>IDS to verify that all walls have a fire rating parameter specified</description>
<date>2025-11-02</date>
</info>
<specifications>
<specification name="Wall Fire Rating Check" ifcVersion="IFC4" description="All walls must have a fire rating property specified" instructions="Ensure that the FireRating property is populated for all wall elements">
<applicability minOccurs="0" maxOccurs="unbounded">
<entity>
<name>
<simpleValue>IFCWALL</simpleValue>
</name>
</entity>
</applicability>
<requirements>
<property cardinality="required">
<propertySet>
<simpleValue>Pset_WallCommon</simpleValue>
</propertySet>
<baseName>
<simpleValue>FireRating</simpleValue>
</baseName>
</property>
</requirements>
</specification>
</specifications>
</ids>