Event Recorder and Component Viewer  Version 1.5.1
MDK Debugger Views for Status and Event Information
/component_viewer/component

Define the name of component that is described in this SCVD file. This element specifies also the version of the SCVD file.

Parent Element Element Chain
component_viewer /component_viewer
Attributes Description Type Use
name Alphanumeric string identifying the component. Used as menu entry to open viewers. xs:string required
version Alphanumeric string identifying the version of the component description. xs:string optional

Example:

<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
<component name="RTOS" version="1.21.23"/> <!-- name and version of the component -->
...
</component_viewer>