<?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:ProjObj_PerfMeasures="http://apply.grants.gov/forms/ProjObj_PerfMeasures-V1.0" targetNamespace="http://apply.grants.gov/forms/ProjObj_PerfMeasures-V1.0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.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="ProjObj_PerfMeasures">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="OrganizationName" type="globLib:OrganizationNameDataType"/>
				<xs:element name="ProjectObjectives" maxOccurs="26">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ProjectObjective" type="ProjObj_PerfMeasures:String1_4000DataType"/>
							<xs:element name="PerformanceMeasures" maxOccurs="26">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="PerformanceMeasure" type="ProjObj_PerfMeasures:String1_800DataType"/>
										<xs:element name="MeasureType">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:enumeration value="GPRA"/>
													<xs:enumeration value="PROGRAM"/>
													<xs:enumeration value="PROJECT"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="RawNumber" type="ProjObj_PerfMeasures:Int0to9999999DataType" minOccurs="0"/>
										<xs:element name="Ratio" minOccurs="0">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RatioNumerator" type="ProjObj_PerfMeasures:Int0to9999999DataType"/>
													<xs:element name="RatioDenominator" type="ProjObj_PerfMeasures:Int1to9999999DataType"/>
													<xs:element name="Percentage">
														<xs:simpleType>
															<xs:restriction base="xs:decimal">
																<xs:minInclusive value="0.00"/>
																<xs:maxInclusive value="100.00"/>
																<xs:totalDigits value="5"/>
																<xs:fractionDigits value="2"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</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="String1_4000DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="4000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String1_800DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="800"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Int0to9999999DataType">
		<xs:restriction base="xs:int">
			<xs:minInclusive value="0"/>
			<xs:maxInclusive value="9999999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Int1to9999999DataType">
		<xs:restriction base="xs:int">
			<xs:minInclusive value="1"/>
			<xs:maxInclusive value="9999999"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
