<?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://xbrl.iasb.org/int/fr/ifrs/gp/2005-05-15/types" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:ifrs-gp-typ="http://xbrl.iasb.org/int/fr/ifrs/gp/2005-05-15/types" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xbrli="http://www.xbrl.org/2003/instance">
  <import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd"/>
  <complexType name="ModelItemType">
    <simpleContent>
      <restriction base="xbrli:stringItemType">
        <enumeration value="CostModel"/>
        <enumeration value="RevaluationModel"/>
      </restriction>
    </simpleContent>
  </complexType>
  <complexType name="LifeRateItemType">
    <simpleContent>
      <restriction base="xbrli:stringItemType">
        <enumeration value="Life"/>
        <enumeration value="Rate"/>
      </restriction>
    </simpleContent>
  </complexType>
  <complexType name="CostFairValueItemType">
    <simpleContent>
      <restriction base="xbrli:stringItemType">
        <enumeration value="Cost"/>
        <enumeration value="FairValue"/>
      </restriction>
    </simpleContent>
  </complexType>
  <complexType name="RelatedPartyRelationshipTypesItemType">
    <simpleContent>
      <restriction base="xbrli:stringItemType">
        <enumeration value="Parent"/>
        <enumeration value="JointControlOrSignificantInfluence"/>
        <enumeration value="Subsidiary"/>
        <enumeration value="Associate"/>
        <enumeration value="JointVenture"/>
        <enumeration value="KeyManagementPersonnel"/>
        <enumeration value="OtherRelatedParty"/>
      </restriction>
    </simpleContent>
  </complexType>
  <complexType name="PercentItemType">
    <simpleContent>
      <restriction base="xbrli:decimalItemType">
        <minInclusive value="0"/>
        <maxInclusive value="1"/>
      </restriction>
    </simpleContent>
  </complexType>
  <complexType name="SegmentTypeItemType">
    <simpleContent>
      <restriction base="xbrli:stringItemType">
        <enumeration value="Business"/>
        <enumeration value="Geographic"/>
      </restriction>
    </simpleContent>
  </complexType>
</schema>
