<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- FINRA REGTSubmitterBatch.xsd - 2010-03-01. Please make sure that REGTFilingInclude.xsd is in the same directory as this file. -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:f="http://finra.org/SharedServices/FSF/Forms/REGT" targetNamespace="http://finra.org/SharedServices/FSF/Forms/REGT" elementFormDefault="qualified" attributeFormDefault="qualified">
	<!-- March 23, 2010 -->
	<xs:include schemaLocation="REGTFilingInclude.xsd"/>
	<xs:element name="BatchJob">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="SubmitterJobReferenceID" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Allows submitter to include its own identifier for this job. Maintained and available for searching by FINRA systems, but otherwise unused.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:maxLength value="24"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="RegTFilings">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="RegTFiling" type="f:RegTFilingType" maxOccurs="unbounded"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>