Diff: reference/bim-token-three-layers
From a445530 to a445530
+0 / −0 lines
| Before | After |
|---|---|
| --- | --- |
| schema: foundry-doc-v1 | schema: foundry-doc-v1 |
| title: "The Three Layers of a BIM Token" | title: "The Three Layers of a BIM Token" |
| slug: bim-token-three-layers | slug: bim-token-three-layers |
| category: reference | category: reference |
| type: topic | type: topic |
| quality: core | quality: core |
| status: active | status: active |
| bcsc_class: public-disclosure-safe | bcsc_class: public-disclosure-safe |
| last_edited: 2026-05-06 | last_edited: 2026-05-06 |
| editor: pointsav-engineering | editor: pointsav-engineering |
| cites: [] | cites: [] |
| paired_with: bim-token-three-layers.es.md | paired_with: bim-token-three-layers.es.md |
| --- | --- |
| A BIM Token has three layers: Specification, Regulation, and Climate Zone. All three are embedded data in the token. None of the three layers is a runtime user-selectable option — a designer does not "switch" between climate zones any more than they switch building codes. The three layers are displayed simultaneously as static reference tables, each showing all registered overlays for the token's element type. This structure reflects a physical reality: a built element has a fixed type (Specification), exists in a fixed jurisdiction (Regulation), and performs in a fixed climate (Climate Zone). These are facts about the element's physical context, defined with the BIM Token platform specification (2026). The Specification layer is complete at v0.0.1; Regulation and Climate Zone layers are in development, with the first overlay set planned for v0.0.3. | A BIM Token has three layers: Specification, Regulation, and Climate Zone. All three are embedded data in the token. None of the three layers is a runtime user-selectable option — a designer does not "switch" between climate zones any more than they switch building codes. The three layers are displayed simultaneously as static reference tables, each showing all registered overlays for the token's element type. This structure reflects a physical reality: a built element has a fixed type (Specification), exists in a fixed jurisdiction (Regulation), and performs in a fixed climate (Climate Zone). These are facts about the element's physical context, defined with the BIM Token platform specification (2026). The Specification layer is complete at v0.0.1; Regulation and Climate Zone layers are in development, with the first overlay set planned for v0.0.3. |
| ## Why Three Layers | ## Why Three Layers |
| Software design system tokens typically have two concerns: what a value IS (its semantic role) and what value it resolves to (its computed output). BIM tokens address a fundamentally different problem space that requires three concerns. | Software design system tokens typically have two concerns: what a value IS (its semantic role) and what value it resolves to (its computed output). BIM tokens address a fundamentally different problem space that requires three concerns. |
| A built-environment element specification must simultaneously answer: | A built-environment element specification must simultaneously answer: |
| - **What is this element?** — its type in a neutral, tool-independent schema (IFC), its classification in a neutral reference system (Uniclass), and its semantic identity in a jurisdiction-spanning dictionary (bSDD). This is stable across all deployments. | - **What is this element?** — its type in a neutral, tool-independent schema (IFC), its classification in a neutral reference system (Uniclass), and its semantic identity in a jurisdiction-spanning dictionary (bSDD). This is stable across all deployments. |
| - **What does the jurisdiction require of it?** — the specific regulatory requirements imposed by the law of the place where the building is located. These vary by jurisdiction, change when regulations are updated, and may include geometric constraints (setbacks, clearances, fire compartment boundaries) that cannot be expressed as numeric values. | - **What does the jurisdiction require of it?** — the specific regulatory requirements imposed by the law of the place where the building is located. These vary by jurisdiction, change when regulations are updated, and may include geometric constraints (setbacks, clearances, fire compartment boundaries) that cannot be expressed as numeric values. |
| - **What does the climate require of it?** — the thermal, moisture, and structural performance requirements imposed by the physical climate of the site. These vary by climate zone, are expressed in energy codes (ASHRAE 90.1, NBC Part 11, EN ISO 52000), and change as climate zone mapping is updated. | - **What does the climate require of it?** — the thermal, moisture, and structural performance requirements imposed by the physical climate of the site. These vary by climate zone, are expressed in energy codes (ASHRAE 90.1, NBC Part 11, EN ISO 52000), and change as climate zone mapping is updated. |
| The three-layer structure gives each concern a clean home and a clear composition rule. | The three-layer structure gives each concern a clean home and a clear composition rule. |
| ## Layer 1 — Specification | ## Layer 1 — Specification |
| The Specification layer is the token's permanent identity. It does not vary by jurisdiction or climate. Every deployed instance of the token reads the same Specification layer regardless of where the project is located. | The Specification layer is the token's permanent identity. It does not vary by jurisdiction or climate. Every deployed instance of the token reads the same Specification layer regardless of where the project is located. |
| **Fields:** | **Fields:** |
| | Field | Content | Format | | | Field | Content | Format | |
| |---|---|---| | |---|---|---| |
| | `ifc_class` | IFC 4.3 entity class | `IfcWall`, `IfcSlab`, etc. | | | `ifc_class` | IFC 4.3 entity class | `IfcWall`, `IfcSlab`, etc. | |
| | `ifc_predefined_type` | IFC predefined type where applicable | `SOLIDWALL`, `FLOORPLATE`, etc. | | | `ifc_predefined_type` | IFC predefined type where applicable | `SOLIDWALL`, `FLOORPLATE`, etc. | |
| | `uniclass_ref` | Uniclass 2015 code | `Ss_20_05_30_75` | | | `uniclass_ref` | Uniclass 2015 code | `Ss_20_05_30_75` | |
| | `uniclass_title` | Uniclass 2015 title text | "Masonry walls" | | | `uniclass_title` | Uniclass 2015 title text | "Masonry walls" | |
| | `bsdd_uri` | bSDD concept URI | `https://identifier.buildingsmart.org/...` | | | `bsdd_uri` | bSDD concept URI | `https://identifier.buildingsmart.org/...` | |
| | `description` | Plain-language element description | Free text, max 280 chars | | | `description` | Plain-language element description | Free text, max 280 chars | |
| | `applicable_psets` | Applicable IFC Property Sets | Array of Pset names | | | `applicable_psets` | Applicable IFC Property Sets | Array of Pset names | |
| | `dtcg_type` | DTCG token type extension | `bim-element`, `bim-material`, etc. | | | `dtcg_type` | DTCG token type extension | `bim-element`, `bim-material`, etc. | |
| The Specification layer is authored once per token and promoted through the standard design-system pipeline (vendor → customer → deployment). Changes to the Specification layer require a version bump and changelog entry. | The Specification layer is authored once per token and promoted through the standard design-system pipeline (vendor → customer → deployment). Changes to the Specification layer require a version bump and changelog entry. |
| **IFC entity hierarchy breadcrumb.** Every Specification record includes the full IFC inheritance path from `IfcRoot` to the specific class. For `IfcWall`: | **IFC entity hierarchy breadcrumb.** Every Specification record includes the full IFC inheritance path from `IfcRoot` to the specific class. For `IfcWall`: |
| ``` | ``` |
| IfcRoot → IfcObjectDefinition → IfcObject → IfcProduct → IfcElement → IfcBuiltElement → IfcWall | IfcRoot → IfcObjectDefinition → IfcObject → IfcProduct → IfcElement → IfcBuiltElement → IfcWall |
| ``` | ``` |
| This breadcrumb enables authoring tools to present the element's position in the IFC hierarchy without reference to a separate schema document, and enables inheritance-based rule application. | This breadcrumb enables authoring tools to present the element's position in the IFC hierarchy without reference to a separate schema document, and enables inheritance-based rule application. |
| ## Layer 2 — Regulation | ## Layer 2 — Regulation |
| The Regulation layer holds jurisdiction-specific requirements. It is a table of registered overlays — one row per jurisdiction per constraint — not a single value. The table shows all registered overlays simultaneously. | The Regulation layer holds jurisdiction-specific requirements. It is a table of registered overlays — one row per jurisdiction per constraint — not a single value. The table shows all registered overlays simultaneously. |
| **Why a table, not a dropdown.** A regulatory requirement is a fact about the jurisdiction where a building is located, not a choice a designer makes. The token does not ask "which jurisdiction are you in?" and display a single jurisdiction's requirements. It displays all registered jurisdictions' requirements as reference data, the same way a technical standards datasheet shows multiple national standards rows side by side. If the project location is known, the authoring tool may highlight the applicable row — but the table always shows the full picture. | **Why a table, not a dropdown.** A regulatory requirement is a fact about the jurisdiction where a building is located, not a choice a designer makes. The token does not ask "which jurisdiction are you in?" and display a single jurisdiction's requirements. It displays all registered jurisdictions' requirements as reference data, the same way a technical standards datasheet shows multiple national standards rows side by side. If the project location is known, the authoring tool may highlight the applicable row — but the table always shows the full picture. |
| **Overlay structure:** | **Overlay structure:** |
| | Column | Content | | | Column | Content | |
| |---|---| | |---|---| |
| | Jurisdiction | ISO 3166-1/2 jurisdiction code (e.g., `CA-BC`, `US-VA`, `DE`, `SG`) | | | Jurisdiction | ISO 3166-1/2 jurisdiction code (e.g., `CA-BC`, `US-VA`, `DE`, `SG`) | |
| | Standard | Identifying reference for the regulatory document | | | Standard | Identifying reference for the regulatory document | |
| | Constraint type | Numeric / Geometric / Classification / Approval | | | Constraint type | Numeric / Geometric / Classification / Approval | |
| | Parameter | The specific property being constrained | | | Parameter | The specific property being constrained | |
| | Required value | The threshold or required value | | | Required value | The threshold or required value | |
| | Unit | SI unit or categorical value set | | | Unit | SI unit or categorical value set | |
| | IDS file | Path to the IDS 1.0 constraint file encoding this requirement | | | IDS file | Path to the IDS 1.0 constraint file encoding this requirement | |
| | IFC fragment | Path to IFC geometric exclusion fragment, if applicable | | | IFC fragment | Path to IFC geometric exclusion fragment, if applicable | |
| | Source URI | URI to the authoritative regulatory document | | | Source URI | URI to the authoritative regulatory document | |
| | Effective date | ISO 8601 date from which this overlay is in effect | | | Effective date | ISO 8601 date from which this overlay is in effect | |
| **Example rows for `IfcWall` (exterior wall, residential):** | **Example rows for `IfcWall` (exterior wall, residential):** |
| | Jurisdiction | Standard | Parameter | Required value | Unit | | | Jurisdiction | Standard | Parameter | Required value | Unit | |
| |---|---|---|---|---| | |---|---|---|---|---| |
| | CA-BC | NBC 2020 Part 11 | Thermal resistance (opaque wall) | ≥ RSI 3.85 | m²K/W | | | CA-BC | NBC 2020 Part 11 | Thermal resistance (opaque wall) | ≥ RSI 3.85 | m²K/W | |
| | DE | EnEV 2020 | Wärmedurchgangskoeffizient (U-value) | ≤ 0.28 | W/m²K | | | DE | EnEV 2020 | Wärmedurchgangskoeffizient (U-value) | ≤ 0.28 | W/m²K | |
| | SG | SGBC BCA Green Mark | Thermal transmittance (OTTV) | ≤ 45 | W/m² | | | SG | SGBC BCA Green Mark | Thermal transmittance (OTTV) | ≤ 45 | W/m² | |
| | US-VA | ASHRAE 90.1-2022 | Assembly U-factor (climate zone 4A) | ≤ 0.124 | Btu/h·ft²·°F | | | US-VA | ASHRAE 90.1-2022 | Assembly U-factor (climate zone 4A) | ≤ 0.124 | Btu/h·ft²·°F | |
| **Empty state.** At v0.0.1, most tokens have no registered overlays — the overlay structure is defined but unpopulated. The v0.0.3 milestone is planned to deliver the first overlay set: BC RS-1 residential zoning requirements for exterior walls, slabs, and windows. The empty state is displayed explicitly: "No regulatory overlays registered. BC RS-1 in development (v0.0.3)." | **Empty state.** At v0.0.1, most tokens have no registered overlays — the overlay structure is defined but unpopulated. The v0.0.3 milestone is planned to deliver the first overlay set: BC RS-1 residential zoning requirements for exterior walls, slabs, and windows. The empty state is displayed explicitly: "No regulatory overlays registered. BC RS-1 in development (v0.0.3)." |
| **Geometric exclusion fragments.** Where a regulatory requirement has geometric expression — fire compartment boundaries, accessibility clearances, setback envelopes — the overlay row includes an IFC fragment: a solid geometry encoded in IFC that defines the spatial constraint. Geometric exclusion takes unconditional precedence over numeric constraints in the composition rule. | **Geometric exclusion fragments.** Where a regulatory requirement has geometric expression — fire compartment boundaries, accessibility clearances, setback envelopes — the overlay row includes an IFC fragment: a solid geometry encoded in IFC that defines the spatial constraint. Geometric exclusion takes unconditional precedence over numeric constraints in the composition rule. |
| ## Layer 3 — Climate Zone | ## Layer 3 — Climate Zone |
| The Climate Zone layer holds climate-based performance requirements. Like the Regulation layer, it is a table of registered climate zone rows — all zones shown simultaneously, not selected by dropdown. | The Climate Zone layer holds climate-based performance requirements. Like the Regulation layer, it is a table of registered climate zone rows — all zones shown simultaneously, not selected by dropdown. |
| **Why Climate Zone is distinct from Regulation.** Climate zone classifications are physical geography — determined by latitude, altitude, precipitation, and temperature range. Building energy codes frequently reference climate zones as performance multipliers, but the climate zone itself is not a building code. It is a geographic classification that energy codes reference. | **Why Climate Zone is distinct from Regulation.** Climate zone classifications are physical geography — determined by latitude, altitude, precipitation, and temperature range. Building energy codes frequently reference climate zones as performance multipliers, but the climate zone itself is not a building code. It is a geographic classification that energy codes reference. |
| **Climate zone classification systems used:** | **Climate zone classification systems used:** |
| | System | Jurisdiction coverage | Reference standard | | | System | Jurisdiction coverage | Reference standard | |
| |---|---|---| | |---|---|---| |
| | ASHRAE 90.1 climate zones (1A–8) | US, international reference | ASHRAE Standard 90.1-2022 | | | ASHRAE 90.1 climate zones (1A–8) | US, international reference | ASHRAE Standard 90.1-2022 | |
| | National Building Code climate zones | Canada | NBC 2020 Part 11 | | | National Building Code climate zones | Canada | NBC 2020 Part 11 | |
| | EN ISO 52000 energy performance zones | EU member states | EN ISO 52000-1:2017 | | | EN ISO 52000 energy performance zones | EU member states | EN ISO 52000-1:2017 | |
| **Performance parameter table structure:** | **Performance parameter table structure:** |
| | Column | Content | | | Column | Content | |
| |---|---| | |---|---| |
| | Zone ID | Climate zone identifier (e.g., `ASHRAE-5C`, `NBC-Zone-6`) | | | Zone ID | Climate zone identifier (e.g., `ASHRAE-5C`, `NBC-Zone-6`) | |
| | Parameter | Performance property (e.g., "Max U-value exterior wall") | | | Parameter | Performance property (e.g., "Max U-value exterior wall") | |
| | Required value | Threshold value | | | Required value | Threshold value | |
| | Unit | SI or imperial unit | | | Unit | SI or imperial unit | |
| | Source standard | Standard or code edition | | | Source standard | Standard or code edition | |
| | Notes | Qualification or condition | | | Notes | Qualification or condition | |
| **Example rows for `IfcWall` (exterior wall):** | **Example rows for `IfcWall` (exterior wall):** |
| | Zone ID | Parameter | Required value | Unit | Source | | | Zone ID | Parameter | Required value | Unit | Source | |
| |---|---|---|---|---| | |---|---|---|---|---| |
| | ASHRAE-4A | Assembly U-factor (steel-framed wall) | ≤ 0.064 | Btu/h·ft²·°F | ASHRAE 90.1-2022 Table 5.5-4 | | | ASHRAE-4A | Assembly U-factor (steel-framed wall) | ≤ 0.064 | Btu/h·ft²·°F | ASHRAE 90.1-2022 Table 5.5-4 | |
| | ASHRAE-5C | Assembly U-factor (mass wall) | ≤ 0.104 | Btu/h·ft²·°F | ASHRAE 90.1-2022 Table 5.5-5 | | | ASHRAE-5C | Assembly U-factor (mass wall) | ≤ 0.104 | Btu/h·ft²·°F | ASHRAE 90.1-2022 Table 5.5-5 | |
| | NBC-Zone-6 | Effective thermal resistance (above-grade wall) | ≥ RSI 4.91 | m²K/W | NBC 2020 Table | | | NBC-Zone-6 | Effective thermal resistance (above-grade wall) | ≥ RSI 4.91 | m²K/W | NBC 2020 Table | |
| | EN-Dfc | U-value requirement (continental subarctic) | ≤ 0.15 | W/m²K | EN ISO 52000 | | | EN-Dfc | U-value requirement (continental subarctic) | ≤ 0.15 | W/m²K | EN ISO 52000 | |
| ## Composition Rule | ## Composition Rule |
| When Regulation and Climate Zone both specify a numeric constraint on the same performance parameter, the effective requirement is the more restrictive value. | When Regulation and Climate Zone both specify a numeric constraint on the same performance parameter, the effective requirement is the more restrictive value. |
| ``` | ``` |
| effective_value = max(regulation_requirement, climate_zone_requirement) | effective_value = max(regulation_requirement, climate_zone_requirement) |
| ``` | ``` |
| This is a lower-bound composition: both layers express performance minima (higher values are always acceptable; lower values are not). | This is a lower-bound composition: both layers express performance minima (higher values are always acceptable; lower values are not). |
| **Priority stack for Regulation overlays:** | **Priority stack for Regulation overlays:** |
| 1. Municipal (local) — highest authority for land use, zoning, setbacks. | 1. Municipal (local) — highest authority for land use, zoning, setbacks. |
| 2. Provincial/State — structural, fire, energy performance. | 2. Provincial/State — structural, fire, energy performance. |
| 3. Federal — standards for federally regulated facilities. | 3. Federal — standards for federally regulated facilities. |
| 4. Accessibility — ADA, EN 301 549, equivalent national accessibility standards. | 4. Accessibility — ADA, EN 301 549, equivalent national accessibility standards. |
| Where two Regulation overlays at different priority levels conflict on the same parameter, the higher-priority (more local) overlay takes precedence for land-use constraints; the more restrictive value applies for performance parameters. | Where two Regulation overlays at different priority levels conflict on the same parameter, the higher-priority (more local) overlay takes precedence for land-use constraints; the more restrictive value applies for performance parameters. |
| **Geometric exclusion unconditional precedence.** An IFC geometric exclusion fragment in any overlay cannot be overridden by any numeric constraint. If a fire compartment boundary requires a wall to span a specific spatial volume, that geometric requirement applies regardless of whether a numeric thermal performance constraint is more or less restrictive. | **Geometric exclusion unconditional precedence.** An IFC geometric exclusion fragment in any overlay cannot be overridden by any numeric constraint. If a fire compartment boundary requires a wall to span a specific spatial volume, that geometric requirement applies regardless of whether a numeric thermal performance constraint is more or less restrictive. |
| **Fail-open.** When a layer has no registered data for a given element type in the project's jurisdiction and climate zone, the token remains valid. The Specification layer is always present; the Regulation and Climate Zone layers are optional additions. A token with Specification data only serves the element identity and classification function — a valid state for early design phases before jurisdiction is established. | **Fail-open.** When a layer has no registered data for a given element type in the project's jurisdiction and climate zone, the token remains valid. The Specification layer is always present; the Regulation and Climate Zone layers are optional additions. A token with Specification data only serves the element identity and classification function — a valid state for early design phases before jurisdiction is established. |
| ## The Four-Zone CMS Authoring Model | ## The Four-Zone CMS Authoring Model |
| When a new BIM Token is authored, the intended authoring interface (planned for `app-console-bim` at v0.1.x) follows a four-zone model that maps directly to the three token layers plus a publishing workflow zone. | When a new BIM Token is authored, the intended authoring interface (planned for `app-console-bim` at v0.1.x) follows a four-zone model that maps directly to the three token layers plus a publishing workflow zone. |
| **Zone 1 — Specification.** IFC class selector (dropdown against IFC 4.3 entity tree), Uniclass 2015 lookup (type-ahead search), bSDD URI field, plain-language description (max 280 chars), applicable property set selector (multi-select from Pset registry). | **Zone 1 — Specification.** IFC class selector (dropdown against IFC 4.3 entity tree), Uniclass 2015 lookup (type-ahead search), bSDD URI field, plain-language description (max 280 chars), applicable property set selector (multi-select from Pset registry). |
| **Zone 2 — Regulation.** Add-overlay form: jurisdiction selector (ISO 3166-1/2), standard name field, constraint type selector (numeric/geometric/classification/approval), parameter name, required value, unit, IDS file upload, IFC fragment upload (optional), source URI, effective date. Multiple overlays per token. Each overlay is versioned independently. | **Zone 2 — Regulation.** Add-overlay form: jurisdiction selector (ISO 3166-1/2), standard name field, constraint type selector (numeric/geometric/classification/approval), parameter name, required value, unit, IDS file upload, IFC fragment upload (optional), source URI, effective date. Multiple overlays per token. Each overlay is versioned independently. |
| **Zone 3 — Climate Zone.** Add-zone-row form: zone system selector (ASHRAE / NBC / EN ISO 52000), zone identifier, parameter name, required value, unit, source standard reference. Multiple zone rows per token. | **Zone 3 — Climate Zone.** Add-zone-row form: zone system selector (ASHRAE / NBC / EN ISO 52000), zone identifier, parameter name, required value, unit, source standard reference. Multiple zone rows per token. |
| **Zone 4 — Publishing.** Validation summary (IDS file syntax check, IFC fragment geometry check if applicable), preview of token JSON output, approval workflow, commit message field, publish action. | **Zone 4 — Publishing.** Validation summary (IDS file syntax check, IFC fragment geometry check if applicable), preview of token JSON output, approval workflow, commit message field, publish action. |
| At v0.0.1, tokens are authored directly as DTCG JSON files and committed via git. The CMS authoring interface is a planned v0.1.x deliverable. | At v0.0.1, tokens are authored directly as DTCG JSON files and committed via git. The CMS authoring interface is a planned v0.1.x deliverable. |
| ## How This Differs from IFC Property Sets | ## How This Differs from IFC Property Sets |
| An IFC Property Set (`Pset_WallCommon`) is a list of property definitions: property name, data type, unit. It declares what properties an element of a given type may carry. It does not declare what values those properties must have. `Pset_WallCommon` includes `ThermalTransmittance` of type `IfcThermalTransmittanceMeasure`. It does not say that `ThermalTransmittance` must be ≤ 0.28 W/m²K in Germany. That constraint lives in the Regulation layer of the BIM Token. | An IFC Property Set (`Pset_WallCommon`) is a list of property definitions: property name, data type, unit. It declares what properties an element of a given type may carry. It does not declare what values those properties must have. `Pset_WallCommon` includes `ThermalTransmittance` of type `IfcThermalTransmittanceMeasure`. It does not say that `ThermalTransmittance` must be ≤ 0.28 W/m²K in Germany. That constraint lives in the Regulation layer of the BIM Token. |
| The BIM Token Regulation layer consumes the IFC Property Set structure (it references `Pset_WallCommon.ThermalTransmittance` in its constraint rows) but adds the values that the Property Set specification omits: the required value, the jurisdiction for which it applies, and the IDS 1.0 file that formally encodes the constraint in a machine-executable form. | The BIM Token Regulation layer consumes the IFC Property Set structure (it references `Pset_WallCommon.ThermalTransmittance` in its constraint rows) but adds the values that the Property Set specification omits: the required value, the jurisdiction for which it applies, and the IDS 1.0 file that formally encodes the constraint in a machine-executable form. |
| This is the same relationship as between a CSS property specification (declaring that `color` accepts a colour value) and a design token (`--color-primary: #164679`). The property set defines the shape; the token populates the values and adds the constraint hierarchy. | This is the same relationship as between a CSS property specification (declaring that `color` accepts a colour value) and a design token (`--color-primary: #164679`). The property set defines the shape; the token populates the values and adds the constraint hierarchy. |
| ## See Also | ## See Also |
| - [[bim-token-what-it-is]] | - [[bim-token-what-it-is]] |
| - [[building-design-system-bim]] | - [[building-design-system-bim]] |
| - [[city-code-as-composable-geometry]] | - [[city-code-as-composable-geometry]] |
| - [[flat-file-bim-leapfrog]] | - [[flat-file-bim-leapfrog]] |
| - [[open-bim-regulatory-acceptance]] | - [[open-bim-regulatory-acceptance]] |
| ## References | ## References |
| - IFC 4.3 (ISO 16739-1:2024) — buildingSMART International | - IFC 4.3 (ISO 16739-1:2024) — buildingSMART International |
| - Uniclass 2015 — NBS / RIBA Enterprises | - Uniclass 2015 — NBS / RIBA Enterprises |
| - buildingSMART Data Dictionary (bSDD) — buildingSMART International | - buildingSMART Data Dictionary (bSDD) — buildingSMART International |
| - IDS 1.0 (Information Delivery Specification) — buildingSMART International | - IDS 1.0 (Information Delivery Specification) — buildingSMART International |
| - ASHRAE Standard 90.1-2022 — American Society of Heating, Refrigerating and Air-Conditioning Engineers | - ASHRAE Standard 90.1-2022 — American Society of Heating, Refrigerating and Air-Conditioning Engineers |
| - National Building Code of Canada 2020 (NBC 2020) — National Research Council Canada | - National Building Code of Canada 2020 (NBC 2020) — National Research Council Canada |
| - EN ISO 52000-1:2017 — European Committee for Standardization | - EN ISO 52000-1:2017 — European Committee for Standardization |
| --- | --- |
| *Copyright © 2026 Woodfine Capital Projects Inc. Licensed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).* | *Copyright © 2026 Woodfine Capital Projects Inc. Licensed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).* |
| *Woodfine Capital Projects™, Woodfine Management Corp™, PointSav Digital Systems™, Totebox Orchestration™, and Totebox Archive™ are trademarks of Woodfine Capital Projects Inc., used in Canada, the United States, Latin America, and Europe. All other trademarks are the property of their respective owners.* | *Woodfine Capital Projects™, Woodfine Management Corp™, PointSav Digital Systems™, Totebox Orchestration™, and Totebox Archive™ are trademarks of Woodfine Capital Projects Inc., used in Canada, the United States, Latin America, and Europe. All other trademarks are the property of their respective owners.* |