2.4.2 Base Settings
The <config:config-item>
element contains all base settings. The value of the setting is stored in the
element.
<define name="config-config-item">
<element
name="config:config-item">
<ref
name="config-config-item-attlist"/>
<text/>
</element>
</define>
Config Name
The config:name attribute identifies the name of the
setting.
<define name="config-config-item-attlist"
combine="interleave">
<attribute
name="config:name">
<ref
name="string"/>
</attribute>
</define>
Config Type
The config:type attribute identifies the data type of
setting.
<define name="config-config-item-attlist"
combine="interleave">
<attribute
name="config:type">
<choice>
<value>boolean</value>
<value>short</value>
<value>int</value>
<value>long</value>
<value>double</value>
<value>string</value>
<value>datetime</value>
<value>base64Binary</value>
</choice>
</attribute>
</define>