<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:att="http://apply.grants.gov/system/Attachments-V1.0" xmlns:globLib="http://apply.grants.gov/system/GlobalLibrary-V2.0" xmlns:glob="http://apply.grants.gov/system/Global-V1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ED_SF424_Supplement_4_1="http://apply.grants.gov/forms/ED_SF424_Supplement_4_1-V4.1" targetNamespace="http://apply.grants.gov/forms/ED_SF424_Supplement_4_1-V4.1" elementFormDefault="qualified" attributeFormDefault="qualified" version="4.1">
	<!-- Import Schemas -->
	<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/Global-V1.0" schemaLocation="https://apply07.grants.gov/apply/system/schemas/Global-V1.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="ED_SF424_Supplement_4_1">
		<xs:annotation>
			<xs:documentation>This schema supplements the SF424 to support Department of Education specific collection requirements, and is based on the ED-424 form</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ProjectDirector" type="ED_SF424_Supplement_4_1:ED_SF424_Supplement_4_1_ProjectDirector_DataType"/>
				<xs:element name="OPEID" type="glob:StringMin1Max255Type" minOccurs="0"/>
				<xs:element name="SchoolID" type="glob:StringMin1Max255Type" minOccurs="0"/>
				<xs:element name="DistrictID" type="glob:StringMin1Max255Type" minOccurs="0"/>
				<xs:element name="Compliance" type="globLib:YesNoDataType"/>				
				<xs:element name="CompliancePages" type="glob:StringMin1Max255Type"/>
				<xs:element name="NotApplicable" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="IsNewGrantee" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="IsHumanResearch" type="globLib:YesNoDataType"/>
				<xs:element name="IsHumanResearchExempt" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="ExemptionNumber1" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="ExemptionNumber2" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="ExemptionNumber3" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="ExemptionNumber4" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="ExemptionNumber5" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="ExemptionNumber6" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="ExemptionNumber7" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="ExemptionNumber8" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="AssuranceNumber" type="glob:StringMin1Max255Type" minOccurs="0"/>
				<xs:element name="Attachment" type="att:AttachedFileDataType" minOccurs="0"/>
				<xs:element name="SubjecttoBABAA" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="Construction" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="Remodeling" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="BroadbandInfrastructure" type="globLib:YesNoDataType" minOccurs="0"/>
				<xs:element name="PageNumbers" type="glob:StringMin1Max255Type" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute name="FormVersion" type="globLib:FormVersionDataType" use="required" fixed="4.1"/>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="ED_SF424_Supplement_4_1_ProjectDirector_DataType">
		<xs:sequence>
			<xs:element name="Name" type="globLib:HumanNameDataType"/>
			<xs:element name="ProjectDirectorLevelOfEffort" type="ED_SF424_Supplement_4_1:ED_SF424_Supplement_4_1_0_to_100_DataType"/>
			<xs:element name="Address" type="globLib:AddressDataTypeV3"/>
			<xs:element name="Phone" type="globLib:TelephoneNumberDataType"/>
			<xs:element name="Fax" type="globLib:TelephoneNumberDataType" minOccurs="0"/>
			<xs:element name="Email" type="globLib:EmailDataType"/>
			<xs:element name="AlternateEmail" type="globLib:EmailDataType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="ED_SF424_Supplement_4_1_0_to_100_DataType">
		<xs:restriction base="xs:integer">
			<xs:minInclusive value="0"/>
			<xs:maxInclusive value="100"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
