<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) XBRL International.  See http://www.xbrl.org/legal -->
<schema xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:gl-muc="http://www.xbrl.org/int/gl/muc/2005-07-12" xmlns:gl-cor="http://www.xbrl.org/int/gl/cor/2005-07-12" targetNamespace="http://www.xbrl.org/int/gl/muc/2005-07-12" elementFormDefault="qualified" attributeFormDefault="unqualified">
  <import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd"/>

  <include schemaLocation="../../muc/gl-muc-2005-07-12.xsd"/>

  <complexType name="multicurrencyDetailComplexType" id="gl-muc_multicurrencyDetailComplexType">
    <complexContent>
      <restriction base="anyType">
        <sequence>
            <element ref="gl-muc:amountCurrency" minOccurs="0"/>
            <element ref="gl-muc:amountOriginal" minOccurs="0"/>
            <element ref="gl-muc:amountOriginalCurrency" minOccurs="0"/>
            <element ref="gl-muc:exchangeRate" minOccurs="0"/>
            <element ref="gl-muc:exchangeRateDate" minOccurs="0"/>
            <element ref="gl-muc:exchangeRate2" minOccurs="0"/>
            <element ref="gl-muc:exchangeRate2Date" minOccurs="0"/>
        </sequence>
        <attribute name="id" type="ID"/>
      </restriction>
    </complexContent>
  </complexType>



  <complexType name="amountCurrencyItemType">
    <simpleContent>
      <restriction base="xbrli:QNameItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="amountOriginalItemType">
    <simpleContent>
      <restriction base="xbrli:monetaryItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="amountOriginalCurrencyItemType">
    <simpleContent>
      <restriction base="xbrli:stringItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="defaultCurrencyItemType">
    <simpleContent>
      <restriction base="xbrli:QNameItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="exchangeRateItemType">
    <simpleContent>
      <restriction base="xbrli:pureItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="exchangeRate2ItemType">
    <simpleContent>
      <restriction base="xbrli:pureItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="exchangeRate2DateItemType">
    <simpleContent>
      <restriction base="xbrli:dateTimeItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="exchangeRateDateItemType">
    <simpleContent>
      <restriction base="xbrli:dateTimeItemType"/>
    </simpleContent>
  </complexType>

</schema>

