<?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="D09" id="MedicalDeviceInformation">
		<xs:sequence>
			<xs:element name="D09_01" type="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="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="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="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="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>
