<?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: 20260916.a
Release date: Mon, 01 Jun 2026 08:57:14 GMT
-->
<xs:schema id="bd-types-ext2" targetNamespace="http://www.nltaxonomie.nl/nt20/bd/20260916.a/dictionary/bd-types-ext2" xmlns:bd-types-ext2="http://www.nltaxonomie.nl/nt20/bd/20260916.a/dictionary/bd-types-ext2" xmlns:xbrli="http://www.xbrl.org/2003/instance" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd" />
  <xs:complexType name="anstring17VItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:tokenItemType">
        <xs:maxLength value="17" />
        <xs:minLength value="1" />
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="anstring2VItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:tokenItemType">
        <xs:maxLength value="2" />
        <xs:minLength value="1" />
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="anstring32VItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:tokenItemType">
        <xs:maxLength value="32" />
        <xs:minLength value="1" />
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="anstring50VItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:tokenItemType">
        <xs:maxLength value="50" />
        <xs:minLength value="1" />
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="monetary4_2ItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:monetaryItemType">
        <xs:pattern value="\d{1,2}[.]\d{2}" />
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="monetary6_2ItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:monetaryItemType">
        <xs:pattern value="(\d|\d{2}|\d{3}|\d{4})[.]\d{2}" />
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:schema>