# Fire Exit
%% DATAVIEW_PUBLISHER: start
```
TABLE WITHOUT ID AREA + " \ "+ BuildingElement + "<br><br>" + file.link as Issue, SECTION as Description
FROM "3 Resources/Issues"
FLATTEN Areas as AREA
FLATTEN BuildingElement as BuildingElement
sort AREA ASC
WHERE contains(BuildingElement,[[Fire Exit]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Everywhere.md\|Everywhere]] \ [[3 Resources/Building Elements/Fire Exit.md\|Fire Exit]]<br><br>[[3 Resources/Issues/Services in Fire Stairs and Exits.md\|Services in Fire Stairs and Exits]] | <ul><li>Per the BCA, Non-fire-related services cannot be installed in isolated fire stairs and exits can compromise their integrity and intended function as safe egress routes.</li><li>Such violations can lead to non-compliance with building codes and safety standards.</li><li>In the absence of a documented performance solution, compliance with C1P2 can be demonstrated by constructing in accordance with Part C4 Protection of openings, Deemed-to-Satisfy provision Clause C4D10
Service penetrations in fre-isolated exits, which states:
*“Fire-isolated exits must not be penetrated by any services other than –*
*a. electrical wiring permitted by D3D8(6) to be installed within the exit; or*
*b. ducting associated with a pressurisation system if it –*
*i. is constructed of material having an FRL of not less than –/120/60 where it passes through any other of the building;*
*c. for fre services, water supply and test drain pipes.*</li></ul> |
%% DATAVIEW_PUBLISHER: end %%