Options

Description

Options holds the ExtraValue type, which contains a name value pairing for future arguments on certain calls.

Parameters

Name Type Description
extraOption ExtraValue Holds a name value pairing for future elements.

Usage

None.

XML

The following XML shows Options as seen in a typical call.

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