<?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="D09" id="MedicalDeviceInformation">
		<xs:sequence>
			<xs:element name="D09_01" type="tns:DeviceSerialNumber">
				<xs:annotation>
					<xs:documentation>The unique manufacturer's serial number associated with a medical device.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D09_02" type="tns:DeviceNameOrID" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The local number or configurable ID/Name of the medical device.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D09_03" type="tns:DeviceManufacturer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The manufacturer of the medical device.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D09_04" type="tns:ModelNumber" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The specific manufacturer's model number associated with medical device.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D09_05" type="tns:Date" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The year the device was purchased by the EMS agency or the date the status changed.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attributeGroup ref="currentStatus"/>
	</xs:complexType>
</xs:schema>
