objectType InputParam
extends BaseParam
A description of a service or function parameter having a fixed data type. DALI-compliant services should use VOTableType here, others should use SimpleDataType.
Members
| name | type | mult | description |
|---|---|---|---|
| dataType | DataType | optional | A type of data contained in the parameter. |
| use | ParamUse | An indication of whether this parameter is required to be provided for the application or service to work properly. | |
| std | ivoa:boolean | If true, the meaning and behavior of this parameter is reserved and defined by a standard interface. If false, it represents an implementation-specific parameter that effectively extends the behavior of the service or application. |
Containment
This is contained by ParamHTTP