XML Element: sub-value
Displays an initial value when a local-entry field is a type of multi-enum. It must contain as its value one of the enum items specified by an enumeration.
Parent elements |
initial-entry |
Child elements |
None |
Format
<wd:sub-value>Text string</wd:sub-value>
Attributes
None.
Example
<wd:local-entry
title="Most Active Markets"
name="ActiveMkts"
<wd:type base="multi-enum">
<wd:enumeration value="Select two most active"/>
<wd:enumeration value="USA"/>
<wd:enumeration value="China"/>
<wd:enumeration value="South America"/>
<wd:enumeration value="Europe"/>
</wd:type>
<wd:initial-value>
<wd:sub-value>Select two most active</wd:sub-value>
</wd: initial-value>
</wd:local-entry>