<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:glob="http://apply.grants.gov/system/Global-V1.0" xmlns:globLib="http://apply.grants.gov/system/GlobalLibrary-V2.0" xmlns:FRA="http://apply.grants.gov/forms/FRA-V1.0" targetNamespace="http://apply.grants.gov/forms/FRA-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/Global-V1.0" schemaLocation="https://apply07.grants.gov/apply/system/schemas/Global-V1.0.xsd"/>
	<xs:element name="FRA">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PlaceofPerformance1" type="FRA:FRA_POPDataType" minOccurs="0"/>
				<xs:element name="PlaceofPerformance2" type="FRA:FRA_POPDataType" minOccurs="0"/>
				<xs:element name="PlaceofPerformance3" type="FRA:FRA_POPDataType" minOccurs="0"/>
				<xs:element name="WorkplacesNotIdentified" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="CheckExceeding" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="AuthorizedRepresentative">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Signature" type="globLib:SignatureDataType"/>
							<xs:element name="NameandTitle" type="FRA:FRA_TitleDataType"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="DateSigned" type="xs:date"/>
			</xs:sequence>
			<xs:attribute name="FormVersion" type="globLib:FormVersionDataType" use="required" fixed="1.0"/>
		</xs:complexType>
	</xs:element>
	<xs:simpleType name="FRA_POPDataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FRA_TitleDataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="200"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
