argument
  Defines an argument value for a call to a database
API.
 
Here is an example of how you can use this element in a commandBlock.
<commandBlock> 
  <commands> 
    <sessionStartCommand> 
      <arguments> 
        <argument> 
          <name>OCI_ATTR_USERNAME</name> 
          <value>PROXY_USER1</value> 
        </argument> 
        <argument> 
            <name>OCI_ATTR_PASSWORD</name> 
            <value>password1</value> 
        </argument> 
      </arguments> 
    </sessionStartCommand> 
  </commands> 
</commandBlock>
