<?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:ANA_ObjectiveWorkPlan_1_3="http://apply.grants.gov/forms/ANA_ObjectiveWorkPlan_1_3-V1.3" targetNamespace="http://apply.grants.gov/forms/ANA_ObjectiveWorkPlan_1_3-V1.3" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.3">
	<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="ANA_ObjectiveWorkPlan_1_3">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ProjectTitle" type="ANA_ObjectiveWorkPlan_1_3:String1_200DataType"/>
				<xs:element name="ProjectGoal" type="ANA_ObjectiveWorkPlan_1_3:String1_500DataType"/>
				<xs:element name="Objectives" maxOccurs="3">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ObjectiveNumber">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="1"/>
										<xs:enumeration value="2"/>
										<xs:enumeration value="3"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="Objective" type="ANA_ObjectiveWorkPlan_1_3:String1_2000DataType"/>
							<xs:element name="Outcome" type="ANA_ObjectiveWorkPlan_1_3:String1_2000DataType"/>
							<xs:element name="Outputs" type="ANA_ObjectiveWorkPlan_1_3:String1_2000DataType"/>
							<xs:element name="ProjectYear" maxOccurs="5">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Activities" maxOccurs="31">
											<xs:complexType>
												<xs:sequence>	
													<xs:element name="KeyActivity" type="ANA_ObjectiveWorkPlan_1_3:String1_1000DataType"/>
													<xs:element name="ProjectStaff" type="ANA_ObjectiveWorkPlan_1_3:String1_500DataType"/>
													<xs:element name="StartDate" type="xs:date"/>
													<xs:element name="EndDate" type="xs:date"/>
												</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.3"/>
		</xs:complexType>
	</xs:element>
	<xs:simpleType name="String1_2000DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String1_1000DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="1000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String1_500DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="500"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String1_200DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="200"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
