Usage.xml data – Echelon NodeBuilder Resource Report Generator User Manual

Page 41

Advertising
background image

Usage.xml Data

A usage.xml file contains usage hints displayed in XHTML text. Each hint can include
any XHTML and HTML tags that can be included in an HTML table cell (<td> </td>
tags). However, the markup must conform to XHTML rules. Additional restrictions apply
and are listed later in this document.

Each usage hint applies to a part of the report. The usage.xml file contains an unlimited
number of hint nodes, whose value contains the usage hint. Each usage hint element also
carries a hint identifier, whose value determines the reported item to which the usage hint
applies. You can include any of the hint references listed in Table 6.1:

Table 6.1 Usage Hint Data: Supported Hint References

Hint applies to…

ID Attribute

Example

set <hint

id=”set”>

description here
</hint>

The entire resource file set

<fully qualified set name>

<hint id=”Echelon
80:00:01:00:00:00:00:00-3”>
description here
</hint>

Network Variable

<nvt-name> <hint

id=”SNVT_switch”>

description here
</hint>

Configuration Property

<cpt-name>

<hint id=”SCPTgain”>
description here
</hint>

Functional Profile

<fpt-name> <hint

id=”SFPTopenLoopSensor”>

description here
</hint>

Enumeration <enum-tag>

<hint

id=”boolean_t”>

description here
</hint>

Network Variable Member (for
structures or union types)

<nvt-name>::<member-
name>

<hint id=”SNVT_switch::value”>
description here
</hint>

Configuration Property (for structures or
union types)

<cpt-name>::<member-
name>

<hint id=” SCPTgain::multiplier”>
description here
</hint>

Enumeration member

<enum-tag>::<enum-
member>

<hint id=”occup_t::OC_BYPASS”>
description here
</hint>

Functional Profile member

<fpt-name>::<fpt-member> <hint

id=”UFPTmyFpt::nvoValue”>

description here
</hint>

39

NodeBuilder Resource Report Generator User’s Guide

Advertising