<?xml version="1.0" encoding="utf-8"?>

<!-- This file is part of the Dutch Taxonomy            -->
<!-- Intellectual Property State of the Netherlands     -->
<!-- Version NTP Version 1.1                            -->
<!-- Released by Dutch Taxonomy Project www.xbrl-ntp.nl -->
<!-- Release date Thu Mar  8 11:45:48 GMT 2007   -->
 
<schema targetNamespace="http://www.nltaxonomie.nl/1.1/basis/genbase/gen-types" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:gen-types="http://www.nltaxonomie.nl/1.1/basis/genbase/gen-types" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xbrli="http://www.xbrl.org/2003/instance">
  <annotation>
    <appinfo>
    </appinfo>
  </annotation>
  <import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd"/>
  <complexType name="monetaryNoDecimalsItemType">
    <simpleContent>
      <restriction base="xbrli:monetaryItemType">
        <fractionDigits value="0"/>
      </restriction>
    </simpleContent>
  </complexType>
  <complexType name="nonNegativeMonetaryItemType">
    <simpleContent>
      <restriction base="xbrli:monetaryItemType">
        <minInclusive value="0"/>
      </restriction>
    </simpleContent>
  </complexType>
</schema>
