<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="https://www.finra.org/xsd/PostInvestmentAdviserContinuingEducationReport" targetNamespace="https://www.finra.org/xsd/PostInvestmentAdviserContinuingEducationReport">
  <xs:annotation>
    <xs:documentation xml:lang="en">
      ©2023 Financial Industry Regulatory Authority, Inc. (FINRA). All rights reserved.
      Materials may not be reprinted or republished without the express permission of FINRA.
      This document contains FINRA Confidential and Proprietary information.
      FINRA provides this information to member firms only for the firms' internal assessment or use of the FINRA CRD Batch Filing and Data
      Download transfer program.
      Any other use is strictly prohibited by FINRA. FINRA reserves the right to seek all injunctive and equitable relief available to it in
      the event FINRA Confidential
      or Proprietary information is released to a third party by a member firm.
      A firm's use of this document demonstrates its acknowledgement that this document contains FINRA Confidential and Proprietary
      information,
      agreement that the firm will not reprint, republish or otherwise disclose this information to any third party and its agreement that
      FINRA may protect its rights,
      including but not limited to intellectual property rights.
      Version: Release 2023.02 (last updated on 02/10/2023) 
      
      Change History
      12/30/2022 - Changed element type for "individualCRDNumber" to "xs:int". 
      12/30/2022 - Added minOccurs="0" maxOccurs="1" to applicable fields. 
      01/27/2023 - Updated the default namespace for the XSD
      02/10/2023 - Added possible values to "requirementStatusCodeForYearType", "requirementStatusDescForYear", "iaCeStatusCode", and "iaCeStatusDesc".

    </xs:documentation>
  </xs:annotation>
  <xs:element name="PostInvestmentAdviserContinuingEducationReport" type="PostInvestmentAdviserContinuingEducationReportType"/>
  <xs:annotation>
    <xs:documentation>
      Continuing education statuses for investment advisors.
    </xs:documentation>
  </xs:annotation>
  <xs:complexType name="PostInvestmentAdviserContinuingEducationReportType">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element name="Indvl" type="IndvlType"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="IndvlType">
    <xs:sequence>
      <xs:element type="xs:date" name="reportPublishDate" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            The date of this report generation.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:int" name="firmCrdNumber" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            Represents the CRD number of firm.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:int" name="individualCrdNumber" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            The CRD Number of an individual.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:string" name="lastName" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            The last name of an individual.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:string" name="firstName" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            The first name of an individual.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:short" name="ppCreditsCompletedForYear" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            The Products and Practices Credits Completed by an individual for a year.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:short" name="totalCreditsCompletedForYear" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            The Total Credits Completed by an individual for a year.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:string" name="requirementStatusCodeForYear" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            The requirement status code of an individual for a year. 
			As of 01/01/2023 the possible values for "requirementStatusCodeForYear" are "INCOMPLETE", "NOTREQUIRED", and "COMPLETE".
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:string" name="requirementStatusDescForYear" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            The requirement status description of an individual for a year. 
			As of 01/01/2023 the possible values for "requirementStatusDescForYear" are "Incomplete", "Not Required", and "Complete".
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:string" name="eprCreditsCompletedForYear" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            The Ethics and Professional Responsibility (EPR) Credits Completed by an individual for a year.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:string" name="iaCeStatusCode" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            The current Investment Adviser Continuing Education status code associated with an individual. 
			As of 01/01/2023 the possible values for "iaCeStatusCode" are "REQUIRED", "NOTREQUIRED", "SATISFIED", "INACTIVE", "FAILTORENEW" and "TERMED".
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:short" name="iaCeYear" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            Year of Investment Adviser Continuing Education for an individual.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:string" name="iaCeStatusDesc" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
            The current Investment Adviser Continuing Education status description associated with an individual. 
			As of 01/01/2023 the possible values for "iaCeStatusDesc" are "IARCE Required ", "IARCE Not Required", "IARCE Satisfied", "IARCE Inactive", "IARCE Fail to Renew" and "IARCE Termed".
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:schema>
