<Schema name="FDTInterbusIdentSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes">
    <!--Definition of Attributes-->
    <AttributeType name="schemaVersion" dt:type="number" default="1.21"/>
    <AttributeType name="busProtocol" dt:type="enumeration" dt:values="protocol_IBS protocol_IBS_PCP  protocol_IBS_BASE_PROFILE"/>
    <!--                						                   -->
    <!--                IBS                  						-->
    <!--                Simple Interbus Device                      -->
    <!--                Config Frame Data                             -->
    <!--                						                    -->
    <AttributeType name="systemNumber" dt:type="ui1"/>
    <AttributeType name="segmentNumber" dt:type="ui1"/>
    <AttributeType name="positionNumber" dt:type="ui1"/>
    <AttributeType name="identCode" dt:type="ui1"/>
    <AttributeType name="PDLength" dt:type="ui1"/>
    <AttributeType name="PALength" dt:type="ui1"/>
    <!--                						                    -->
    <!--                IBS_PCP             				      -->
    <!--                Standard PCP devices        -->
    <!--                Data from Identify Confirmation         -->
    <!--                						                    -->
    <AttributeType name="deviceName" dt:type="string"/>
    <AttributeType name="manufacturerName" dt:type="string"/>
    <AttributeType name="firmwareRevision" dt:type="string"/>
    <!--                						                   -->
    <!--                IBS_BASE_PROFILE 				      -->
    <!--                Base Profile devices                            -->
    <!--                						                    -->
    <AttributeType name="hardwareRevision" dt:type="string"/>
    <AttributeType name="orderId" dt:type="string"/>
    <AttributeType name="vendorId" dt:type="ui8"/>
    <AttributeType name="deviceFamily" dt:type="string"/>
    <AttributeType name="pcpVersion" dt:type="string"/>
    <AttributeType name="commProfile" dt:type="string"/>
    <!--                                        -->
    <!--                  general      -->
    <!--                                        -->
    <AttributeType name="idDTMSupportLevel" dt:type="enumeration" dt:values="genericSupport profileSupport blockspecificProfileSupport specificSupport"/>
    <AttributeType name="manufacturerSpecificExtension" dt:type="string"/>
    <AttributeType name="match" dt:type="string"/>
    <AttributeType name="nomatch" dt:type="string"/>
    <ElementType name="RegExpr" content="empty" model="closed">
        <attribute type="match" required="no"/>
        <attribute type="nomatch" required="no"/>
    </ElementType>
</Schema>
