<?xml version="1.0"?>
<Schema name="DTMSimulationDeviceSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:fdt="x-schema:FDTDataTypesSchema.xml" xmlns:fdtsimulation="x-schema:FDTSimulationCommunicationSchema.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="SimulationDevice" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="schemaVersion" required="no"/>
		<element type="fdtsimulation:LongAddress" minOccurs="0" maxOccurs="1"/>
		<attribute type="fdtsimulation:manufacturerId" required="no"/>
		<attribute type="fdtsimulation:deviceTypeId" required="no"/>
		<attribute type="fdt:subDeviceType" required="no"/>
		<attribute type="fdt:tag" required="yes"/>
		<attribute type="fdtsimulation:shortAddress" required="no"/>
	</ElementType>
</Schema>
