<?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: 20260218.b
  Release date: Oct, 2025
-->
<xs:schema xmlns:ocw-types="http://www.nltaxonomie.nl/nt20/ocw/20260218.b/dictionary/ocw-types" 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/ocw/20260218.b/dictionary/ocw-types">
  <xs:annotation>
    <xs:appinfo/>
  </xs:annotation>
  <xs:import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd"/>
  <xs:complexType id="ocw-types_authorithyNumberItemType" name="authorithyNumberItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:stringItemType">
        <xs:pattern value="([0-9]{5})"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="ocw-types_authorithyNumberWNTItemType" name="authorithyNumberWNTItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:stringItemType">
        <xs:pattern value="([W]{1}[0-9]{4}|(12828)|20335|(20336)|(20381)|(27224)|(38365)|(40907))"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType id="ocw-types_nonNegativeTwoDecimalItemType" name="nonNegativeTwoDecimalItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:decimalItemType">
        <xs:fractionDigits value="2"/>
        <xs:minInclusive value="0"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType id="ocw-types_settingCodeItemType" name="settingCodeItemType">
    <xs:restriction base="xs:string">
      <xs:length value="4"/>
      <xs:pattern value="[0-9]{2}[a-zA-Z]{2}"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType id="ocw-types_establishmentCodeItemType" name="establishmentCodeItemType">
    <xs:restriction base="xs:string">
      <xs:length value="6"/>
      <xs:pattern value="[0-9]{2}[a-zA-Z]{2}[0-9]{2}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:schema>
