<?xml version="1.0" encoding="utf-8"?>
<!-- Created with Liquid XML Studio 1.0.8.0 (http://www.liquid-technologies.com) -->
<xs:schema xmlns:ucf="http://www.unifiedcompliance.com/NFI/XSDs" xmlns:xsd="undefined"
  elementFormDefault="qualified" targetNamespace="http://www.unifiedcompliance.com/NFI/XSDs"
  version="1.0" xml:lang="en" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:include schemaLocation="UCF_Common.xsd"/>
  <xs:element name="UCF_Issuers_List" type="ucf:UCF_Issuers_List_Type">
    <xs:annotation>
      <xs:documentation source="http://www.netfrontiers.com/ucf-xml/research-sites-1/the-ucf-issuers-xml-specificat.html" xml:lang="English">See Documentation URL</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:complexType name="UCF_Meta_Data_Type">
    <xs:sequence>
      <xs:element name="UCF_Issuer_Release_Version" type="xs:string">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/common-elements-and-files/the-ucf-meta-data-type-complex.html#UCF_XX_Release_Version">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UCF_Issuer_ID" type="ucf:UCF_ID2_Type">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/common-elements-and-files/the-ucf-meta-data-type-complex.html#UCF_XX_ID">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UCF_Issuer_ID_CheckDigit" type="xs:integer">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/common-elements-and-files/the-ucf-meta-data-type-complex.html#UCF_XX_ID_CheckDigit">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UCF_Issuer_Live_Status" type="xs:integer">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/common-elements-and-files/the-ucf-meta-data-type-complex.html#UCF_XX_Live_Status">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="UCF_Issuer_Deprecated_By" type="xs:string">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/common-elements-and-files/the-ucf-meta-data-type-complex.html#UCF_XX_Deprecated_By">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="UCF_Issuer_Deprecation_Notes" type="xs:string">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/common-elements-and-files/the-ucf-meta-data-type-complex.html#UCF_XX_Deprecation_Notes">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UCF_Issuer_Date_Added" type="xs:date">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/common-elements-and-files/the-ucf-meta-data-type-complex.html#UCF_XX_Date_Added">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UCF_Issuer_Date_Modified" type="xs:date">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/common-elements-and-files/the-ucf-meta-data-type-complex.html#UCF_XX_Date_Modified">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="UCF_Basic_Info_Type">
    <xs:sequence>
      <xs:element name="UCF_Issuer_Category" type="xs:string">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/research-sites-1/the-ucf-issuers-xml-specificat.html#UCF_Issuer_Category">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UCF_Issuer_Document_Type" type="xs:string">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/research-sites-1/the-ucf-issuers-xml-specificat.html#UCF_Issuer_Document_Type">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UCF_Issuer_Language" type="xs:string">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/research-sites-1/the-ucf-issuers-xml-specificat.html#UCF_Issuer_Language">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UCF_Issuer_Name" type="xs:string">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/research-sites-1/the-ucf-issuers-xml-specificat.html#UCF_Issuer_Name">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UCF_Issuer_URL" type="xs:anyURI">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/research-sites-1/the-ucf-issuers-xml-specificat.html#UCF_Issuer_URL">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="UCF_Issuers_List_Type">
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="UCF_Issuer_Item" type="ucf:UCF_Issuer_Item_Type">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/research-sites-1/the-ucf-issuers-xml-specificat.html#UCF_Issuer_Item">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="UCF_Issuer_Item_Type">
    <xs:sequence>
      <xs:element name="UCF_Meta_Data" type="ucf:UCF_Meta_Data_Type">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/common-elements-and-files/the-ucf-meta-data-type-complex.html#UCF_Meta_Data">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UCF_Basic_Info" type="ucf:UCF_Basic_Info_Type">
        <xs:annotation>
          <xs:documentation source="http://www.netfrontiers.com/ucf-xml/research-sites-1/the-ucf-issuers-xml-specificat.html#UCF_Basic_Info">See Documentation URL</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:schema>

