<ST_FunctionArgument> (Function Argument)

Conditional expression function argument.

This simple type is defined as a union of the following types:

  • TheST_VariableType simple type (§5.9.7.64).

Referenced By

<if@arg>5.9.2.15)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_FunctionArgument" final="restriction">
	<union memberTypes="ST_VariableType"/>
</simpleType>