<?xml version="1.0" encoding="UTF-8"?>
<!--************************************************************************-->
<!-- TITLE:    	Header Schema 	       		                            	-->
<!-- DATE:    	April 24, 2018				   		        				-->
<!-- VERSION:    2.0	 				   		                            -->
<!--   								   	                                   	-->
<!-- COMMENTS: This schema contains information of the grant 				-->
<!--           application being submitted.                          		-->
<!--   								   	                                  	-->
<!--************************************************************************-->
<xsd:schema targetNamespace="http://apply.grants.gov/system/Header_2_0-V2.0" xmlns:Header_2_0="http://apply.grants.gov/system/Header_2_0-V2.0" xmlns:glob="http://apply.grants.gov/system/Global-V1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" version="2.0">
    <!-- IMPORT GLOBAL SCHEMA -->
    <xsd:import namespace="http://apply.grants.gov/system/Global-V1.0" schemaLocation="https://apply07.grants.gov/apply/system/schemas/Global-V1.0.xsd"/>
    <!-- ELEMENTS -->
    <!-- MAIN ELEMENT GROUP -->
    <xsd:element name="Header_2_0">
        <xsd:complexType>
            <xsd:sequence>
                <xsd:element name="PackageID" minOccurs="1" maxOccurs="1">
				    <xsd:simpleType>
				        <xsd:restriction base="xsd:string">
				            <xsd:pattern value="PKG[0-9]{8}" />
				            <xsd:whiteSpace value="collapse" />
				        </xsd:restriction>
				    </xsd:simpleType>
				</xsd:element>
				<xsd:element name="ApplicationFilingName" type="glob:StringMin1Max240Type" minOccurs="1" maxOccurs="1" />
            </xsd:sequence>
            <xsd:attribute ref="glob:schemaVersion" use="required" fixed="2.0"/>
        </xsd:complexType>
    </xsd:element>
</xsd:schema>