<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision:   1.0  $ -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:glob="http://apply.grants.gov/system/Global-V1.0" xmlns:att="http://apply.grants.gov/system/Attachments-V1.0" xmlns:globLib="http://apply.grants.gov/system/GlobalLibrary-V2.0" xmlns:codes="http://apply.grants.gov/system/UniversalCodes-V2.0" xmlns:SF429A="http://apply.grants.gov/forms/SF429A-V1.0" targetNamespace="http://apply.grants.gov/forms/SF429A-V1.0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.0">
	<xs:import namespace="http://apply.grants.gov/system/GlobalLibrary-V2.0" schemaLocation="https://apply07.grants.gov/apply/system/schemas/GlobalLibrary-V2.0.xsd"/>
	<xs:import namespace="http://apply.grants.gov/system/Attachments-V1.0" schemaLocation="https://apply07.grants.gov/apply/system/schemas/Attachments-V1.0.xsd"/>
	<xs:import namespace="http://apply.grants.gov/system/UniversalCodes-V2.0" schemaLocation="https://apply07.grants.gov/apply/system/schemas/UniversalCodes-V2.0.xsd"/>
	<xs:element name="SF429A">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Attachment_A" minOccurs="0">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="FederalGrantOrOtherIdentifyingNumber">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1"/>
										<xs:maxLength value="30"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="PeriodFrom" type="xs:date" minOccurs="0"/>
							<xs:element name="PeriodTo" type="xs:date" minOccurs="0"/>
							<xs:element name="FederalInterestType" type="SF429A:SF429A_FederalInterest_DataType" minOccurs="0"/>
							<xs:element name="PropertyDescription" type="SF429A:SF429A_0_500_DataType" minOccurs="0"/>
							<xs:element name="PropertyAddress" type="globLib:AddressDataType" minOccurs="0"/>
							<xs:element name="ZoningInformation" type="SF429A:SF429A_0_50_DataType" minOccurs="0"/>
							<xs:element name="GPSLocationLongitude" type="SF429A:SF429A_0_20_DataType" minOccurs="0"/>
							<xs:element name="GPSLocationLatitude" type="SF429A:SF429A_0_20_DataType" minOccurs="0"/>
							<xs:element name="LandAmount" type="SF429A:SF429A_8_2_DataType" minOccurs="0"/>
							<xs:element name="LandUnits" type="SF429A:SF429A_LandUnits_DataType" minOccurs="0"/>
							<xs:element name="Gross" type="SF429A:SF429A_8_2_DataType" minOccurs="0"/>
							<xs:element name="Usable" type="SF429A:SF429A_8_2_DataType" minOccurs="0"/>
							<xs:element name="GrossUsableUnits" type="SF429A:SF429A_UsableUnits_DataType" minOccurs="0"/>
							<xs:element name="OwnershipType" type="SF429A:SF429A_OwnershipTypes_DataType" minOccurs="0"/>
							<xs:element name="PropertyCost" type="SF429A:SF429A_PropertyCost_DataType" minOccurs="0"/>
							<xs:element name="DocumentationRecorded" type="globLib:YesNoNotApplicableDataType" minOccurs="0"/>
							<xs:element name="InstrumentUsed" type="SF429A:SF429A_0_200_DataType" minOccurs="0"/>
							<xs:element name="DateRecorded" type="xs:date" minOccurs="0"/>
							<xs:element name="Jurisdiction" type="SF429A:SF429A_0_50_DataType" minOccurs="0"/>
							<xs:element name="Insurance" type="globLib:YesNo" minOccurs="0"/>
							<xs:element name="URA" type="globLib:YesNo" minOccurs="0"/>
							<xs:element name="EnvironmentalComplianceRequirements" type="globLib:YesNo" minOccurs="0"/>
							<xs:element name="EnvironmentalComplianceDescription" minOccurs="0">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="attFile" type="att:AttachedFileDataType"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="NHPA" type="globLib:YesNo" minOccurs="0"/>
							<xs:element name="NHPADescription" minOccurs="0">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="attFile" type="att:AttachedFileDataType"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="SignificantChange" type="globLib:YesNo" minOccurs="0"/>
							<xs:element name="SignificantChangeDescription" minOccurs="0">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="attFile" type="att:AttachedFileDataType"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="RealPropertyDispositionStatus" type="SF429A:SF429A_DispositionStatus_DataType" minOccurs="0"/>
							<xs:element name="FundsOwed" type="globLib:BudgetAmountDataType" minOccurs="0"/>
							<xs:element name="NetProceeds" type="globLib:BudgetAmountDataType" minOccurs="0"/>
							<xs:element name="FederalAgencyOwes" type="globLib:BudgetAmountDataType" minOccurs="0"/>
							<xs:element name="EnergyConsumption" type="SF429A:SF429A_EnergyConsumption_DataType" minOccurs="0"/>
							<xs:element name="Remarks" minOccurs="0">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="attFile" type="att:AttachedFileDataType"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="FormVersion" type="globLib:FormVersionDataType" use="required" fixed="1.0"/>
		</xs:complexType>
	</xs:element>
	<xs:simpleType name="SF429A_FederalInterest_DataType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Acquisition"/>
			<xs:enumeration value="Renovation"/>
			<xs:enumeration value="Construction"/>
			<xs:enumeration value="Government Furnished Property"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SF429A_LandUnits_DataType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Acres"/>
			<xs:enumeration value="Square Feet"/>
			<xs:enumeration value="Square Kilometers"/>
			<xs:enumeration value="Square Meters"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SF429A_UsableUnits_DataType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Square Feet"/>
			<xs:enumeration value="Square Meters"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SF429A_DispositionStatus_DataType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Sold"/>
			<xs:enumeration value="Transferred to different award"/>
			<xs:enumeration value="Used in other Federally sponsored "/>
			<xs:enumeration value="Transferred title"/>
			<xs:enumeration value="Retained Title"/>
			<xs:enumeration value="N/A"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="SF429A_OwnershipTypes_DataType">
		<xs:sequence>
			<xs:element name="Owned" type="globLib:YesNoDataType" minOccurs="0"/>
			<xs:element name="CoOwned" type="globLib:YesNoDataType" minOccurs="0"/>
			<xs:element name="FeeSimple" type="globLib:YesNoDataType" minOccurs="0"/>
			<xs:element name="Corporate" type="globLib:YesNoDataType" minOccurs="0"/>
			<xs:element name="JointTenancy" type="globLib:YesNoDataType" minOccurs="0"/>
			<xs:element name="Partnership" type="globLib:YesNoDataType" minOccurs="0"/>
			<xs:element name="LimitedLiabilityPartnership" type="globLib:YesNoDataType" minOccurs="0"/>
			<xs:element name="CoOperative" type="globLib:YesNoDataType" minOccurs="0"/>
			<xs:element name="GovernmentFurnishedProperty" type="globLib:YesNoDataType" minOccurs="0"/>
			<xs:element name="Other" type="globLib:YesNoDataType" minOccurs="0"/>
			<xs:element name="OtherSpecify" type="SF429A:SF429A_0_30_DataType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SF429A_PropertyCost_DataType">
		<xs:sequence>
			<xs:element name="FederalShare" type="globLib:BudgetAmountDataType" minOccurs="0"/>
			<xs:element name="FederalSharePercentage" type="globLib:PercentageDecimalDataType" minOccurs="0"/>
			<xs:element name="NonFederalShare" type="globLib:BudgetAmountDataType" minOccurs="0"/>
			<xs:element name="NonFederalPercentage" type="globLib:PercentageDecimalDataType" minOccurs="0"/>
			<xs:element name="TotalShare" type="globLib:BudgetTotalAmountDataType" minOccurs="0"/>
			<xs:element name="TotalPercentage" type="globLib:PercentageDecimalDataType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SF429A_EnergyConsumption_DataType">
		<xs:sequence>
			<xs:element name="Electric" type="SF429A:SF429A_999999999999_DataType" minOccurs="0"/>
			<xs:element name="Btu" type="SF429A:SF429A_999999999999_DataType" minOccurs="0"/>
			<xs:element name="Petroleum" type="SF429A:SF429A_999999999999_DataType" minOccurs="0"/>
			<xs:element name="NaturalGas" type="SF429A:SF429A_999999999999_DataType" minOccurs="0"/>
			<xs:element name="OtherEnergy" type="SF429A:SF429A_999999999999_DataType" minOccurs="0"/>
			<xs:element name="OtherEnergySpecify" type="SF429A:SF429A_0_30_DataType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="SF429A_999999999999_DataType">
		<xs:restriction base="xs:integer">
			<xs:minInclusive value="0"/>
			<xs:maxInclusive value="999999999999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SF429A_8_2_DataType">
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="10"/>
			<xs:fractionDigits value="2"/>
			<xs:minInclusive value="0.00"/>
			<xs:maxInclusive value="99999999.99"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SF429A_0_20_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SF429A_0_30_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SF429A_0_50_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="50"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SF429A_0_500_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="500"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SF429A_0_200_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="200"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
