##### [[Building Elements]]
# Basement Structure
%% DATAVIEW_PUBLISHER: start
```
TABLE WITHOUT ID Areas + " \ "+ BuildingElement + "<br><br>" + file.link as Issue, SECTION as Description
FROM "3 Resources/Issues"
FLATTEN BuildingElement as BuildingElement
sort AREA ASC
WHERE contains(BuildingElement,[[Basement Structure]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Basement.md\|Basement]] \ [[3 Resources/Building Elements/Basement Structure.md\|Basement Structure]]<br><br>[[3 Resources/Issues/Basement Waterproofing.md\|Basement Waterproofing]] | <ul><li>There is no Australian Standard provided for Basement Waterproofing.</li><li>There is an English standard for Basement Waterproofing BS8102:2022</li><li>In absence of an Australian Standard, we will adopt the English one.</li><li>[[bs-8102-2022-Basement Waterproofing.pdf]]</li></ul> |
| [[3 Resources/Areas/Basement.md\|Basement]] \ [[3 Resources/Building Elements/Basement Structure.md\|Basement Structure]]<br><br>[[3 Resources/Issues/Leaks between Slab and Capping Beam.md\|Leaks between Slab and Capping Beam]] | <ul><li>Leaks frequently occur between the capping beam and the ground floor slab.</li><li>To prevent these leaks, this junction should be detailed with either a step or a waters top strip.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%