Eclipse.org Eclipse.org
XML Element

<description> element

Device Kit Attributes Elements XML Reference
Specifies the description of the parent element. The description element documents the Device Kit XML file and the generated code.

Content type: string

Examples: description examples


Sibling NameSibling Description
Element <description> element siblings
<deprecated>New Specifies that the contents of this element should be marked as deprecated.
<specreference>Specification reference for this file connection.
<inputpath>Specifies the file input path name.
<inputname>Specifies the input file name.
<outputpath>Specifies the file output path name.
<outputname>Specifies the output file name.
<deprecated>New Specifies that the contents of this element should be marked as deprecated.
<provider>Specifies the provider.
<version>Specifies the version level. The format of the version number should be n.n.n where n is a number. For example, 1.0.0 is a valid version.
<vendor>Specifies an implementing vendor.
<spec>Hardware specification documentation for this adapter.
<specreference>Specification reference for this adapter.
<customparameter>Specifies a custom parameter for this adapter.
<exportservice>Specifies the name of the Open Services Gateway Initiative (OSGi) adapter service to be exported.
<import>Specifies the name of the package to be imported.
<profileref>Specifies the name of the profile to be supported.
<command>Defines a command supported by this concrete device.
<commands>Specifies a command group.
<group>Defines a group supported by this concrete device.
<measurement>Defines a measurement supported by this concrete device.
<signal>Defines a signal supported by this concrete device.
<device>Specifies the device used by the adapter.
<bundle>Specifies an Open Services Gateway Initiative (OSGi) bundle should be created.
<managedbundle>Specifies an Open Services Gateway Initiative (OSGi) managed bundle should be created.
<managedfactorybundle>Specifies an Open Services Gateway Initiative (OSGi) managed factory bundle should be created.

Element NameElement Description
Element <description> element tree
<dkml>Specifies the root element of a Device Kit Device Kit Language (dkml) document.
¦--<description>Description of a Device Kit Markup Language (dkml) element.
¦--<pids>Specifies the defined pids.
¦  ¦--<description>Specifies the pids description.(see description)
¦  ¦--<specreference>Specification reference for pids.
¦  ¦  ¦--<description>Description of the specification reference.(see description)
¦  ¦  ¦--<spec>The hardware specification documentation.
¦  ¦  ¦  ¦--<description>Description of the specification.(see description)
¦  ¦--<pid>Specifies the pid.
¦  ¦  ¦--<description>Description of the parameter identifier (PID).(see description)
¦  ¦  ¦--<specreference>Specification reference for this parameter identifier (PID).(see specreference)
¦  ¦  ¦--<scale>Specifies the value to scale the parameter value.
¦  ¦  ¦  ¦--<description>Description of the scale.(see description)
¦  ¦  ¦  ¦--<specreference>Specification reference for this scale.(see specreference)
¦  ¦  ¦--<shift>Specifies the value to shift the parameter value.
¦  ¦  ¦  ¦--<description>Description of the shift.(see description)
¦  ¦  ¦  ¦--<specreference>Specification reference for this shift.(see specreference)
¦  ¦  ¦--<translate>Specifies the value to add (translate) to the parameter value.
¦  ¦  ¦  ¦--<description>Description of the translate.(see description)
¦  ¦  ¦  ¦--<specreference>Specification reference for this translate.(see specreference)
¦  ¦  ¦--<units>Specifies the optional parameter identifier (pid) units.
¦  ¦  ¦  ¦--<description>Description of the units.(see description)
¦  ¦  ¦  ¦--<specreference>Specification reference for this units.(see specreference)
¦--<adapter>Specifies an adapter.
¦  ¦--<description>Description of the adapter.(see description)
¦  ¦--<spec>Hardware specification documentation for this adapter.(see spec)
¦  ¦--<specreference>Specification reference for this adapter.(see specreference)
¦  ¦--<customparameter>Specifies a custom parameter for this adapter.
¦  ¦  ¦--<description>Description of the custom parameter.(see description)
¦  ¦--<profileref>Specifies the name of the profile to be supported.
¦  ¦  ¦--<description>Description of the profile reference.(see description)
¦  ¦  ¦--<commandref>Specifies a command reference.
¦  ¦  ¦  ¦--<description>Description of the command reference.(see description)
¦  ¦  ¦--<measurementref>Specifies a measurement reference.
¦  ¦  ¦  ¦--<description>Description of the measurement reference.(see description)
¦  ¦  ¦--<signalref>Specifies a signal reference.
¦  ¦  ¦  ¦--<description>Description of the signal reference.(see description)
¦  ¦--<command>Defines a command supported by this concrete device.
¦  ¦  ¦--<description>Specifies the command description.(see description)
¦  ¦  ¦--<specreference>Specification reference for this command.(see specreference)
¦  ¦  ¦--<message>Specifies the message to execute the command.
¦  ¦  ¦  ¦--<description>Description of the message.(see description)
¦  ¦  ¦  ¦--<specreference>Specification reference for this message.(see specreference)
¦  ¦  ¦  ¦--<parameter>Specifies a parameter within the message.
¦  ¦  ¦  ¦  ¦--<description>Description of the parameter.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this parameter.(see specreference)
¦  ¦  ¦  ¦  ¦--<enum>Specifies a enum for this parameter.
¦  ¦  ¦  ¦  ¦  ¦--<description>Description of the enum.(see description)
¦  ¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this enum.(see specreference)
¦  ¦  ¦  ¦  ¦--<scale>Specifies the value to scale the parameter value.(see scale)
¦  ¦  ¦  ¦  ¦--<shift>Specifies the value to shift the parameter value.(see shift)
¦  ¦  ¦  ¦  ¦--<translate>Specifies the value to add (translate) to the parameter value.(see translate)
¦  ¦  ¦  ¦  ¦--<units>Specifies the optional parameter units.(see units)
¦  ¦  ¦  ¦--<parameters>Specifies a group of parameters.
¦  ¦  ¦  ¦  ¦--<description>Specifies the parameters description.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this group of parameters.(see specreference)
¦  ¦  ¦  ¦  ¦--<parameter>Specifies the parameter.(see parameter)
¦  ¦  ¦  ¦--<filter>Specifies the message filter.
¦  ¦  ¦  ¦  ¦--<description>Description of the filter.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this filter.(see specreference)
¦  ¦  ¦--<data>Specifies the data to execute the command.
¦  ¦  ¦  ¦--<description>Description of the data.(see description)
¦  ¦  ¦  ¦--<specreference>Specification reference for this data.(see specreference)
¦  ¦  ¦  ¦--<units>Specifies the optional data units.(see units)
¦  ¦--<commands>Specifies a command group.
¦  ¦  ¦--<description>Specifies the commands description.(see description)
¦  ¦  ¦--<specreference>Specification reference for this group of commands.(see specreference)
¦  ¦  ¦--<command>Specifies the command within the group of commands.(see command)
¦  ¦--<group>Defines a group supported by this concrete device.
¦  ¦  ¦--<description>Description of the group.(see description)
¦  ¦  ¦--<spec>Hardware specification documentation for this group.(see spec)
¦  ¦  ¦--<specreference>Specification reference for this group.(see specreference)
¦  ¦  ¦--<command>Specifies a command that is supported by this group.(see command)
¦  ¦  ¦--<commands>Specifies a command group.(see commands)
¦  ¦  ¦--<measurement>Specifies a measurement supported by this group.
¦  ¦  ¦  ¦--<description>Specifies the measurement description.(see description)
¦  ¦  ¦  ¦--<specreference>Specification reference for this measurement.(see specreference)
¦  ¦  ¦  ¦--<message>Specifies the measurement message.(see message)
¦  ¦  ¦  ¦--<data>Specifies the measurement data.(see data)
¦  ¦  ¦  ¦--<readcommand>Specifies the command to request a read of the current value of the measurement.
¦  ¦  ¦  ¦  ¦--<description>Specifies the command description.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this command.(see specreference)
¦  ¦  ¦  ¦  ¦--<message>Specifies the message to execute the command.(see message)
¦  ¦  ¦  ¦  ¦--<data>Specifies the data to execute the command.(see data)
¦  ¦  ¦  ¦--<writecommand>Specifies the command to request a change of the measurement value.
¦  ¦  ¦  ¦  ¦--<description>Specifies the command description.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this command.(see specreference)
¦  ¦  ¦  ¦  ¦--<message>Specifies the message to execute the command.(see message)
¦  ¦  ¦  ¦  ¦--<data>Specifies the data to execute the command.(see data)
¦  ¦  ¦  ¦--<signal>Specifies the signal containing the measurement value.
¦  ¦  ¦  ¦  ¦--<description>Specifies the signal description.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this signal.(see specreference)
¦  ¦  ¦  ¦  ¦--<message>Specifies the message to trigger the signal.(see message)
¦  ¦  ¦  ¦  ¦--<data>Specifies the data when the signal triggers.(see data)
¦  ¦  ¦  ¦  ¦--<messages>Specifies the messages to trigger the signal.
¦  ¦  ¦  ¦  ¦  ¦--<description>Specifies the messages description.(see description)
¦  ¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this group of messages.(see specreference)
¦  ¦  ¦  ¦  ¦  ¦--<message>Specifies the message.(see message)
¦  ¦  ¦  ¦  ¦--<pid>Specifies the pid for this signal.(see pid)
¦  ¦  ¦  ¦  ¦--<parameter>Specifies a message parameter.(see parameter)
¦  ¦  ¦  ¦  ¦--<parameters>Specifies a parameter group.(see parameters)
¦  ¦  ¦  ¦  ¦--<scale>Scale the value.(see scale)
¦  ¦  ¦  ¦  ¦--<shift>Shift the value.(see shift)
¦  ¦  ¦  ¦  ¦--<translate>Translate (add) to the value.(see translate)
¦  ¦  ¦  ¦--<parameter>New Specifies a parameter used to extract/insert the information within the parent data.(see parameter)
¦  ¦  ¦  ¦--<parameters>New Specifies a group of parameters.(see parameters)
¦  ¦  ¦  ¦--<units>Specifies the measurement units.(see units)
¦  ¦  ¦  ¦--<value>Specifies the optional initial measurement value.
¦  ¦  ¦  ¦  ¦--<description>Description of the value.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this value.(see specreference)
¦  ¦  ¦  ¦--<scale>Specifies a numeric scale value.(see scale)
¦  ¦  ¦  ¦--<shift>Specifies an integer shift value.(see shift)
¦  ¦  ¦  ¦--<translate>Specifies a numeric translate (add) value.(see translate)
¦  ¦  ¦--<signal>Specifies a signal supported by this group.(see signal)
¦  ¦--<measurement>Defines a measurement supported by this concrete device.(see measurement)
¦  ¦--<signal>Defines a signal supported by this concrete device.(see signal)
¦  ¦--<device>Specifies the device used by the adapter.
¦  ¦  ¦--<description>Description of the device.(see description)
¦  ¦  ¦--<spec>Hardware specification documentation for this device.(see spec)
¦  ¦  ¦--<specreference>Specification reference for this device.(see specreference)
¦  ¦  ¦--<pids>Specifies the defined pids.(see pids)
¦  ¦  ¦--<command>Specifies a command that is supported by this device.(see command)
¦  ¦  ¦--<commands>Specifies a command group.(see commands)
¦  ¦  ¦--<group>Defines a group supported by this device.(see group)
¦  ¦  ¦--<measurement>Specifies a measurement supported by this device.(see measurement)
¦  ¦  ¦--<signal>Specifies a signal supported by this device.(see signal)
¦  ¦  ¦--<commandref>Specifies a command reference.(see commandref)
¦  ¦  ¦--<measurementref>Specifies a measurement reference.(see measurementref)
¦  ¦  ¦--<signalref>Specifies a signal reference.(see signalref)
¦  ¦  ¦--<transport>Specifies the transport used by the device.
¦  ¦  ¦  ¦--<description>Description of the transport.(see description)
¦  ¦  ¦  ¦--<spec>Hardware specification documentation for this device.(see spec)
¦  ¦  ¦  ¦--<specreference>Specification reference for this transport.(see specreference)
¦  ¦  ¦  ¦--<customparameter>Specifies a custom parameter.(see customparameter)
¦  ¦  ¦  ¦--<message>Specifies a transport message.(see message)
¦  ¦  ¦  ¦--<connectionservice>Specifies the connection used by the transport.
¦  ¦  ¦  ¦  ¦--<description>Description of the connection service.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this connection service.(see specreference)
¦  ¦  ¦  ¦--<file>Specifies a file connection.
¦  ¦  ¦  ¦  ¦--<description>Description of the file connection.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this file connection.(see specreference)
¦  ¦  ¦  ¦--<randomaccessfile>Specifies a random access file connection.
¦  ¦  ¦  ¦  ¦--<description>Description of the random access file connection.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this random access file connection.(see specreference)
¦  ¦  ¦  ¦--<serial>Specifies a serial port connection.
¦  ¦  ¦  ¦  ¦--<description>Description of the serial connection.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this serial connection.(see specreference)
¦  ¦  ¦  ¦--<tcpip>Specifies a Transmission Control Protocol/Internet Protocol (TCP/IP) connection.
¦  ¦  ¦  ¦  ¦--<description>Description of the Transmission Control Protocol/Internet Protocol (TCP/IP) connection.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this Transmission Control Protocol/Internet Protocol (TCP/IP) connection.(see specreference)
¦  ¦  ¦  ¦--<tcpipserver>Specifies a Transmission Control Protocol/Internet Protocol (TCP/IP) server connection.
¦  ¦  ¦  ¦  ¦--<description>Description of the Transmission Control Protocol/Internet Protocol (TCP/IP) server connection.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this Transmission Control Protocol/Internet Protocol (TCP/IP) server connection.(see specreference)
¦  ¦  ¦  ¦--<urlconnection>Specifies a Uniform Resource Locator (URL) connection.
¦  ¦  ¦  ¦  ¦--<description>Description of the Uniform Resource Locator (URL) connection.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this Uniform Resource Locator (URL) connection.(see specreference)
¦  ¦  ¦  ¦--<usb>Specifies a USB connection.
¦  ¦  ¦  ¦  ¦--<description>Description of the USB connection.(see description)
¦  ¦  ¦  ¦  ¦--<specreference>Specification reference for this USB connection.(see specreference)
¦  ¦  ¦  ¦--<transportservice>Specifies the name of the Open Services Gateway Initiative (OSGi) transport service to be used by the transport.
¦  ¦  ¦  ¦  ¦--<description>Description of the Open Services Gateway Initiative (OSGi) transport service.(see description)
¦  ¦  ¦--<transportservice>Specifies the Open Services Gateway Initiative (OSGi) transport service name.(see transportservice)
¦  ¦  ¦--<udp>Specifies a User Diagram Protocol (UDP) transport.
¦  ¦  ¦  ¦--<description>Description of the User Diagram Protocol (UDP) transport.(see description)
¦  ¦  ¦  ¦--<specreference>Specification reference for this User Diagram Protocol (UDP) transport.(see specreference)
¦  ¦  ¦--<managedbundle>Specifies an Open Services Gateway Initiative (OSGi) managed bundle should be created.
¦  ¦  ¦  ¦--<description>Description of the managed bundle.(see description)
¦  ¦  ¦--<managedfactorybundle>Specifies an Open Services Gateway Initiative (OSGi) managed factory bundle should be created.
¦  ¦  ¦  ¦--<description>Description of the factory bundle.(see description)
¦--<adaptertest>Specifies an adapter test.
¦  ¦--<description>Description of the adapter test.(see description)
¦  ¦--<spec>Hardware specification documentation for this adapter.(see spec)
¦  ¦--<send>Specifies the message(s) to send during the test.
¦  ¦  ¦--<description>Specifies the send description.(see description)
¦  ¦  ¦--<specreference>Specification reference for this send.(see specreference)
¦  ¦  ¦--<message>Specifies the message to send.(see message)
¦  ¦--<adapter>Specifies the adapter to be tested.(see adapter)
¦  ¦--<monitor>Specifies a monitor test. Currently, not supported.
¦  ¦  ¦--<description>Description of the monitor test.(see description)
¦  ¦--<playback>Specifies a playback test. Currently, not supported.
¦  ¦  ¦--<description>Description of the playback test.(see description)
¦--<agent>Specifies an agent.
¦  ¦--<description>Description of the agent.(see description)
¦  ¦--<spec>Hardware specification documentation for this agent.(see spec)
¦  ¦--<specreference>Specification reference for this agent.(see specreference)
¦  ¦--<customparameter>Specifies a custom parameter for this agent.(see customparameter)
¦  ¦--<agentmodel>Specifies the agent model used by the agent.
¦  ¦  ¦--<description>Description of the agent model.(see description)
¦  ¦  ¦--<spec>Hardware specification documentation for this device.(see spec)
¦  ¦  ¦--<specreference>Specification reference for this agent model.(see specreference)
¦  ¦  ¦--<customparameter>Specifies a custom parameter for this agent model.(see customparameter)
¦  ¦  ¦--<device>Specifies the device used by the agent model.(see device)
¦  ¦--<device>Specifies the device used by the agent.(see device)
¦--<agentmodel>Specifies the agent model used by the agent.(see agentmodel)
¦--<agenttest>Specifies an agent test.
¦  ¦--<description>Description of the agent test.(see description)
¦  ¦--<spec>Hardware specification documentation for this agent.(see spec)
¦  ¦--<send>Specifies the message(s) to send during the test.(see send)
¦  ¦--<agent>Specifies the agent to be tested.(see agent)
¦  ¦--<agentmodeltest>Specifies the agent model test.
¦  ¦  ¦--<description>Description of the agent model test.(see description)
¦  ¦  ¦--<spec>Hardware specification documentation for this device.(see spec)
¦  ¦  ¦--<agentmodel>Specifies the agent model to be tested.(see agentmodel)
¦  ¦  ¦--<monitor>Specifies a monitor test. Currently, not supported.(see monitor)
¦  ¦  ¦--<playback>Specifies a playback test. Currently, not supported.(see playback)
¦  ¦--<monitor>Specifies a monitor test. Currently, not supported.(see monitor)
¦  ¦--<playback>Specifies a playback test. Currently, not supported.(see playback)
¦--<agentmodeltest>Specifies an agent model test.(see agentmodeltest)
¦--<concrete>Specifies a concrete device.
¦  ¦--<description>Description of the concrete device.(see description)
¦  ¦--<spec>Hardware specification documentation for this concrete device.(see spec)
¦  ¦--<specreference>Specification reference for this concrete device.(see specreference)
¦  ¦--<pids>Specifies the defined pids.(see pids)
¦  ¦--<command>Defines a command supported by this concrete device.(see command)
¦  ¦--<commands>Specifies a command group.(see commands)
¦  ¦--<group>Defines a group supported by this concrete device.(see group)
¦  ¦--<measurement>Defines a measurement supported by this concrete device.(see measurement)
¦  ¦--<signal>Defines a signal supported by this concrete device.(see signal)
¦  ¦--<transport>Specifies the transport used by the device.(see transport)
¦  ¦--<transportservice>Specifies the name of the Open Services Gateway Initiative (OSGi) transport service to be used by the device.(see transportservice)
¦  ¦--<udp>Specifies a User Diagram Protocol (UDP) transport.(see udp)
¦  ¦--<managedbundle>Specifies an Open Services Gateway Initiative (OSGi) managed bundle should be created.(see managedbundle)
¦  ¦--<managedfactorybundle>Specifies an Open Services Gateway Initiative (OSGi) managed factory bundle should be created.(see managedfactorybundle)
¦--<concretetest>Specifies a concrete test.
¦  ¦--<description>Description of the concrete test.(see description)
¦  ¦--<spec>Hardware specification documentation for this concrete device.(see spec)
¦  ¦--<concrete>Specifies the concrete device to be tested.(see concrete)
¦  ¦--<monitor>Specifies a monitor test. Currently, not supported(see monitor)
¦  ¦--<playback>Specifies a playback test. Currently, not supported(see playback)
¦--<connection>Specifies an connection.
¦  ¦--<description>Description of the connection.(see description)
¦  ¦--<specreference>Specification reference for this connection.(see specreference)
¦  ¦--<managedbundle>Specifies an Open Services Gateway Initiative (OSGi) managed bundle should be created.(see managedbundle)
¦  ¦--<managedfactorybundle>Specifies an Open Services Gateway Initiative (OSGi) managed factory bundle should be created.(see managedfactorybundle)
¦--<connectiontest>Specifies an connection test.
¦  ¦--<description>Description of the connection test.(see description)
¦  ¦--<spec>Hardware specification documentation for this connection.(see spec)
¦  ¦--<send>Specifies the message(s) to send during the test.(see send)
¦  ¦--<connection>Specifies the connection to be tested.(see connection)
¦  ¦--<monitor>Specifies a monitor test. Currently, not supported.(see monitor)
¦  ¦--<playback>Specifies a playback test. Currently, not supported.(see playback)
¦--<device>Specifies a device.(see device)
¦--<devicetest>Specifies a device test.
¦  ¦--<description>Description of the device test.(see description)
¦  ¦--<spec>Hardware specification documentation for this device test.(see spec)
¦  ¦--<device>Specifies the device to be tested.(see device)
¦  ¦--<monitor>Specifies a monitor test. Currently, not supported.(see monitor)
¦  ¦--<playback>Specifies a playback test. Currently, not supported.(see playback)
¦--<profile>Specifies a profile.
¦  ¦--<description>Description of the profile.(see description)
¦  ¦--<spec>Hardware specification documentation for this profile.(see spec)
¦  ¦--<specreference>Specification reference for this profile.(see specreference)
¦  ¦--<customparameter>Specifies a custom parameter for this adapter.(see customparameter)
¦  ¦--<profileparent>Profile parent.
¦  ¦  ¦--<description>Description of the profile reference.(see description)
¦  ¦  ¦--<profileref>New Specifies profile parent.(see profileref)
¦  ¦--<profileuses>Profile uses.
¦  ¦  ¦--<description>Description of the profile reference.(see description)
¦  ¦  ¦--<profileref>New Specifies profile uses.(see profileref)
¦  ¦--<command>Specifies a command that is supported by this profile.(see command)
¦  ¦--<commands>Specifies a command group.(see commands)
¦  ¦--<group>Defines a group supported by this profile.(see group)
¦  ¦--<measurement>Specifies a measurement supported by this profile.(see measurement)
¦  ¦--<signal>Specifies a signal supported by this profile.(see signal)
¦  ¦--<adapter>Specifies the adapter used by the profile.(see adapter)
¦  ¦--<device>Specifies the device used by the profile.(see device)
¦  ¦--<managedbundle>Specifies an Open Services Gateway Initiative (OSGi) managed bundle should be created.(see managedbundle)
¦  ¦--<managedfactorybundle>Specifies an Open Services Gateway Initiative (OSGi) managed factory bundle should be created.(see managedfactorybundle)
¦--<profiletest>Specifies a profile test.
¦  ¦--<description>Description of the profile test.(see description)
¦  ¦--<spec>Hardware specification documentation for this profile.(see spec)
¦  ¦--<send>Specifies the message(s) to send during the test.(see send)
¦  ¦--<profile>Specifies the profile to be tested.(see profile)
¦  ¦--<monitor>Specifies a monitor test. Currently, not supported.(see monitor)
¦  ¦--<playback>Specifies a playback test. Currently, not supported.(see playback)
¦--<testagent>Specifies a test agent.
¦  ¦--<description>Description of the test agent.(see description)
¦  ¦--<spec>Hardware specification documentation for this test.(see spec)
¦  ¦--<profile>Specifies the profile to be tested.(see profile)
¦--<transport>Specifies a transport.(see transport)
¦--<transporttest>Specifies a transport test.
¦  ¦--<description>Description of transport test.(see description)
¦  ¦--<spec>Hardware specification documentation for this device.(see spec)
¦  ¦--<send>Specifies the message(s) to send during the test.(see send)
¦  ¦--<transport>Specifies the transport to be tested.(see transport)
¦  ¦--<monitor>Specifies a monitor test. Currently, not supported.(see monitor)
¦  ¦--<playback>Specifies a playback test. Currently, not supported.(see playback)

Copyright (c) IBM 2007. Device Kit XML Reference 1.0.0