<?xml version="1.0"?>
<Schema name="DTMHARTDeviceSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:fdt="x-schema:FDTDataTypesSchema.xml" xmlns:fdthart="x-schema:FDTHARTCommunicationSchema.xml" xmlns:dtminfo="x-schema:DTMInformationSchema.xml" xmlns:dt="urn:schemas-microsoft-com:datatypes">
	<!--Definition of Attributes-->
	<AttributeType name="schemaVersion" dt:type="number" default="1.21"/>
	<!--Definition of Elements-->
	<ElementType name="HARTDevice" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="schemaVersion" required="no"/>
		<element type="fdthart:LongAddress" minOccurs="0" maxOccurs="1"/>
		<attribute type="fdthart:manufacturerId" required="no"/>
		<attribute type="fdthart:deviceTypeId" required="no"/>
		<attribute type="fdt:subDeviceType" required="no"/>
		<attribute type="fdt:tag" required="yes"/>
		<attribute type="fdthart:shortAddress" required="no"/>
	</ElementType>
</Schema>
