<?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: NT13
  Version: 20181212.b
  Release date: Mon Sep 3 09:00:00 2018
-->
<xs:schema xmlns:jenv-types="http://www.nltaxonomie.nl/nt13/jenv/20181212.b/dictionary/jenv-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/jenv/20181212.b/dictionary/jenv-types">
  <xs:import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd"/>
  <xs:complexType id="jenv-types_chamberOfCommerceRegistrationNumberItemType" name="chamberOfCommerceRegistrationNumberItemType">
    <xs:simpleContent>
      <xs:restriction base="xbrli:stringItemType">
        <xs:length value="8"/>
        <xs:pattern value="([1-9][0-9]{7})|([0-9][1-9][0-9]{6})"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:schema>
