ExtraValue

Description

ExtraValue holds a name value pairing for future elements.

Parameters

Name Type Description
name string Holds the name of a future element.
value string Holds the value of a future element.

Usage

None.

XML

The following XML shows ExtraValue in the <urn:extraOption> element in a typical call.

<urn:options>
    <urn:extraOption>
        <urn:name></urn:name>
        <urn:value></urn:value>
    </urn:extraOption>
</urn:options>