<Schema name="FDTSERCOSIdentSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" 
			   xmlns:fdt="x-schema:FDTDataTypesSchema.xml">
	<!-- Version of the Schema -->
	<AttributeType name="schemaVersion" dt:type="number" default="1.00"/>
	
	<!-- Identity attributes mapped to semantic name as defined in table 10 -->
	<AttributeType name="busProtocol" dt:type="enumeration" dt:values="SERCOS"/>
	<AttributeType name="sercosAddresses" dt:type="string"/>
	
	<!-- General attributes as described above -->
	<AttributeType name="idDTMSupportLevel" dt:type="enumeration" dt:values="genericSupport profileSupport blockspecificProfileSupport specificSupport identSupport"/>
	<AttributeType name="match" dt:type="string"/>
	<AttributeType name="nomatch" dt:type="string"/>
	
	<!-- Elements as described above -->
	<ElementType name="RegExpr" content="empty" model="closed">
		<attribute type="match" required="no"/>
		<attribute type="nomatch" required="no"/>
	</ElementType>
</Schema>
