<?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: nt17
Version: 20230920.a
Release date: Thu, 20 Apr 2023 12:22:23 GMT
-->
<xs:schema id="bd-types-ext2" targetNamespace="http://www.nltaxonomie.nl/nt17/bd/20230920.a/dictionary/bd-types-ext2" xmlns:bd-types-ext2="http://www.nltaxonomie.nl/nt17/bd/20230920.a/dictionary/bd-types-ext2" xmlns:nl-types="http://www.nltaxonomie.nl/nt17/sbr/20220301/dictionary/nl-types" 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.nltaxonomie.nl/nt17/sbr/20220301/dictionary/nl-types" schemaLocation="../../../sbr/20220301/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: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:complexType name="nonNegativeInteger4VItemType">
    <xs:simpleContent>
      <xs:restriction base="nl-types:nonNegativeInteger20ItemType">
        <xs:totalDigits value="4" />
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:schema>