XML Element: type
Identifies the data type of a metric-entry or local-entry elements.
Parent elements |
metric-entry, local-entry |
Child elements |
enumeration, leftdigits, rightDigits |
Format
<wd:type base="boolean"/>
or
<wd:type base="enum">
<wd:enumeration value="High"/>
<wd:enumeration value="Medium"/>
<wd:enumeration value="Low"/>
</wd:type>
Attributes
Attribute | Description |
---|---|
base |
Identifies the data type for this entry. Can be one of the following:
|
Example
The following example defines an entry as a string type:
<wd:local-entry
title="Activity Notes"
name=”ActivityNotes”>
<wd:type base=”string”/>
</wd:local-entry>