<?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:AD_3030_2_0="http://apply.grants.gov/forms/AD_3030_2_0-V2.0" targetNamespace="http://apply.grants.gov/forms/AD_3030_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_3030_2_0">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ApplicantName" type="AD_3030_2_0:AD_3030_2_0_String_140DataType"/>
				<xs:element name="ApplicantAddress" type="AD_3030_2_0:AD_3030_2_0_String_300DataType"/>
				<xs:element name="TaxIDNumber" type="AD_3030_2_0:AD_3030_2_0_String_4DataType"/>
				<xs:element name="ApplicantFelony" type="globLib:YesNoDataType"/>
				<xs:element name="UnpaidFederalTax" type="globLib:YesNoDataType"/>
				<xs:element name="AORSignature" type="globLib:SignatureDataType"/>
				<xs:element name="Title" type="globLib:HumanTitleDataType"/>
				<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:simpleType name="AD_3030_2_0_String_4DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="4"/>
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AD_3030_2_0_String_140DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="140"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AD_3030_2_0_String_300DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="300"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
