<Schema name="FDTHARTDeviceIdentSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:hartident="x-schema:FDTHARTIdentSchema.xml" xmlns:ident="x-schema:DTMIdentSchema.xml" xmlns:fdt="x-schema:FDTDataTypesSchema.xml">
	<!--Definition of Attributes-->
	<AttributeType name="schemaVersion" dt:type="number" default="1.21"/>
	<ElementType name="IdBusProtocol" content="eltOnly" model="closed">
		<attribute type="hartident:busProtocol" required="no"/>
		<element type="hartident:RegExpr" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="IdBusProtocolVersion" content="eltOnly" model="closed">
		<attribute type="hartident:universalCommandRevisionLevel" required="no"/>
		<element type="hartident:RegExpr" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="IdManufacturer" content="eltOnly" model="closed">
		<attribute type="hartident:manufacturerIdentificationCode" required="no"/>
		<element type="hartident:RegExpr" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="IdTypeID" content="eltOnly" model="closed">
		<attribute type="hartident:deviceTypeID" required="no"/>
		<element type="hartident:RegExpr" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="IdSoftwareRevision" content="eltOnly" model="closed">
		<attribute type="hartident:softwareRevision" required="no"/>
		<element type="hartident:RegExpr" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="IdHardwareRevision" content="eltOnly" model="closed">
		<attribute type="hartident:hardwareRevision" required="no"/>
		<element type="hartident:RegExpr" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="DeviceCommandRevisionLevel" content="eltOnly" model="closed">
		<attribute type="hartident:deviceCommandRevisionLevel" required="no"/>
		<element type="hartident:RegExpr" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="DeviceFlag" content="eltOnly" model="closed">
		<attribute type="hartident:deviceFlag" required="no"/>
		<element type="hartident:RegExpr" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="ManufacturerSpecificExtension" content="empty" model="closed">
		<attribute type="hartident:manufacturerSpecificExtension" required="yes"/>
	</ElementType>
	<ElementType name="DeviceIdentification" content="eltOnly" model="closed">
		<attribute type="hartident:idDTMSupportLevel" required="yes"/>
		<element type="IdBusProtocol" minOccurs="1" maxOccurs="1"/>
		<element type="IdBusProtocolVersion" minOccurs="1" maxOccurs="1"/>
		<element type="IdManufacturer" minOccurs="1" maxOccurs="1"/>
		<element type="IdTypeID" minOccurs="1" maxOccurs="1"/>
		<element type="IdSoftwareRevision" minOccurs="1" maxOccurs="1"/>
		<element type="IdHardwareRevision" minOccurs="1" maxOccurs="1"/>
		<element type="DeviceCommandRevisionLevel" minOccurs="1" maxOccurs="1"/>
		<element type="DeviceFlag" minOccurs="1" maxOccurs="1"/>
		<!--    manufacturer specific extension, added in manufacturer specific identification -->
		<element type="ManufacturerSpecificExtension" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="DeviceIdentifications" content="eltOnly" model="closed">
		<attribute type="fdt:busCategory" required="yes"/>
		<element type="DeviceIdentification" minOccurs="1" maxOccurs="*"/>
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<element type="DeviceIdentifications" minOccurs="1" maxOccurs="1"/>
	</ElementType>
</Schema>
