<?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:SF428A="http://apply.grants.gov/forms/SF428A-V1.0" targetNamespace="http://apply.grants.gov/forms/SF428A-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="SF428A">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="FederalGrantOrOtherIdentifyingNumber" type="SF428A:SF428A_1_30_DataType" minOccurs="0"/>
				<xs:element name="ReportType">
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="Individual"/>
							<xs:enumeration value="Consolidated"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="ReportAsOf">
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:enumeration value="30 SEP"/>
							<xs:enumeration value="Date"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="ReportAsOfYear" type="xs:gYear" minOccurs="0"/>
				<xs:element name="ReportAsOfDate" type="xs:date" minOccurs="0"/>
				<xs:element name="Property" maxOccurs="10">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Description" type="SF428A:SF428A_1_120_DataType"/>
							<xs:element name="Identification" type="SF428A:SF428A_1_120_DataType"/>
							<xs:element name="AcquisitionDate" type="xs:date"/>
							<xs:element name="AcquisitionCost" type="globLib:BudgetAmountDataType"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Comments" minOccurs="0">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="AttachedFile" type="att:AttachedFileDataType"/>
						</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="SF428A_1_30_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SF428A_1_120_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="120"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
