<?xml version="1.0" encoding="ISO-8859-1"?>
<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">
	<xs:include schemaLocation="REGTFilingInclude.xsd"/>
	<xs:element name="BatchInstantReport">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="BatchFileMetaInfo" type="f:BatchFileMetaInfoType">
					<xs:annotation>
						<xs:documentation>See the individual elements contained herein for details.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="fileStatus">
					<xs:annotation>
						<xs:documentation>This field will contain the status of the submission file's XSD validation. It will be Valid or Invalid</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:maxLength value="24"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="fileValidationError" minOccurs="0" >
					<xs:annotation>
						<xs:documentation>This field will contain the submission file's XSD validation errors, if there is any.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:maxLength value="255"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="RegTBatchInstantReports" minOccurs="0" maxOccurs="1">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="RegTBatchInstantReport" maxOccurs="unbounded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="FilingFirmCrd" type="f:EmptyPositiveIntegerType">
											<xs:annotation>
												<xs:documentation>This field will contain the filing firm CRD.</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SubmitterFilingReferenceID">
											<xs:annotation>
												<xs:documentation>Submitter's own identifier for this extension request for firm internal tracking purposes. Maintained and may be 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="FINRAFilingID" type="f:EmptyPositiveIntegerType">
											<xs:annotation>
												<xs:documentation>This field will contain the FINRA Filing ID for the extension request.</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FilingStatus">
											<xs:annotation>
												<xs:documentation>This field will contain the filing's status. Draft, Submitted, or Rejected.</xs:documentation>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="24"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="FilingErrors" minOccurs="0" >
											<xs:annotation>
												<xs:documentation>A container for errors if errors exist.</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="FilingError" minOccurs="0"  maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>This fields describe individual error, if exists.</xs:documentation>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:maxLength value="255"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>