<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
  This file is part of the Dutch Taxonomy (Nederlandse Taxonomie; NT)
  Intellectual Property of the State of the Netherlands
  Architecture: NT20
  Version: 20251210
  Release date: October 31, 2025
-->
<xs:schema xmlns:bzk-ww-types="http://www.nltaxonomie.nl/nt20/bzk/20251210/dictionary/bzk-ww-types" xmlns:nl-types="http://www.nltaxonomie.nl/nt20/sbr/20250301/dictionary/nl-types" xmlns:num="http://www.xbrl.org/dtr/type/numeric" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.nltaxonomie.nl/nt20/bzk/20251210/dictionary/bzk-ww-types">
  <xs:import namespace="http://www.nltaxonomie.nl/nt20/sbr/20250301/dictionary/nl-types" schemaLocation="../../../sbr/20250301/dictionary/nl-types.xsd"/>
  <xs:import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd"/>
  <xs:import namespace="http://www.xbrl.org/dtr/type/numeric" schemaLocation="http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd"/>
  <xs:complexType id="bzk-ww-types_gYearRangeItemType" name="gYearRangeItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:gYearItemType">
        <xs:pattern value="([1-2]{1}[0-9]{3})"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="bzk-ww-types_monetary2Decimals20ItemType" name="monetary2Decimals20ItemType">
    <xs:simpleContent>
      <xs:restriction base="nl-types:monetary20ItemType">
        <xs:pattern value="([0-9])*\.[0-9]{2}"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="bzk-ww-types_max1percent6DecimalsItemType" name="max1percent6DecimalsItemType">
    <xs:simpleContent>
      <xs:restriction base="nl-types:percent20ItemType">
		<xs:maxInclusive value="1"/>
		<xs:minInclusive value="-1"/>
		<xs:pattern value="-{0,1}[0-9]{0,14}(\.){0,1}[0-9]{0,6}"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="bzk-ww-types_max1percent4DecimalsItemType" name="max1percent4DecimalsItemType">
    <xs:simpleContent>
      <xs:restriction base="nl-types:percent20ItemType">
		<xs:maxInclusive value="1"/>
		<xs:minInclusive value="-1"/>
		<xs:pattern value="-{0,1}[0-9]{0,16}(\.){0,1}[0-9]{0,4}"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="bzk-ww-types_nonNegative1DecimalItemType" name="nonNegative1DecimalItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:decimalItemType">
        <xs:pattern value="[0-9]*(\.[0-9])?"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="bzk-ww-types_nonNegativeIntegerFourItemType" name="nonNegativeIntegerFourItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:stringItemType">
        <xs:pattern value="[0-9]{4}"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="bzk-ww-types_nonNegativeMax1Percent4DecimalsItemType" name="nonNegativeMax1Percent4DecimalsItemType">
    <xs:simpleContent>
      <xs:restriction base="num:percentItemType">
        <xs:maxInclusive value="1"/>
        <xs:minInclusive value="0"/>
        <xs:pattern value="[0-1]{1}(\.){0,1}[0-9]{0,4}"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="bzk-ww-types_percent4DecimalsItemType" name="percent4DecimalsItemType">
    <xs:simpleContent>
      <xs:restriction base="nl-types:percent20ItemType">
        <xs:pattern value="[0-9]{0,16}(\.){0,1}[0-9]{0,4}"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
    <xs:complexType id="bzk-ww-types_percentFourDecimalsItemType" name="percentFourDecimalsItemType">
    <xs:simpleContent>
      <xs:restriction base="nl-types:percent20ItemType">
        <xs:pattern value="-{0,1}[0-9]{0,16}(\.){0,1}[0-9]{0,4}"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="bzk-ww-types_percentMax1ItemType" name="percentMax1ItemType">
    <xs:simpleContent>
      <xs:restriction base="num:percentItemType">
        <xs:maxInclusive value="1"/>
        <xs:minInclusive value="-1"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="bzk-ww-types_percentGreaterZeroMax7Point5ItemType" name="percentGreaterZeroMax7Point5ItemType">
    <xs:simpleContent>
      <xs:restriction base="nl-types:percent20ItemType">
        <xs:maxInclusive value="0.075"/>
        <xs:minExclusive value="0"/>
        <xs:pattern value="[0-9]{1,1}(\.){0,1}[0-9]{0,6}"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="bzk-ww-types_percent6DecimalsItemType" name="percent6DecimalsItemType">
    <xs:simpleContent>
      <xs:restriction base="nl-types:percent20ItemType">
        <xs:pattern value="-{0,1}[0-9]{0,14}(\.){0,1}[0-9]{0,6}"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:schema>
