<?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 targetNamespace="http://www.nemsis.org" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.nemsis.org">
	<xs:include schemaLocation="E00_ReferenceTables.xsd"/>
	<xs:include schemaLocation="D01_AgencyGeneralInformation.xsd"/>
	<xs:include schemaLocation="D02_AgencyContact.xsd"/>
	<xs:include schemaLocation="D03_AgencyMedicalDirectorInformation.xsd"/>
	<xs:include schemaLocation="D04_AgencyConfigurationInformation.xsd"/>
	<xs:include schemaLocation="D05_AgencyStationInformation.xsd"/>
	<xs:include schemaLocation="D06_AgencyVehicleInformation.xsd"/>
	<xs:include schemaLocation="D07_AgencyPersonnelInformation.xsd"/>
	<xs:include schemaLocation="D08_GeneralPersonnelInformation.xsd"/>
	<xs:include schemaLocation="D09_MedicalDeviceInformation.xsd"/>
	<xs:element name="EMSDemographicDataSet">
		<xs:annotation>
			<xs:documentation>Root Tag For Dataset</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="D01" type="D01">
					<xs:annotation>
						<xs:documentation>Section D1 Agency General Information</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="D02" type="D02">
					<xs:annotation>
						<xs:documentation>Section D2 Agency Contact</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="D03" type="D03" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Section D3 Agency Medical</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="D04" type="D04">
					<xs:annotation>
						<xs:documentation>Section D4 Agency Configuration Information</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="D05" type="D05" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Section D5 Agency Station Information</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="D06" type="D06" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Section D6 Agency Vehicle Information</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="D07_D08" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Container to hold each persons information from Section D7 and D8  Personnel Information</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="D07" type="D07" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Section D7 Agency Personnel Information</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="D08" type="D08" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Section D8 General Personnel Information"</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="D09" type="D09" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Section D9 Medical Device Information"</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
