Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor text update

Body:

EMPTY


Attributes:

Namename
The parameter name
Definitiontext(optional)A free-text definition of the parameter
DataType(text | integer | decimal | float | double | date | time | datetime | string | boolean | double | hexBinary | base64Binary | hexFloat | base64Float | partialDate | partialTime | partialDatetime | durationDatetime | intervalDatetime | incompleteDatetime | incompleteDate | incompleteTime | URI )
Parameter datatype
OrderNumberpositiveInteger(optional)Position of the Parameter in the MethodSignature


Contained in:


A The Parameter attribute represent a method parameter used as part of a MethodSignature in MethodDef, ConditionDef, or RangeCheck. A parameter Parameter identifies values passed to a Method that may be processed by a FormalExpression. To maintain the relative simplicity of MethodDef implementations, default values and optional parameters are not explicitly supported.

...