<?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:Form_14335_2_0="http://apply.grants.gov/forms/Form_14335_2_0-V2.0" targetNamespace="http://apply.grants.gov/forms/Form_14335_2_0-V2.0" elementFormDefault="qualified" attributeFormDefault="qualified" version="2.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="Form_14335_2_0">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="OrganizationName" type="globLib:OrganizationNameDataType"/>
				<xs:element name="FederalAwardIdentifier" type="globLib:ProjectAwardNumberDataType" minOccurs="0"/>
				<xs:element name="OrganizationAddress">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Street1" type="globLib:StreetDataType"/>
							<xs:element name="Street2" type="globLib:StreetDataType" minOccurs="0"/>
							<xs:element name="City" type="globLib:CityDataType"/>
							<xs:element name="State" type="codes:StateCodeDataTypeV3" minOccurs="0"/>
							<xs:element name="Province" type="globLib:ProvinceDataType" minOccurs="0"/>
							<xs:element name="Country" type="codes:CountryCodeDataTypeV3"/>
							<xs:element name="ZipPostalCode" type="globLib:ZipPostalCodeDataType" minOccurs="0"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="DaysOperation" type="Form_14335_2_0:Form_14335_2_0_Days_DataType"/>
				<xs:element name="HoursOperation" type="Form_14335_2_0:Form_14335_2_0_Hours_DataType"/>
				<xs:element name="PrimaryContact">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="POCName" type="globLib:HumanNameDataType"/>
							<xs:element name="Title" type="globLib:HumanTitleDataType"/>
							<xs:element name="PhoneNumber" type="globLib:TelephoneNumberDataType"/>
							<xs:element name="CellNumber" type="globLib:TelephoneNumberDataType" minOccurs="0"/>
							<xs:element name="Email" type="globLib:EmailDataType"/>
							<xs:element name="SharePrimaryContact" type="globLib:YesNoDataType"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="AlternateContact">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="POCName" type="globLib:HumanNameDataType"/>
							<xs:element name="Title" type="globLib:HumanTitleDataType"/>
							<xs:element name="PhoneNumber" type="globLib:TelephoneNumberDataType"/>
							<xs:element name="CellNumber" type="globLib:TelephoneNumberDataType" minOccurs="0"/>
							<xs:element name="Email" type="globLib:EmailDataType"/>
							<xs:element name="ShareAlternateContact" type="globLib:YesNoDataType"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="AOR">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="POCName" type="globLib:HumanNameDataType"/>
							<xs:element name="Title" type="globLib:HumanTitleDataType"/>
							<xs:element name="PhoneNumber" type="globLib:TelephoneNumberDataType"/>
							<xs:element name="CellNumber" type="globLib:TelephoneNumberDataType" minOccurs="0"/>
							<xs:element name="Email" type="globLib:EmailDataType"/>
							<xs:element name="ShareAuthorizedOrganizationRepresentative" type="globLib:YesNoDataType"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="FederalTaxMattersContact">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="POCName" type="globLib:HumanNameDataType"/>
							<xs:element name="Title" type="globLib:HumanTitleDataType"/>
							<xs:element name="PhoneNumber" type="globLib:TelephoneNumberDataType"/>
							<xs:element name="CellNumber" type="globLib:TelephoneNumberDataType" minOccurs="0"/>
							<xs:element name="Email" type="globLib:EmailDataType"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="FinancialPMSContact">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="POCName" type="globLib:HumanNameDataType"/>
							<xs:element name="Title" type="globLib:HumanTitleDataType"/>
							<xs:element name="PhoneNumber" type="globLib:TelephoneNumberDataType"/>
							<xs:element name="CellNumber" type="globLib:TelephoneNumberDataType" minOccurs="0"/>
							<xs:element name="Email" type="globLib:EmailDataType"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="OtherContact1"  type="Form_14335_2_0:Form_14335_2_0_OtherContact_DataType" minOccurs="0"/>
				<xs:element name="OtherContact2"  type="Form_14335_2_0:Form_14335_2_0_OtherContact_DataType" minOccurs="0"/>
				<xs:element name="OtherContact3"  type="Form_14335_2_0:Form_14335_2_0_OtherContact_DataType" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute name="FormVersion" type="globLib:FormVersionDataType" use="required" fixed="2.0"/>
		</xs:complexType>
	</xs:element> 
	<xs:simpleType name="Form_14335_2_0_Days_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="65"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Form_14335_2_0_Hours_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Form_14335_2_0_Role_DataType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="60"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="Form_14335_2_0_OtherContact_DataType">
		<xs:sequence>
			<xs:element name="Role" type="Form_14335_2_0:Form_14335_2_0_Role_DataType"/>
			<xs:element name="POCName" type="globLib:HumanNameDataType"/>
			<xs:element name="Title" type="globLib:HumanTitleDataType"/>
			<xs:element name="PhoneNumber" type="globLib:TelephoneNumberDataType"/>
			<xs:element name="CellNumber" type="globLib:TelephoneNumberDataType" minOccurs="0"/>
			<xs:element name="Email" type="globLib:EmailDataType"/>
			<xs:element name="ShareOtherContact" type="globLib:YesNoDataType"/>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
