<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
	targetNamespace="http://docs.accme.org/schemas/ACCMELearnerReports/v3/"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns:accme="http://docs.accme.org/schemas/ACCMELearnerReports/v3/"
	xmlns:ex="http://docs.accme.org/schemas/ACCMELearnerReportExtension/v3/"
	xmlns:ar="http://ns.medbiq.org/activityreport/v2/"
	elementFormDefault="qualified">

	<xsd:import namespace="http://docs.accme.org/schemas/ACCMELearnerReportExtension/v3/"/>
	<xsd:import namespace="http://ns.medbiq.org/activityreport/v2/"/>

	<xsd:element name="ACCMELearnerReports">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="ar:ActivityReports" maxOccurs="1"/>
			</xsd:sequence>
			<xsd:attribute name="fileStatus" type="xsd:string"/>
			<xsd:attribute name="fileStatusDate" type="xsd:dateTime"/>
			<xsd:attribute name="fileTotalRecords" type="xsd:integer"/>
			<xsd:attribute name="fileTotalRecordsAccepted" type="xsd:integer"/>
			<xsd:attribute name="fileTotalRecordsRejected" type="xsd:integer"/>
			<xsd:attribute name="fileErrorCode" type="xsd:string"/>
			<xsd:attribute name="fileErrorDescription" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
