<?xml version="1.0"?>
<Schema name="FDTCIPDeviceTypeIdentSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:cipident="x-schema:FDTCIPIdentSchema.xml" xmlns:fdt="x-schema:FDTDataTypesSchema.xml" xmlns:cip="x-schema:DTMCIPDataTypeSchema.xml">
	<!-- Version of the Schema -->
	<AttributeType name="schemaVersion" dt:type="number" default="1.0"/>
	<!--Definition of Elements-->
	<ElementType name="IdBusProtocol" content="eltOnly" model="closed">
		<attribute type="cipident:busProtocol" required="no"/>
		<element type="cipident:RegExpr" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="DeviceIdentification" content="eltOnly" model="closed">
		<attribute type="cipident:idDTMSupportLevel" required="yes"/>
		<element type="IdBusProtocol" minOccurs="1" maxOccurs="1"/>
		<element type="cip:CIPDeviceIdentity" minOccurs="1" maxOccurs="1"/>
	</ElementType>
	<ElementType name="DeviceIdentifications" content="eltOnly" model="closed">
		<attribute type="fdt:busCategory" required="yes"/>
		<element type="DeviceIdentification" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<element type="DeviceIdentifications" minOccurs="1" maxOccurs="1"/>
	</ElementType>
</Schema>
