<?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="D06" id="AgencyVehicleInformation">
		<xs:sequence>
			<xs:element name="D06_01" type="VehicleNumber" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The unique ID number of unit which is specific for each vehicle.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D06_03" type="VehicleType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Vehicle type of unit (ambulance, fire, truck, etc.)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D06_04_0" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>The personnel level of the vehicle crew.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="D06_04" type="DemographicStateCertificationLicensureLevels" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The personnel level of the vehicle crew.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="D06_05" type="NumberOfPersonnel" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The number of each personnel level associated with the vehicle crew.</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="D06_06" type="VehicleInitialCost" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Initial costs of vehicles held by agency excluding all medical and other equipment not associated with the vehicle. This cost should be inclusive of all sources of funding including grants, donations, and any other capital.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D06_07" type="VehicleYear" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The year the vehicle was manufactured.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="D06_08_0" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>The Annual hours and miles accumulated.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="D06_08" type="VehicleYear">
							<xs:annotation>
								<xs:documentation>The year the Hours and miles were accumulated</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="D06_09" type="VehicleHours" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The number of hours the vehicle is in service for the agency per year.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="D06_10" type="AnnualOdometerReading" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The number of miles the vehicle accumulates in service for the agency per year.</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
		<xs:attributeGroup ref="currentStatus"/>
	</xs:complexType>
</xs:schema>
