<?xml version='1.0'?>
<!-- NOTE: this file is autogenerated by Apache XBean -->

<xs:schema elementFormDefault='qualified'
           targetNamespace='http://xbean.apache.org/schemas/classloader'
           xmlns:xs='http://www.w3.org/2001/XMLSchema'
           xmlns:tns='http://xbean.apache.org/schemas/classloader'>

  <!-- element for type: org.apache.xbean.classloader.ThreadContextClassLoaderFactoryBean -->
  <xs:element name='threadContextClassLoader'>
    <xs:annotation>
      <xs:documentation><![CDATA[
        References the ClassLoader of the current thread context
      ]]></xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attribute name='id' type='xs:ID'/>
      <xs:anyAttribute namespace='##other' processContents='lax'/>
    </xs:complexType>
  </xs:element>


</xs:schema>
