<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2010 rel. 2 (http://www.altova.com) by Dean Pass (private) -->
<xs:schema xmlns:mismo="http://mismo.org/schema" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<!--This files is intended to convey the business rules that are placed onto the PRIA Version 2.4.1 document schema. The business rules are defined by restrictions on the current PRIA document schema.-->
	<xs:include schemaLocation="MISMO_SimpleTypes_20050930.xsd"/>
	<xs:include schemaLocation="PRIA_DOCUMENT_v2_4_1.XSD"/>
	<xs:element name="SAT">
		<xs:annotation>
			<xs:documentation> MN UCB "SATISFACTION OF MORTGAGE"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION" type="PRIA_MORTGAGE_CONSIDERATION_Type" minOccurs="0"/>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_Type">
													<xs:sequence>
														<xs:element name="_ASSOCIATED_DOCUMENT" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_ASSOCIATED_DOCUMENT_Type">
																		<xs:sequence/>
																		<xs:attribute name="_InstrumentNumber" use="required">
																			<xs:annotation>
																				<xs:documentation>The instrument number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Instrument Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1" fixed="true"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_CountyOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The county of recordation name of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document County Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_OfficeOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The Office of Recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Office Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_RecordingDate" use="required">
																			<xs:annotation>
																				<xs:documentation>The recordation date of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Recording Date</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMODateTime">
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple associated documents are referenced, this indicates the order in which they should appear in the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StateOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The state of recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document State Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Type" use="required">
																			<xs:annotation>
																				<xs:documentation>The document type of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_RecordableDocumentAssociatedDocumentTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookNumber">
																			<xs:annotation>
																				<xs:documentation>The book number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookTypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the book type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Code">
																			<xs:annotation>
																				<xs:documentation>Document Code of the document referenced  in the subject document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="SAT"/>
																					<xs:enumeration value="NOTICE-NR"/>
																					<xs:enumeration value="NOTICE"/>
																					<xs:enumeration value="MTG"/>
																					<xs:enumeration value="MOD"/>
																					<xs:enumeration value="RCPTWVR"/>
																					<xs:enumeration value="OTHER LIEN"/>
																					<xs:enumeration value="DEED"/>
																					<xs:enumeration value="CREV"/>
																					<xs:enumeration value="ASSG"/>
																					<xs:enumeration value="APOA"/>
																					<xs:enumeration value="AFFD-NR"/>
																					<xs:enumeration value="AFFD"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Number">
																			<xs:annotation>
																				<xs:documentation>The document number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PageNumber">
																			<xs:annotation>
																				<xs:documentation>The page number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Page Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_TypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the document type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="Affidavit"/>
																					<xs:enumeration value="Appointment/PowerOfAttorney"/>
																					<xs:enumeration value="Cancellation/Revocation"/>
																					<xs:enumeration value="Other Lien"/>
																					<xs:enumeration value="Receipt and Waiver of Mechanics Lien Rights"/>
																					<xs:enumeration value="Modification"/>
																					<xs:enumeration value="Notice"/>
																					<xs:enumeration value="Release"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Other">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="SAT">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" use="required" fixed="Release">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="NOTICE-NR">
		<xs:annotation>
			<xs:documentation> MN UCB "NOTICE"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION" type="PRIA_MORTGAGE_CONSIDERATION_Type" minOccurs="0"/>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" type="PRIA_RECORDABLE_DOCUMENT_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Other">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="NOTICE-NR">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required" fixed="N">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" use="required" fixed="Notice">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="NOTICE">
		<xs:annotation>
			<xs:documentation> MN UCB "NOTICE"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION" type="PRIA_MORTGAGE_CONSIDERATION_Type" minOccurs="0"/>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_Type">
													<xs:sequence>
														<xs:element name="_ASSOCIATED_DOCUMENT" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_ASSOCIATED_DOCUMENT_Type">
																		<xs:sequence/>
																		<xs:attribute name="_InstrumentNumber" use="required">
																			<xs:annotation>
																				<xs:documentation>The instrument number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Instrument Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1" fixed="true"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_CountyOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The county of recordation name of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document County Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_OfficeOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The Office of Recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Office Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_RecordingDate" use="required">
																			<xs:annotation>
																				<xs:documentation>The recordation date of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Recording Date</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMODateTime">
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple associated documents are referenced, this indicates the order in which they should appear in the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StateOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The state of recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document State Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Type" use="required">
																			<xs:annotation>
																				<xs:documentation>The document type of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_RecordableDocumentAssociatedDocumentTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookNumber">
																			<xs:annotation>
																				<xs:documentation>The book number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookTypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the book type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Code">
																			<xs:annotation>
																				<xs:documentation>Document Code of the document referenced  in the subject document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="SAT"/>
																					<xs:enumeration value="NOTICE-NR"/>
																					<xs:enumeration value="NOTICE"/>
																					<xs:enumeration value="MTG"/>
																					<xs:enumeration value="MOD"/>
																					<xs:enumeration value="RCPTWVR"/>
																					<xs:enumeration value="OTHER LIEN"/>
																					<xs:enumeration value="DEED"/>
																					<xs:enumeration value="CREV"/>
																					<xs:enumeration value="ASSG"/>
																					<xs:enumeration value="APOA"/>
																					<xs:enumeration value="AFFD-NR"/>
																					<xs:enumeration value="AFFD"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Number">
																			<xs:annotation>
																				<xs:documentation>The document number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PageNumber">
																			<xs:annotation>
																				<xs:documentation>The page number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Page Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_TypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the document type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="Affidavit"/>
																					<xs:enumeration value="Appointment/PowerOfAttorney"/>
																					<xs:enumeration value="Cancellation/Revocation"/>
																					<xs:enumeration value="Other Lien"/>
																					<xs:enumeration value="Receipt and Waiver of Mechanics Lien Rights"/>
																					<xs:enumeration value="Modification"/>
																					<xs:enumeration value="Notice"/>
																					<xs:enumeration value="Release"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Other">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="NOTICE">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required" fixed="N">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" use="required" fixed="Notice">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="MTG">
		<xs:annotation>
			<xs:documentation> MN UCB "MORTGAGE"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_MORTGAGE_CONSIDERATION_Type">
													<xs:sequence/>
													<xs:attribute name="OriginalLoanAmount" type="PRIA_MISMOMoney" use="required">
														<xs:annotation>
															<xs:documentation>Amount of the Mortgage as stated on the original note</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Money</mismo:DATATYPE>
																<mismo:CONTEXT>Mortgage Terms, Original Loan</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Original Loan Amount</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" type="PRIA_RECORDABLE_DOCUMENT_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES" minOccurs="0">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" type="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated" use="required">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Mortgage">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="MTG">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" type="xs:string">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="MOD">
		<xs:annotation>
			<xs:documentation> MN UCB "MODIFICATION"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" type="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION" type="PRIA_MORTGAGE_CONSIDERATION_Type" minOccurs="0"/>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_Type">
													<xs:sequence>
														<xs:element name="_ASSOCIATED_DOCUMENT" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_ASSOCIATED_DOCUMENT_Type">
																		<xs:sequence/>
																		<xs:attribute name="_InstrumentNumber" use="required">
																			<xs:annotation>
																				<xs:documentation>The instrument number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Instrument Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1" fixed="true"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_CountyOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The county of recordation name of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document County Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_OfficeOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The Office of Recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Office Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_RecordingDate" use="required">
																			<xs:annotation>
																				<xs:documentation>The recordation date of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Recording Date</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMODateTime">
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple associated documents are referenced, this indicates the order in which they should appear in the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StateOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The state of recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document State Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Type" use="required">
																			<xs:annotation>
																				<xs:documentation>The document type of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_RecordableDocumentAssociatedDocumentTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookNumber">
																			<xs:annotation>
																				<xs:documentation>The book number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookTypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the book type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Code">
																			<xs:annotation>
																				<xs:documentation>Document Code of the document referenced  in the subject document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="SAT"/>
																					<xs:enumeration value="NOTICE-NR"/>
																					<xs:enumeration value="NOTICE"/>
																					<xs:enumeration value="MTG"/>
																					<xs:enumeration value="MOD"/>
																					<xs:enumeration value="RCPTWVR"/>
																					<xs:enumeration value="OTHER LIEN"/>
																					<xs:enumeration value="DEED"/>
																					<xs:enumeration value="CREV"/>
																					<xs:enumeration value="ASSG"/>
																					<xs:enumeration value="APOA"/>
																					<xs:enumeration value="AFFD-NR"/>
																					<xs:enumeration value="AFFD"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Number">
																			<xs:annotation>
																				<xs:documentation>The document number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PageNumber">
																			<xs:annotation>
																				<xs:documentation>The page number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Page Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_TypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the document type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="Affidavit"/>
																					<xs:enumeration value="Appointment/PowerOfAttorney"/>
																					<xs:enumeration value="Cancellation/Revocation"/>
																					<xs:enumeration value="Other Lien"/>
																					<xs:enumeration value="Receipt and Waiver of Mechanics Lien Rights"/>
																					<xs:enumeration value="Modification"/>
																					<xs:enumeration value="Notice"/>
																					<xs:enumeration value="Release"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Other">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="MOD">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required" fixed="N">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" use="required" fixed="Modification">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="RCPTWVR">
		<xs:annotation>
			<xs:documentation> MN UCB "LIEN AND ENCUMBRANCE"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION" type="PRIA_MORTGAGE_CONSIDERATION_Type" minOccurs="0"/>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" type="PRIA_RECORDABLE_DOCUMENT_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Other">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="RCPTWVR">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" use="required" fixed="LIEN AND ENCUMBERANCE">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="OTHER-LIENS">
		<xs:annotation>
			<xs:documentation> MN UCB "LIEN"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_MORTGAGE_CONSIDERATION_Type">
													<xs:sequence/>
													<xs:attribute name="OriginalLoanAmount" type="PRIA_MISMOMoney" use="required">
														<xs:annotation>
															<xs:documentation>Amount of the Mortgage as stated on the original note</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Money</mismo:DATATYPE>
																<mismo:CONTEXT>Mortgage Terms, Original Loan</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Original Loan Amount</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" type="PRIA_RECORDABLE_DOCUMENT_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Other">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="OTHER LIENS">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" use="required" fixed="Lien">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="DEED">
		<xs:annotation>
			<xs:documentation> MN UCB "DEED"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION" type="PRIA_MORTGAGE_CONSIDERATION_Type" minOccurs="0"/>
									<xs:element name="CONSIDERATION" maxOccurs="2">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_CONSIDERATION_Type">
													<xs:sequence/>
													<xs:attribute name="_ID" type="xs:ID"/>
													<xs:attribute name="_Amount" use="required">
														<xs:annotation>
															<xs:documentation>Amount of the consideration</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Money</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Consideration Amount</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOMoney">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple forms of consideration are included, this indicates the order in which they should be listed</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Consideration Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_Type" type="PRIA_ConsiderationTypeEnumerated" use="required">
														<xs:annotation>
															<xs:documentation>Description of the consideration or money amount of the document.  (Not necessarily the mortgage amount)</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Consideration Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_TypeOtherDescription" use="optional">
														<xs:annotation>
															<xs:documentation>A description of a CONSIDERATION type not included in the enumerated list</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Consideration Type Other Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:enumeration value="Deed Tax Due"/>
																<xs:enumeration value="Exempt Deed Tax"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="RECORDABLE_DOCUMENT" type="PRIA_RECORDABLE_DOCUMENT_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Deed">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="DEED">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" type="xs:string">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="CREV">
		<xs:annotation>
			<xs:documentation> MN UCB "CANCELATION\REVOCATION"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION" type="PRIA_MORTGAGE_CONSIDERATION_Type" minOccurs="0"/>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_Type">
													<xs:sequence>
														<xs:element name="_ASSOCIATED_DOCUMENT" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_ASSOCIATED_DOCUMENT_Type">
																		<xs:sequence/>
																		<xs:attribute name="_InstrumentNumber" use="required">
																			<xs:annotation>
																				<xs:documentation>The instrument number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Instrument Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1" fixed="true"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_CountyOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The county of recordation name of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document County Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_OfficeOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The Office of Recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Office Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_RecordingDate" use="required">
																			<xs:annotation>
																				<xs:documentation>The recordation date of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Recording Date</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMODateTime">
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple associated documents are referenced, this indicates the order in which they should appear in the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StateOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The state of recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document State Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Type" use="required">
																			<xs:annotation>
																				<xs:documentation>The document type of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_RecordableDocumentAssociatedDocumentTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookNumber">
																			<xs:annotation>
																				<xs:documentation>The book number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookTypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the book type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Code">
																			<xs:annotation>
																				<xs:documentation>Document Code of the document referenced  in the subject document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="SAT"/>
																					<xs:enumeration value="NOTICE-NR"/>
																					<xs:enumeration value="NOTICE"/>
																					<xs:enumeration value="MTG"/>
																					<xs:enumeration value="MOD"/>
																					<xs:enumeration value="RCPTWVR"/>
																					<xs:enumeration value="OTHER LIEN"/>
																					<xs:enumeration value="DEED"/>
																					<xs:enumeration value="CREV"/>
																					<xs:enumeration value="ASSG"/>
																					<xs:enumeration value="APOA"/>
																					<xs:enumeration value="AFFD-NR"/>
																					<xs:enumeration value="AFFD"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Number">
																			<xs:annotation>
																				<xs:documentation>The document number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PageNumber">
																			<xs:annotation>
																				<xs:documentation>The page number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Page Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_TypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the document type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="Affidavit"/>
																					<xs:enumeration value="Appointment/PowerOfAttorney"/>
																					<xs:enumeration value="Cancellation/Revocation"/>
																					<xs:enumeration value="Other Lien"/>
																					<xs:enumeration value="Receipt and Waiver of Mechanics Lien Rights"/>
																					<xs:enumeration value="Modification"/>
																					<xs:enumeration value="Notice"/>
																					<xs:enumeration value="Release"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Other">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="CREV">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required" fixed="N">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" use="required" fixed="Cancelation\Revocation">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="ASSG">
		<xs:annotation>
			<xs:documentation> MN UCB "ASSIGNMENT"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION" type="PRIA_MORTGAGE_CONSIDERATION_Type" minOccurs="0"/>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_Type">
													<xs:sequence>
														<xs:element name="_ASSOCIATED_DOCUMENT" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_ASSOCIATED_DOCUMENT_Type">
																		<xs:sequence/>
																		<xs:attribute name="_InstrumentNumber" use="required">
																			<xs:annotation>
																				<xs:documentation>The instrument number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Instrument Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1" fixed="true"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_CountyOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The county of recordation name of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document County Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_OfficeOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The Office of Recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Office Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_RecordingDate" use="required">
																			<xs:annotation>
																				<xs:documentation>The recordation date of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Recording Date</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMODateTime">
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple associated documents are referenced, this indicates the order in which they should appear in the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StateOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The state of recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document State Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Type" use="required">
																			<xs:annotation>
																				<xs:documentation>The document type of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_RecordableDocumentAssociatedDocumentTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookNumber">
																			<xs:annotation>
																				<xs:documentation>The book number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookTypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the book type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Code">
																			<xs:annotation>
																				<xs:documentation>Document Code of the document referenced  in the subject document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="SAT"/>
																					<xs:enumeration value="NOTICE-NR"/>
																					<xs:enumeration value="NOTICE"/>
																					<xs:enumeration value="MTG"/>
																					<xs:enumeration value="MOD"/>
																					<xs:enumeration value="RCPTWVR"/>
																					<xs:enumeration value="OTHER LIEN"/>
																					<xs:enumeration value="DEED"/>
																					<xs:enumeration value="CREV"/>
																					<xs:enumeration value="ASSG"/>
																					<xs:enumeration value="APOA"/>
																					<xs:enumeration value="AFFD-NR"/>
																					<xs:enumeration value="AFFD"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Number">
																			<xs:annotation>
																				<xs:documentation>The document number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PageNumber">
																			<xs:annotation>
																				<xs:documentation>The page number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Page Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_TypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the document type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="Affidavit"/>
																					<xs:enumeration value="Appointment/PowerOfAttorney"/>
																					<xs:enumeration value="Cancellation/Revocation"/>
																					<xs:enumeration value="Other Lien"/>
																					<xs:enumeration value="Receipt and Waiver of Mechanics Lien Rights"/>
																					<xs:enumeration value="Modification"/>
																					<xs:enumeration value="Notice"/>
																					<xs:enumeration value="Release"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Assignment">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="ASSG">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" type="xs:string">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="APOA">
		<xs:annotation>
			<xs:documentation> MN UCB "APPOINTMENT/POWEROFATTORNEY"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION" type="PRIA_MORTGAGE_CONSIDERATION_Type" minOccurs="0"/>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" type="PRIA_RECORDABLE_DOCUMENT_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Other">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="APOA">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required" fixed="N">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" use="required" fixed="Appointment/PowerOfAttorney">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="AFFD-NR">
		<xs:annotation>
			<xs:documentation> MN UCB "AFFIDAVIT"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION" type="PRIA_MORTGAGE_CONSIDERATION_Type" minOccurs="0"/>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" type="PRIA_RECORDABLE_DOCUMENT_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Other">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated">
											<xs:minLength value="1" fixed="true"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="AFFD-NR">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required" fixed="N">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" use="required" fixed="Affidavit">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1" fixed="true"/>
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="AFFD">
		<xs:annotation>
			<xs:documentation> MN UCB "AFFIDAVIT"</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PRIA_DOCUMENT">
					<xs:complexType>
						<xs:complexContent>
							<xs:restriction base="PRIA_DOCUMENT_Type">
								<xs:sequence>
									<xs:element name="GRANTOR" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTOR_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTOR_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTOR ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTOR</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantor Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTOR's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTOR</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantor Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="GRANTEE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_GRANTEE_Type">
													<xs:sequence>
														<xs:element name="_ALIAS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_GRANTEE_ALIAS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_FirstName">
																			<xs:annotation>
																				<xs:documentation>Alternate first name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias First Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_MiddleName">
																			<xs:annotation>
																				<xs:documentation>Alternate middle name (or initial) of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Middle Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_LastName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate last name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Last Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple GRANTEE ALIAS's are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="AliasType" use="required">
																			<xs:annotation>
																				<xs:documentation>A description of the type of ALIAS</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Alias Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_AliasTypeEnumerated">
																					<xs:pattern value=""/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>Alternate unparsed name of the GRANTEE</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Grantee Alias Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
													<xs:attribute name="NonPersonEntityIndicator" use="required">
														<xs:annotation>
															<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMOIndicatorType">
																<xs:enumeration value="Y"/>
																<xs:enumeration value="N"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple GRANTEE's are included this indicates the order in which they should appear on the document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_FirstName">
														<xs:annotation>
															<xs:documentation>The first name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee First Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_MiddleName">
														<xs:annotation>
															<xs:documentation>The middle name (or initial) of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Middle Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_LastName" use="required">
														<xs:annotation>
															<xs:documentation>The last name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Last Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
													<xs:attribute name="_UnparsedName" use="required">
														<xs:annotation>
															<xs:documentation>The unparsed name of the GRANTEE</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Grantee Unparsed Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PROPERTY" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PROPERTY_Type">
													<xs:sequence>
														<xs:element name="_IDENTIFICATION">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_IDENTIFICATION_Type">
																		<xs:sequence/>
																		<xs:attribute name="CountyFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the county. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Pricing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>County FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="StateFIPSCode" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Code identifying the state. (Designator Code based on Federal Information Processing Standard Publication 6-4)</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Property_Identification, Property</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Secondary Delivery</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>State FIPS Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="PARSED_STREET_ADDRESS" type="PRIA_PARSED_STREET_ADDRESS_Type" minOccurs="0"/>
														<xs:element name="_LEGAL_DESCRIPTION" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PROPERTY_LEGAL_DESCRIPTION_Type">
																		<xs:sequence>
																			<xs:element name="PARCEL_IDENTIFICATION">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PARCEL_IDENTIFICATION_Type">
																							<xs:sequence/>
																							<xs:attribute name="_Type" type="PRIA_ParcelIdentificationTypeEnumerated" use="required">
																								<xs:annotation>
																									<xs:documentation>Specifies other parcel identification types besides Assessors Parcel identifiers that are used by taxing authorities or others to identify a parcel of property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="_Identifier" use="required">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to hold the actual identification value of the type specified by Parcel Identification Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Parcel Identification</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Parcel Identification Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="PLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_PLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_BuildingIdentifier">
																								<xs:annotation>
																									<xs:documentation>The building number used to identify a building within a legal description. This may contain letters as well as digits.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Building Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatCodeIdentifier">
																								<xs:annotation>
																									<xs:documentation>The plat code value used to identify a property in the legal description of that property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Code Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_PlatInstrumentIdentifier">
																								<xs:annotation>
																									<xs:documentation>The identifier of the instrument used in uniquely identifying the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Plat Instrument Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_Type" use="required">
																								<xs:annotation>
																									<xs:documentation>This indicates what type of platted land is being described.  While similar, it can be different from type of ownership.</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_PlattedLandTypeEnumerated">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_TypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>The description of the type of platting used when Other is selected from the enumerated list</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_UnitNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>The unit number used to identify a condominium or other unit within a project in the legal description of the property.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Platted Land Unit Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyLotIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Lot number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Lot Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyBlockIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal description block number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Block Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTractIdentifier">
																								<xs:annotation>
																									<xs:documentation>A tract identifier used to legally identify a property. This identifier may be different than the census tract identifier.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Property</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Tract Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PlatName">
																								<xs:annotation>
																									<xs:documentation>The name used to identify the plat in the propertys legal description.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Plat Name</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="UNPLATTED_LAND" minOccurs="0">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_UNPLATTED_LAND_Type">
																							<xs:sequence/>
																							<xs:attribute name="_AbstractNumberIdentifier">
																								<xs:annotation>
																									<xs:documentation>An Identifier, usually a number, for an abstract document which describes a parcel of land.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Abstract Number Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_QuarterSectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>The quarter sections in which the property is located based on Government Survey system. Up to four quarter or half sections may be used to describe or locate the property (e.g. NE of the SE).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Quarter Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_SequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>If more than one platted land legal description is used this indicates which order they should appear on the document</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Uplatted Land Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionType" use="required">
																								<xs:annotation>
																									<xs:documentation>The type of land description system used for unplatted lands, either Government Survey, or metes and bounds, or other (e.g. land grants).</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="PRIA_UnplattedLandDescriptionTypeEnumerated"/>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="_DescriptionTypeOtherDescription">
																								<xs:annotation>
																									<xs:documentation>A free-form text field used to describe the type of land description system used for unplatted lands if Other is selected as the Unplatted Land Description Type.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Unplatted Land Description Type Other Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyRangeIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It's measured East and West in columns. Commonly used in a grid along with Township and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Range Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertySectionIdentifier">
																								<xs:annotation>
																									<xs:documentation>Legal Description Section number of property being financed.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Platted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Servicing Transfer</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Section Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																							<xs:attribute name="PropertyTownshipIdentifier">
																								<xs:annotation>
																									<xs:documentation>A piece of land measuring 6 miles by 6 miles. It is measured North and South in rows. Commonly used in a grid along with Range and Section to describe an area of land at the county level.</xs:documentation>
																									<xs:appinfo>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT>Unplatted Land</mismo:CONTEXT>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Property Township Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:minLength value="1"/>
																										<xs:pattern value="\S"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_Type" type="PRIA_PropertyLegalDescriptionTypeEnumerated" use="required" fixed="ShortLegal">
																			<xs:annotation>
																				<xs:documentation>Specifies the type of legal description of the property</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Property Legal Description</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>AUS</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Property Legal Description Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PARTIES">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_PARTIES_Type">
													<xs:sequence>
														<xs:element name="_RETURN_TO_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_RETURN_TO_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the party to whom the recorded document is to be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address to which the recorded document should be returned.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address to which the recorded document should be returned is located. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address to which the recorded document should be returned is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Recordable Document Return To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Return To Parties are included this indicates the order in which they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Return To Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_PREPARED_BY_PARTY" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_PARTIES_PREPARED_BY_PARTY_Type">
																		<xs:sequence>
																			<xs:element name="PREFERRED_RESPONSE" type="PRIA_PREFERRED_RESPONSE_Type" minOccurs="0" maxOccurs="unbounded"/>
																			<xs:element name="NON_PERSON_ENTITY_DETAIL" type="PRIA_NON_PERSON_ENTITY_DETAIL_Type"/>
																			<xs:element name="CONTACT_DETAIL" type="PRIA_CONTACT_DETAIL_Type"/>
																		</xs:sequence>
																		<xs:attribute name="_UnparsedName" use="required">
																			<xs:annotation>
																				<xs:documentation>The unparsed name of the individual who is the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Unparsed Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress" use="required">
																			<xs:annotation>
																				<xs:documentation>The street address of the preparer of the recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StreetAddress2" type="xs:string" use="optional">
																			<xs:annotation>
																				<xs:documentation>The second line of the street address of the preparer of the recordable document (if needed).</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Street Address 2</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_City" use="required">
																			<xs:annotation>
																				<xs:documentation>The city in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By City</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_State" use="required">
																			<xs:annotation>
																				<xs:documentation>The state in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By State</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PostalCode" use="required">
																			<xs:annotation>
																				<xs:documentation>The postal code (zip code in US) of the address of the preparer of the recorded document. Zip code may be either 5 or 9 digits.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Postal Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="5"/>
																					<xs:maxLength value="9"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Country" use="required">
																			<xs:annotation>
																				<xs:documentation>The country in which the address of the preparer of the recordable document is located.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Prepared By</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Country</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="NonPersonEntityIndicator" use="required">
																			<xs:annotation>
																				<xs:documentation>When true, indicates that the party is a non person entity.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Boolean</mismo:DATATYPE>
																					<mismo:CONTEXT>Beneficiary, Borrower, Closing Agent, Investor, Lender, Loss Payee, Mortgage Broker, Payee, Assign To, Assign From, Seller, Trustee, Servicer, Escrow Paid To</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Application</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Non Person Entity Indicator</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMOIndicatorType">
																					<xs:enumeration value="Y"/>
																					<xs:enumeration value="N"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple Prepared By individuals are included, this indicated the order they should appear on the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Prepared By Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="TAXABLE_PARTY" type="PRIA_TAXABLE_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="BILL_TO_PARTY" type="PRIA_BILL_TO_PARTY_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="WITNESS" type="PRIA_WITNESS_Type" minOccurs="0" maxOccurs="unbounded"/>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EXECUTION">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EXECUTION_Type">
													<xs:sequence/>
													<xs:attribute name="_Date" use="required">
														<xs:annotation>
															<xs:documentation>The date documents were signed (executed).</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT>Execution</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Execution Date</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="PRIA_MISMODateTime">
																<xs:pattern value="\S"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="MORTGAGE_CONSIDERATION" type="PRIA_MORTGAGE_CONSIDERATION_Type" minOccurs="0"/>
									<xs:element name="CONSIDERATION" type="PRIA_CONSIDERATION_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDABLE_DOCUMENT" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_Type">
													<xs:sequence>
														<xs:element name="_ASSOCIATED_DOCUMENT" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDABLE_DOCUMENT_ASSOCIATED_DOCUMENT_Type">
																		<xs:sequence/>
																		<xs:attribute name="_InstrumentNumber" use="required">
																			<xs:annotation>
																				<xs:documentation>The instrument number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Instrument Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1" fixed="true"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_CountyOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The county of recordation name of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document County Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_OfficeOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The Office of Recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Office Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_RecordingDate" use="required">
																			<xs:annotation>
																				<xs:documentation>The recordation date of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Recording Date</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_MISMODateTime">
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple associated documents are referenced, this indicates the order in which they should appear in the document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_StateOfRecordationName" use="required">
																			<xs:annotation>
																				<xs:documentation>The state of recordation of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document State Of Recordation Name</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Type" use="required">
																			<xs:annotation>
																				<xs:documentation>The document type of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="PRIA_RecordableDocumentAssociatedDocumentTypeEnumerated"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookNumber">
																			<xs:annotation>
																				<xs:documentation>The book number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_BookTypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the book type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Book Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Code">
																			<xs:annotation>
																				<xs:documentation>Document Code of the document referenced  in the subject document</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Code</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="SAT"/>
																					<xs:enumeration value="NOTICE-NR"/>
																					<xs:enumeration value="NOTICE"/>
																					<xs:enumeration value="MTG"/>
																					<xs:enumeration value="MOD"/>
																					<xs:enumeration value="RCPTWVR"/>
																					<xs:enumeration value="OTHER LIEN"/>
																					<xs:enumeration value="DEED"/>
																					<xs:enumeration value="CREV"/>
																					<xs:enumeration value="ASSG"/>
																					<xs:enumeration value="APOA"/>
																					<xs:enumeration value="AFFD-NR"/>
																					<xs:enumeration value="AFFD"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_Number">
																			<xs:annotation>
																				<xs:documentation>The document number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_PageNumber">
																			<xs:annotation>
																				<xs:documentation>The page number identifier of the associated document referenced in the subject recordable document.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Page Number</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:pattern value="\S"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="_TypeOtherDescription">
																			<xs:annotation>
																				<xs:documentation>The description of the document type of the associated document referenced in the subject recordable document when Other is selected as the enumerated value.</xs:documentation>
																				<xs:appinfo>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT>Associated Document</mismo:CONTEXT>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recordable Document Associated Document Type Other Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:enumeration value="Affidavit"/>
																					<xs:enumeration value="Appointment/PowerOfAttorney"/>
																					<xs:enumeration value="Cancellation/Revocation"/>
																					<xs:enumeration value="Other Lien"/>
																					<xs:enumeration value="Receipt and Waiver of Mechanics Lien Rights"/>
																					<xs:enumeration value="Modification"/>
																					<xs:enumeration value="Notice"/>
																					<xs:enumeration value="Release"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
													</xs:sequence>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="SIGNATORY" type="MISMO_SIGNATURE_TYPE" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="NOTARY" type="PRIA_NOTARY_Type" minOccurs="0" maxOccurs="unbounded"/>
									<xs:element name="RECORDING_ENDORSEMENT" minOccurs="0">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_Type">
													<xs:sequence>
														<xs:element name="_VOLUME_PAGE" type="PRIA_VOLUME_PAGE_Type" minOccurs="0" maxOccurs="unbounded"/>
														<xs:element name="_FEES">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_Type">
																		<xs:sequence>
																			<xs:element name="_RECORDING_FEE" maxOccurs="unbounded">
																				<xs:complexType>
																					<xs:complexContent>
																						<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_FEES_RECORDING_FEE_Type">
																							<xs:sequence/>
																							<xs:attribute name="RecordingEndorsementFeeAmount" type="PRIA_MISMOMoney" use="required">
																								<xs:annotation>
																									<xs:documentation>The amount of a fee required for recording a document.  Multiple fees could be required for a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>Money</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Amount</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeDescription" type="xs:string" use="required">
																								<xs:annotation>
																									<xs:documentation>Description of an individual fee required for recording a dcoument.  This could include document recording fees, mortgage taxes, various conveyance taxes, etc.   (Depending on state laws and local ordinances there may not be a direct relationship between Recording Fee and RESPA Fees.)</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Description</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																							</xs:attribute>
																							<xs:attribute name="RecordingEndorsementFeeSequenceIdentifier" use="required">
																								<xs:annotation>
																									<xs:documentation>When multiple fees are assessed, this indicates the order in which they should appear</xs:documentation>
																									<xs:appinfo>
																										<mismo:HISTORY>
																											<mismo:ADD version="2.4">PRIA</mismo:ADD>
																										</mismo:HISTORY>
																										<mismo:DATATYPE>String</mismo:DATATYPE>
																										<mismo:CONTEXT/>
																										<mismo:PROCESSES>
																											<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																										</mismo:PROCESSES>
																										<mismo:LDD_NAME>Recording Endorsement Fee Sequence Identifier</mismo:LDD_NAME>
																									</xs:appinfo>
																								</xs:annotation>
																								<xs:simpleType>
																									<xs:restriction base="xs:string">
																										<xs:pattern value="\p{N}"/>
																									</xs:restriction>
																								</xs:simpleType>
																							</xs:attribute>
																						</xs:restriction>
																					</xs:complexContent>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="_TotalAmount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>The total amount of all fees required to be remitted to the county recorder for recording a single document.  (Depending on state laws and local ordinances there may not be a direct relationship between Recording Endorsement Fees and RESPA Fees.)</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Fees Total Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_EXEMPTIONS" minOccurs="0" maxOccurs="unbounded">
															<xs:complexType>
																<xs:complexContent>
																	<xs:restriction base="PRIA_RECORDING_ENDORSEMENT_EXEMPTIONS_Type">
																		<xs:sequence/>
																		<xs:attribute name="_Amount" type="PRIA_MISMOMoney" use="required">
																			<xs:annotation>
																				<xs:documentation>Amount of Exemption from recording fees</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>Money</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Amount</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_Description" type="xs:string" use="required">
																			<xs:annotation>
																				<xs:documentation>Description of Exemptions for Document Recording</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Description</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="_SequenceIdentifier" use="required">
																			<xs:annotation>
																				<xs:documentation>When multiple exemptions exist, this indicates the order in which they should appear</xs:documentation>
																				<xs:appinfo>
																					<mismo:HISTORY>
																						<mismo:ADD version="2.4">PRIA</mismo:ADD>
																					</mismo:HISTORY>
																					<mismo:DATATYPE>String</mismo:DATATYPE>
																					<mismo:CONTEXT/>
																					<mismo:PROCESSES>
																						<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																					</mismo:PROCESSES>
																					<mismo:LDD_NAME>Recording Endorsement Exemptions Sequence Identifier</mismo:LDD_NAME>
																				</xs:appinfo>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:pattern value="\p{N}"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:restriction>
																</xs:complexContent>
															</xs:complexType>
														</xs:element>
														<xs:element name="_SIGNATURE" type="MISMO_SIGNATURE_TYPE" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="_OfficersName" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Name of the County Recording Official</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Officers Name</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_InstrumentNumberIdentifier" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>Sequential number assigned to each recorded document by the a County Recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Instrument Number Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_PagesCount" type="xs:string">
														<xs:annotation>
															<xs:documentation>Number of pages in document being recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Pages Count</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_Volume" type="xs:string">
														<xs:annotation>
															<xs:documentation>Volume or Book number assigned to recorder document by the recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_VolumeType" type="PRIA_RecordingEndorsementVolumeTypeEnumerated">
														<xs:annotation>
															<xs:documentation>Volume type of the document referenced  in the subject document</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Volume Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedDateTime" type="PRIA_MISMODateTime" use="required">
														<xs:annotation>
															<xs:documentation>Date and time the document was recorded by recorder</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>Date/Time</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded Date Time</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedCounty" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>County in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded County</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_RecordedState" type="xs:string" use="required">
														<xs:annotation>
															<xs:documentation>State in which the document is recorded</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Recorded State</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="_SequenceIdentifier" use="required">
														<xs:annotation>
															<xs:documentation>When multiple endorsements are applied to a document, this indicates the order in which they should appear</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>Recording Endorsement Sequence Identifier</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:pattern value="\p{N}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="EMBEDDED_FILE" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:restriction base="PRIA_EMBEDDED_FILE_Type">
													<xs:sequence>
														<xs:element name="DOCUMENT" type="PRIA_DOCUMENT_Type" minOccurs="0"/>
													</xs:sequence>
													<xs:attribute name="EmbeddedFileType" type="xs:string" use="required" fixed="Image">
														<xs:annotation>
															<xs:documentation>Type of file embedded in signature</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="FileEncodingType" type="xs:string" use="required" fixed="Base64"/>
													<xs:attribute name="FileDescription" type="xs:string" use="required" fixed="multipage tif">
														<xs:annotation>
															<xs:documentation>Provides additional information about the embedded file, such as the software version that generated the file.</xs:documentation>
															<xs:appinfo>
																<mismo:HISTORY>
																	<mismo:ADD version="2.4">PRIA</mismo:ADD>
																</mismo:HISTORY>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT/>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>File Description</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
													<xs:attribute name="MIMEType" type="xs:string" use="required" fixed="TIF">
														<xs:annotation>
															<xs:documentation>Indicates the Multipurpose Internet Mail Extensions type of the data in the DOCUMENT container. A registered list of these types is available at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types.</xs:documentation>
															<xs:appinfo>
																<mismo:DATATYPE>String</mismo:DATATYPE>
																<mismo:CONTEXT>Embedded File, Preferred Response</mismo:CONTEXT>
																<mismo:PROCESSES>
																	<mismo:PROCESS_AREA>Service ordering</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Credit Reporting</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Flood</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>MI</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Appraisal</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>Title</mismo:PROCESS_AREA>
																	<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
																</mismo:PROCESSES>
																<mismo:LDD_NAME>MIME Type</mismo:LDD_NAME>
															</xs:appinfo>
														</xs:annotation>
													</xs:attribute>
												</xs:restriction>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="RecordableDocumentType" use="required" fixed="Other">
									<xs:annotation>
										<xs:documentation>The type of document that is to be recorded.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>Enumerated</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_RecordableDocumentTypeEnumerated"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_Code" use="required" fixed="AFFD">
									<xs:annotation>
										<xs:documentation>Abbreviated code used by recorder in indexing software. Specific to County document is being recorded in</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Code</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_UniqueIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>A unique system-assigned identifier (such as an audit trail number) to each document. For MN Extensions this is to indicate Abstract=0 or Torrens=1</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Document Unique Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
											<xs:enumeration value="1"/>
											<xs:enumeration value="0"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="DocumentNonRecordableIndicator" use="required" fixed="N">
									<xs:annotation>
										<xs:documentation>An indicator that this document is included in the electronic package but is not to be recorded by the County</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>Boolean</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>DocumentNonRecordable Indicator</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="PRIA_MISMOIndicatorType">
											<xs:enumeration value="Y"/>
											<xs:enumeration value="N"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentTypeOtherDescription" use="required" fixed="Affidavit">
									<xs:annotation>
										<xs:documentation>The description of type of document when the Recordable Document Type enumerated value selected is Other.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Type Other Description</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string"/>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="_ID" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:ID">
											<xs:minLength value="1"/>
											<xs:pattern value="\S"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
								<xs:attribute name="PRIAVersionIdentifier" type="xs:string" use="required" fixed="2.4.1">
									<xs:annotation>
										<xs:documentation>The PRIA DOCUMENT version</xs:documentation>
										<xs:appinfo>
											<mismo:HISTORY>
												<mismo:ADD version="2.4">PRIA</mismo:ADD>
											</mismo:HISTORY>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT/>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>PRIA Version Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
								</xs:attribute>
								<xs:attribute name="RecordableDocumentSequenceIdentifier" use="required">
									<xs:annotation>
										<xs:documentation>Identifier used to indicate the position of a document within a sequence of documents.</xs:documentation>
										<xs:appinfo>
											<mismo:DATATYPE>String</mismo:DATATYPE>
											<mismo:CONTEXT>Recordable Document</mismo:CONTEXT>
											<mismo:PROCESSES>
												<mismo:PROCESS_AREA>Closing</mismo:PROCESS_AREA>
												<mismo:PROCESS_AREA>PRIA</mismo:PROCESS_AREA>
											</mismo:PROCESSES>
											<mismo:LDD_NAME>Recordable Document Sequence Identifier</mismo:LDD_NAME>
										</xs:appinfo>
									</xs:annotation>
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:minLength value="1"/>
											<xs:pattern value="\p{N}"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:restriction>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<!--Note: There is an error in the PRIA_DOCUMENT_v2_4_1.xsd. We are using the PRIA_DOCUMENT_v2_4_1.XSD in this documentation, but to use this litteraly in your code will make a xml document created from this file invalid.-->
	<!--Release Date: ?-->
	<!--Version:  1.0-->
</xs:schema>
