<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:AD_1052_2_0="http://apply.grants.gov/forms/AD_1052_2_0-V2.0" xmlns:globLib="http://apply.grants.gov/system/GlobalLibrary-V2.0" xmlns:codes="http://apply.grants.gov/system/UniversalCodes-V2.0" targetNamespace="http://apply.grants.gov/forms/AD_1052_2_0-V2.0" elementFormDefault="qualified" attributeFormDefault="qualified" version="2.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="AD_1052_2_0">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="FiscalYear" type="xs:gYear"/>
				<xs:element name="CertificationType">
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="State (All State Agencies)"/>
							<xs:enumeration value="Single State Agency"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="PlaceofPerformance" minOccurs="0" maxOccurs="10">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Street1" type="globLib:StreetDataType"/>
							<xs:element name="Street2" type="globLib:StreetDataType" minOccurs="0"/>
							<xs:element name="City" type="globLib:CityDataType"/>
							<xs:element name="County" type="globLib:CountyDataType" minOccurs="0"/>
							<xs:element name="Country" type="codes:CountryCodeDataTypeV3"/>
							<xs:element name="State" type="codes:StateCodeDataTypeV3" minOccurs="0"/>
							<xs:element name="Province" type="globLib:ProvinceDataType" minOccurs="0"/>
							<xs:element name="ZipPostalCode" type="globLib:ZipPostalCodeDataType" minOccurs="0"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="CheckWorkplaces" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="AgencyName" type="globLib:AgencyNameDataType"/>
				<xs:element name="ProjectName" type="globLib:ProjectNameDataType"/>
				<xs:element name="AuthorizedRepresentative" type="globLib:HumanNameDataType"/>
				<xs:element name="Title" type="globLib:HumanTitleDataType"/>
				<xs:element name="AORSignature" type="globLib:SignatureDataType"/>
				<xs:element name="DateSigned" type="xs:date"/>
			</xs:sequence>
			<xs:attribute name="FormVersion" type="globLib:FormVersionDataType" use="required" fixed="2.0"/>
		</xs:complexType>
	</xs:element>		
</xs:schema>
