<?xml version="1.0" encoding="utf-8"?>
<!--
  This file is part of the OCW taxonomy, which is an extension on the Dutch taxonomy (NT, Nederlandse Taxonomie) 
  Intellectual Property of the State of the Netherlands, Ministry of Culture, Education and Sciences (OCW, Ministerie van Onderwijs, Cultuur en Wetenschappen)
  Architecture: NT13 
  Version: 20190220.a
  Released by: Dienst Uitvoering Onderwijs (DUO)
  Release date: Mon Aug 27 08:07:52 CET 2018
-->
<xs:schema xmlns:num="http://www.xbrl.org/dtr/type/numeric" xmlns:ocw-types="http://www.nltaxonomie.nl/nt13/ocw/20190220.a/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/nt13/ocw/20190220.a/dictionary/ocw-types">
	<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="ocw-types_string10ANItemType" name="string10ANItemType">
		<xs:simpleContent>
			<xs:restriction base="xbrli:tokenItemType">
				<xs:pattern value="[0-9a-zA-Z]{1,10}"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType id="ocw-types_administrationManagementNumberItemType" name="administrationManagementNumberItemType">
		<xs:simpleContent>
			<xs:restriction base="xbrli:tokenItemType">
				<xs:pattern value="[0-9]{3}"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType id="ocw-types_antoken50VItemType" name="antoken50VItemType">
		<xs:simpleContent>
			<xs:restriction base="xbrli:tokenItemType">
				<xs:minLength value="1"/>
				<xs:maxLength value="50"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType id="ocw-types_antoken100VItemType" name="antoken100VItemType">
		<xs:simpleContent>
			<xs:restriction base="xbrli:tokenItemType">
				<xs:minLength value="1"/>
				<xs:maxLength value="100"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType id="ocw-types_anstring25VItemType" name="anstring25VItemType">
		<xs:simpleContent>
			<xs:restriction base="xbrli:stringItemType">
				<xs:minLength value="1"/>
				<xs:maxLength value="25"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType id="ocw-types_anstring34VItemType" name="anstring34VItemType">
		<xs:simpleContent>
			<xs:restriction base="xbrli:tokenItemType">
				<xs:minLength value="1"/>
				<xs:maxLength value="34"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType id="ocw-types_decimalGt0_025Le2Fd3ItemType" name="decimalGt0_025Le2Fd3ItemType">
		<xs:simpleContent>
			<xs:restriction base="num:percentItemType">
				<xs:minInclusive value="0.025"/>
				<xs:maxInclusive value="2"/>
				<xs:fractionDigits value="3"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType id="ocw-types_percentGt0Le100ItemType" name="percentGt0Le100ItemType">
		<xs:simpleContent>
			<xs:restriction base="num:percentItemType">
				<xs:minExclusive value="0"/>
				<xs:maxInclusive value="1"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType id="ocw-types_percentGe0Le100ItemType" name="percentGe0Le100ItemType">
		<xs:simpleContent>
			<xs:restriction base="num:percentItemType">
				<xs:minInclusive value="0"/>
				<xs:maxInclusive value="1"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType id="ocw-types_legalEntityIdentificationItemType" name="legalEntityIdentificationItemType">
		<xs:simpleContent>
			<xs:restriction base="xbrli:tokenItemType">
				<xs:pattern value="[0-9A-Z]{18}[0-9]{2}"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
	<xs:simpleType id="ocw-types_nonNegativeInteger" name="nonNegativeInteger">
		<xs:restriction base="xs:integer">
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>