Name

provider

Simple Provider — Simple Provider

<provider class="xms.template.provider.SimpleProvider" > child tags </provider>

Table 49. Attributes for provider tag (for xms.template.provider.SimpleProvider)

NameDescriptionTypeDefault ValueRequired
nameSets a name for this provider for referenceString any character combinationSimple Providerno

Child Tags

Var

<var >value</var>

Table 50. Attributes for var tag (for xms.template.provider.SimpleProvider)

NameDescriptionTypeDefault ValueRequired
nameNameString any character combinationnoneno
valueValueString any character combinationnoneno

Sublist

<sublist > child tags </sublist>

Table 51. Attributes for sublist tag (for xms.template.provider.SimpleProvider)

NameDescriptionTypeDefault ValueRequired
nameNameString any character combinationnoneno
Child Tags
Entry

<entry> child tags </entry>

[Note]Note
There are no attributes for this tag
Child Tags
Var

<var >value</var>

Table 52. Attributes for var tag (for xms.template.provider.SimpleProvider)

NameDescriptionTypeDefault ValueRequired
nameNameString any character combinationnoneno
valueValueString any character combinationnoneno

Example 50. Example configuration for Simple Provider

Required attributes are marked with a bold typeface

<provider class="xms.template.provider.SimpleProvider"
      name="name">
    <var name="name">
        value
    </var>
    <sublist name="name">
        <entry>
            <var name="name">
                value
            </var>
        </entry>
    </sublist>
</provider>