<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Wes Bowden version 2.2-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.nemsis.org" xmlns:tns="http://www.nemsis.org" >
	<xs:complexType name="D07" id="AgencyPersonnelInformation">
		<xs:sequence>
			<xs:element name="D07_01" type="tns:PersonnelsAgencyIDNumber">
				<xs:annotation>
					<xs:documentation>Local agency ID number for personnel.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D07_02" type="tns:StateLicensureID">
				<xs:annotation>
					<xs:documentation>State licensure ID number for the personnel.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D07_03_0" id="PersonnelsEmployment" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Personnel's Employment Status for this Agency.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="D07_03" type="tns:EmploymentStatus">
							<xs:annotation>
								<xs:documentation>Personnel's Employment Status for this Agency.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="D07_04" type="tns:Date">
							<xs:annotation>
								<xs:documentation>Personnel's Employment Status date.</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="D07_05_0" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Personnels highest level of certification in this agency.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="D07_05" type="tns:DemographicStateCertificationLicensureLevels">
							<xs:annotation>
								<xs:documentation>Personnels highest level of certification.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="D07_06" type="tns:Date">
							<xs:annotation>
								<xs:documentation>Date of certification</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
		<xs:attributeGroup ref="currentStatus"/>
	</xs:complexType>
</xs:schema>
