<xs:schema xmlns:ForeignDisclosure="http://apply.grants.gov/forms/ForeignDisclosure-V1.0"  xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:globLib="http://apply.grants.gov/system/GlobalLibrary-V2.0" targetNamespace="http://apply.grants.gov/forms/ForeignDisclosure-V1.0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.0">
<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="ForeignDisclosure">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ApplicantName" type="globLib:OrganizationNameDataType"/>
				<xs:element name="EIN" type="globLib:EmployerIDDataType"/>
				<xs:element name="ForeignTalentRecruitment" type="globLib:YesNoDataType"/>
				<xs:element name="ForeignTalentRecruitmentDetails" type="ForeignDisclosure:AN1to1000" minOccurs="0"/>
				<xs:element name="ForeignFunding" type="globLib:YesNoDataType"/>
				<xs:element name="ForeignFundingDetails" type="ForeignDisclosure:AN1to1000" minOccurs="0"/>
				<xs:element name="ForeignOwned" type="globLib:YesNoDataType"/>
				<xs:element name="ForeignOwnedDetails" type="ForeignDisclosure:AN1to1000" minOccurs="0"/>
				<xs:element name="WhollyForeignOwned" type="globLib:YesNoDataType"/>
				<xs:element name="WhollyForeignOwnedDetails" type="ForeignDisclosure:AN1to1000" minOccurs="0"/>
				<xs:element name="VentureCapital" type="globLib:YesNoDataType"/>
				<xs:element name="ForeignAffiliation" type="ForeignDisclosure:ForeignAffiliationDataType" minOccurs="0"/>
				<xs:element name="ForeignAffiliationDetails" type="ForeignDisclosure:AN1to1000" minOccurs="0"/>
				<xs:element name="SalesTransfers" type="globLib:YesNoDataType"/>
				<xs:element name="SalesTransfersDetails" type="ForeignDisclosure:AN1to1000" minOccurs="0"/>
				<xs:element name="RelatedForeignBusiness" type="globLib:YesNoDataType"/>
				<xs:element name="RelatedForeignBusinessDetails" type="ForeignDisclosure:AN1to1000" minOccurs="0"/>
				<xs:element name="ForeignInstitution" type="globLib:YesNoDataType"/>
				<xs:element name="ForeignInstitutionDetails" type="ForeignDisclosure:AN1to1000" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute name="FormVersion" type="globLib:FormVersionDataType" use="required" fixed="1.0"/>
		</xs:complexType>
	</xs:element>
	<xs:simpleType name="ForeignAffiliationDataType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Y: Yes"/>
			<xs:enumeration value="N: No"/>
			<xs:enumeration value="Unable to determine"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AN1to1000">
		<xs:restriction base="xs:string">
				<xs:minLength value="1"/>
				<xs:maxLength value="1000"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
