<?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/UserAuthenticationMessage-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/UserAuthenticationMessage-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="UserAuthenticationMessageType">
		<xsd:complexContent>
			<xsd:extension base="s:ComplexObjectType">
				<xsd:sequence>
					<xsd:element ref="ecf:SendingMDELocationID"/>
					<xsd:element ref="ecf:SendingMDEProfileCode"/>
					<xsd:element ref="nc:DocumentSubmitter">
						<xsd:annotation>
							<xsd:documentation>Contains the submitting agency ORI number.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="UserAuthenticationMessage" type="UserAuthenticationMessageType">
		<xsd:annotation>
			<xsd:documentation>This message is used by a user to request a Password Hash which can be used in lieu of their Password for a defined period of time.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
</xsd:schema>
