mode
Specifies whether the parameter passed to a procedure is an input parameter, an output parameter, or an input parameter that is changed during execution.
Content model
Content type is NMTOKEN.
The possible values of this element are restricted to the following.
- in
Specifies an input parameter.
- out
Specifies an output parameter.
- inout
Specifies a parameter that is overwritten during execution.