<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2017 (x64) (http://www.altova.com) by SczygelskiE (MN SUPREME COURT-INFO TECH DIV) -->
<xsd:schema xmlns="http://www.courts.state.mn.us/UserAuthenticationResponseMessage-4.0" xmlns:i="http://niem.gov/niem/appinfo/2.0" xmlns:s="http://niem.gov/niem/structures/2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:ecf="urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0" targetNamespace="http://www.courts.state.mn.us/UserAuthenticationResponseMessage-4.0" version="4.0">
	<xsd:annotation>
		<xsd:appinfo>
			<i:ConformantIndicator>true</i:ConformantIndicator>
		</xsd:appinfo>
	</xsd:annotation>
	<xsd:import namespace="http://niem.gov/niem/niem-core/2.0" schemaLocation="../constraint/niem/niem-core/2.0/niem-core.xsd"/>
	<xsd:import namespace="http://niem.gov/niem/structures/2.0" schemaLocation="../constraint/niem/structures/2.0/structures.xsd"/>
	<xsd:import namespace="http://niem.gov/niem/appinfo/2.0" schemaLocation="../constraint/niem/appinfo/2.0/appinfo.xsd"/>
	<xsd:import namespace="urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0" schemaLocation="../common/ECF-4.0-CommonTypes.xsd"/>
	<xsd:complexType name="UserAuthenticationResponseMessageType">
		<xsd:complexContent>
			<xsd:extension base="s:ComplexObjectType">
				<xsd:sequence>
					<xsd:element ref="ecf:SendingMDELocationID"/>
					<xsd:element ref="ecf:SendingMDEProfileCode"/>
					<xsd:element ref="ecf:Error"/>
					<xsd:element ref="nc:PersonOtherIdentification" minOccurs="0"/>
					<xsd:element ref="nc:EndDate" minOccurs="0"/>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="UserAuthenticationResponseMessage" type="UserAuthenticationResponseMessageType">
		<xsd:annotation>
			<xsd:documentation>A synchronous response by the FilingReview MDE to authenticate a user and provide a Password Hash which can be used in lieu of their Password until the End Date.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
</xsd:schema>
