<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:codes="http://apply.grants.gov/system/UniversalCodes-V2.0" xmlns:globLib="http://apply.grants.gov/system/GlobalLibrary-V2.0" xmlns:HUD_50153="http://apply.grants.gov/forms/HUD_50153-V1.0" targetNamespace="http://apply.grants.gov/forms/HUD_50153-V1.0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.0">
	<xs:import namespace="http://apply.grants.gov/system/UniversalCodes-V2.0" schemaLocation="https://apply07.grants.gov/apply/system/schemas/UniversalCodes-V2.0.xsd"/>
	<xs:import namespace="http://apply.grants.gov/system/GlobalLibrary-V2.0" schemaLocation="https://apply07.grants.gov/apply/system/schemas/GlobalLibrary-V2.0.xsd"/>
	<xs:element name="HUD_50153">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="OrganizationName" type="globLib:OrganizationNameDataType"/>
				<xs:element name="AssistanceListingNumber" type="globLib:CFDANumberDataType" minOccurs="0"/>
				<xs:element name="AssistanceListingTitle" type="globLib:CFDATitleDataType" minOccurs="0"/>
				<xs:element name="DesignatedCommunity">
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:minLength value="1"/>
							<xs:maxLength value="200"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="GeographicCriteria">
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Within Boundries"/>
							<xs:enumeration value="Includes Zone"/>
							<xs:enumeration value="Includes Portion"/>
							<xs:enumeration value="Delivers Benefits"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="AuthorizedRepresentativeName" type="globLib:HumanNameDataType"/>
				<xs:element name="AuthorizedRepresentativeTitle" type="globLib:HumanTitleDataType"/>
				<xs:element name="AuthorizedRepresentativeOrganization" type="globLib:OrganizationNameDataType"/>
				<xs:element name="AuthorizedRepresentativeSignature" type="globLib:SignatureDataType"/>
				<xs:element name="SignatureDate" type="xs:date"/>
			</xs:sequence>
			<xs:attribute name="FormVersion" type="globLib:FormVersionDataType" use="required" fixed="1.0"/>
		</xs:complexType>
	</xs:element>
</xs:schema>
