<?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:FSGP_4_0="http://apply.grants.gov/forms/FSGP_4_0-V4.0" targetNamespace="http://apply.grants.gov/forms/FSGP_4_0-V4.0" elementFormDefault="qualified" attributeFormDefault="qualified" version="4.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="FSGP_4_0">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="OrganizationName" type="globLib:OrganizationNameDataType"/>
				<xs:element name="GrantApplicationType" type="FSGP_4_0:FSGP_4_0_String100_DataType"/>
				<xs:element name="EntityType" type="FSGP_4_0:FSGP_4_0_String100_DataType"/>
				<xs:element name="LengthofProject" type="FSGP_4_0:FSGP_4_0_String100_DataType"/>
				<xs:element name="BriefProjectDescription" type="FSGP_4_0:FSGP_4_0_String_1_1000_DataType"/>
				<xs:element name="ProjectScope" type="FSGP_4_0:FSGP_4_0_String_0_2000_DataType" minOccurs="0"/>
				<xs:element name="TotalCNPOperators" type="FSGP_4_0:FSGP_4_0_0_to_200_DataType"/>
				<xs:element name="Demographics " minOccurs="0" maxOccurs="50">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="CNPNumber" type="FSGP_4_0:FSGP_4_0_1_to_200_DataType"/>
							<xs:element name="OperatorName" type="FSGP_4_0:FSGP_4_0_String60_DataType" minOccurs="0"/>
							<xs:element name="State" type="codes:StateCodeDataTypeV3" minOccurs="0"/>	
							<xs:element name="CNPOperatorType" type="FSGP_4_0:FSGP_4_0_String100_DataType" minOccurs="0"/>
							<xs:element name="OtherType" type="FSGP_4_0:FSGP_4_0_String50_DataType" minOccurs="0"/>
							<xs:element name="EligibleMeals" type="FSGP_4_0:FSGP_4_0_0_to_999999_DataType" minOccurs="0"/>
							<xs:element name="CNPEnrollment" type="FSGP_4_0:FSGP_4_0_0_to_999999_DataType" minOccurs="0"/>		
							<xs:element name="ClassificationCode" type="FSGP_4_0:FSGP_4_0_String100_DataType" minOccurs="0"/>
							<xs:element name="HispanicLatino" type="FSGP_4_0:FSGP_4_0_0_to_100p000_DataType" minOccurs="0"/>
							<xs:element name="AmericanIndianAlaskaNative" type="FSGP_4_0:FSGP_4_0_0_to_100p000_DataType" minOccurs="0"/>
							<xs:element name="White" type="FSGP_4_0:FSGP_4_0_0_to_100p000_DataType" minOccurs="0"/>
							<xs:element name="NativeHawaiianPacificIslander" type="FSGP_4_0:FSGP_4_0_0_to_100p000_DataType" minOccurs="0"/>
							<xs:element name="AfricanAmerican" type="FSGP_4_0:FSGP_4_0_0_to_100p000_DataType" minOccurs="0"/>
							<xs:element name="TwoOrMoreRaces" type="FSGP_4_0:FSGP_4_0_0_to_100p000_DataType" minOccurs="0"/>
							<xs:element name="Asian" type="FSGP_4_0:FSGP_4_0_0_to_100p000_DataType" minOccurs="0"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>	
				<xs:element name="TotalEligible" type="FSGP_4_0:FSGP_4_0_0_to_99999999_DataType" minOccurs="0"/>		
				<xs:element name="TotalEnrollment" type="FSGP_4_0:FSGP_4_0_0_to_99999999_DataType" minOccurs="0"/>		
				<xs:element name="AverageRate" type="FSGP_4_0:FSGP_4_0_0_to_999p999_DataType" minOccurs="0"/>	
			</xs:sequence>
			<xs:attribute name="FormVersion" type="globLib:FormVersionDataType" use="required" fixed="4.0"/>
		</xs:complexType>
	</xs:element>
	<xs:simpleType name="FSGP_4_0_String50_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="50"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FSGP_4_0_String60_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="60"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FSGP_4_0_String100_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="100"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FSGP_4_0_String_0_2000_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FSGP_4_0_String_1_1000_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="1000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FSGP_4_0_0_to_200_DataType">
		<xs:restriction base="xs:int">
			<xs:minInclusive value="0"/>
			<xs:maxInclusive value="200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FSGP_4_0_1_to_200_DataType">
		<xs:restriction base="xs:int">
			<xs:minInclusive value="1"/>
			<xs:maxInclusive value="200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FSGP_4_0_0_to_99999999_DataType">
		<xs:restriction base="xs:int">
			<xs:minInclusive value="0"/>
			<xs:maxInclusive value="99999999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FSGP_4_0_0_to_999999_DataType">
		<xs:restriction base="xs:int">
			<xs:minInclusive value="0"/>
			<xs:maxInclusive value="999999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FSGP_4_0_0_to_100p000_DataType">
		<xs:restriction base="xs:decimal">
			<xs:minInclusive value="0.000"/>
			<xs:maxInclusive value="100.000"/>
			<xs:totalDigits value="6"/>
			<xs:fractionDigits value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FSGP_4_0_0_to_999p999_DataType">
		<xs:restriction base="xs:decimal">
			<xs:minInclusive value="0.000"/>
			<xs:maxInclusive value="999.999"/>
			<xs:totalDigits value="6"/>
			<xs:fractionDigits value="3"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>