<Schema name="FDTHARTScanIdentSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:hartident="x-schema:FDTHARTIdentSchema.xml" xmlns:fdt="x-schema:FDTDataTypesSchema.xml">
	<!--Definition of Attributes-->
	<AttributeType name="schemaVersion" dt:type="number" default="1.21"/>
	<AttributeType name="resultState" dt:type="enumeration" dt:values="provisional final error"/>
	<AttributeType name="configuredState" dt:type="enumeration" dt:values="configuredAndPhysicallyAvailable  configuredAndNotPhysicallyAvailable availableButNotConfigured notApplicable"/>
	<!--Definition of elements-->
	<ElementType name="IdAddress" content="empty" model="closed">
		<attribute type="hartident:shortAddress" required="yes"/>
	</ElementType>
	<ElementType name="IdBusProtocol" content="empty" model="closed">
		<attribute type="hartident:busProtocol" required="yes"/>
	</ElementType>
	<ElementType name="IdBusProtocolVersion" content="empty" model="closed">
		<attribute type="hartident:universalCommandRevisionLevel" required="yes"/>
	</ElementType>
	<ElementType name="IdManufacturer" content="empty" model="closed">
		<attribute type="hartident:manufacturerIdentificationCode" required="yes"/>
	</ElementType>
	<ElementType name="IdTypeID" content="empty" model="closed">
		<attribute type="hartident:deviceTypeID" required="yes"/>
	</ElementType>
	<ElementType name="IdSoftwareRevision" content="empty" model="closed">
		<attribute type="hartident:softwareRevision" required="yes"/>
	</ElementType>
	<ElementType name="IdHardwareRevision" content="empty" model="closed">
		<attribute type="hartident:hardwareRevision" required="yes"/>
	</ElementType>
	<ElementType name="IdTag" content="empty" model="closed">
		<attribute type="hartident:tag" required="yes"/>
	</ElementType>
	<ElementType name="IdSerialNumber" content="empty" model="closed">
		<attribute type="hartident:deviceID" required="yes"/>
	</ElementType>
	<ElementType name="DeviceCommandRevisionLevel" content="empty" model="closed">
		<attribute type="hartident:deviceCommandRevisionLevel" required="yes"/>
	</ElementType>
	<ElementType name="DeviceFlag" content="empty" model="closed">
		<attribute type="hartident:deviceFlag" required="yes"/>
	</ElementType>
	<ElementType name="ManufacturerSpecificExtension" content="empty" model="closed">
		<attribute type="hartident:manufacturerSpecificExtension" required="yes"/>
	</ElementType>
	<ElementType name="ScanIdentification" content="eltOnly" model="closed">
		<attribute type="configuredState" required="no"/>
		<!--    attributes with semantic meaning: -->
		<element type="fdt:CommunicationError" minOccurs="0" maxOccurs="1"/>
		<element type="IdAddress" minOccurs="1" maxOccurs="1"/>
		<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="IdTag" minOccurs="1" maxOccurs="1"/>
		<element type="IdSerialNumber" minOccurs="1" maxOccurs="1"/>
		<!--    non semantic attributes: -->
		<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="1"/>
	</ElementType>
	<ElementType name="ScanIdentifications" content="eltOnly" model="closed">
		<attribute type="fdt:busCategory" required="yes"/>
		<attribute type="resultState" required="yes"/>
		<element type="ScanIdentification" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<element type="ScanIdentifications" minOccurs="1" maxOccurs="1"/>
	</ElementType>
</Schema>
