<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) XBRL International.  See http://www.xbrl.org/legal -->
<schema
  targetNamespace="http://www.xbrl.org/int/gl/taf/2005-07-12"
  elementFormDefault="qualified"
  xmlns="http://www.w3.org/2001/XMLSchema"
  xmlns:xbrll="http://www.xbrl.org/2003/linkbase"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:xbrli="http://www.xbrl.org/2003/instance"
  xmlns:gl-taf="http://www.xbrl.org/int/gl/taf/2005-07-12">

  <import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd"/>

  <include schemaLocation="../../taf/gl-taf-2005-07-12.xsd"/>

  <complexType name="originatingDocumentStructureComplexType">
    <complexContent>
      <restriction base="anyType">
        <sequence minOccurs="1">
            <element ref="gl-taf:originatingDocumentType" minOccurs="0"/>
            <element ref="gl-taf:originatingDocumentNumber" minOccurs="0"/>
            <element ref="gl-taf:originatingDocumentDate" minOccurs="0"/>
            <element ref="gl-taf:originatingDocumentIdentifierType" minOccurs="0"/>
            <element ref="gl-taf:originatingDocumentIdentifierCode" minOccurs="0"/>
            <element ref="gl-taf:originatingDocumentIdentifierTaxCode" minOccurs="0"/>
        </sequence>
        <attribute name="id" type="ID"/>
      </restriction>
    </complexContent>
  </complexType>


  <!--                                   -->
  <!-- simpleType without restriction    -->
  <!--        (as-is)                    -->


  <complexType name="tickingFieldItemType">
    <simpleContent>
      <restriction base="xbrli:booleanItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="uniqueConsignmentReferenceItemType">
    <simpleContent>
      <restriction base="xbrli:stringItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="originatingDocumentTypeItemType">
    <simpleContent>
      <restriction base="xbrli:stringItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="originatingDocumentNumberItemType">
    <simpleContent>
      <restriction base="xbrli:stringItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="originatingDocumentDateItemType">
    <simpleContent>
      <restriction base="xbrli:dateItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="originatingDocumentIdentifierCodeItemType">
    <simpleContent>
      <restriction base="xbrli:stringItemType"/>
    </simpleContent>
  </complexType>
  <complexType name="originatingDocumentIdentifierTaxCodeItemType">
    <simpleContent>
      <restriction base="xbrli:stringItemType"/>
    </simpleContent>
  </complexType>
</schema>

