<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Jeff Robertson version 2.2.1-->
<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:complexType name="D02" id="AgencyContact">
		<xs:sequence>
			<xs:element name="D02_01_0" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The Name of the agency contact</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="D02_01" type="DemographicLastName" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The Last Name of the agency's primary contact.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="D02_03" type="FirstName" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The First Name of the agency's primary contact.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="D02_02" type="MiddleInitialName" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The Middle Name or initial of the agency's primary contact.</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="D02_04_0">
				<xs:annotation>
					<xs:documentation>The street or mailing address of the Agency contact.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="D02_04" type="StreetAddress" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The Street Address of the Agency contact's mailing address.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="D02_05" type="City" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The city of the Agency contact's mailing address.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="D02_06" type="State" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The state of the Agency contact's mailing address.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="D02_07" type="DemographicZip">
							<xs:annotation>
								<xs:documentation>The ZIP code of the Agency's contact's mailing address.</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="D02_08" type="TelephoneNumber" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The primary phone number of the Agency contact.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D02_09" type="TelephoneNumber" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The primary fax number of the Agency contact.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D02_10" type="EmailAddress" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The primary email address of the Agency contact.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D02_11" type="WebAddress" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The primary website address of the agency.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attributeGroup ref="currentStatus"/>
	</xs:complexType>
</xs:schema>
