Provides a definition of a function, described as a series of X-Y pairs.
| Related Elements | One/Many | Description |
|---|---|---|
| XY_PAIR | Many | Data for function: Y = function(X) |
The order of the XY_PAIRs will be arranged by increasing x value of the XY_PAIRs.
<FUNCTION.XY ID = "1" NAME = "Function1_fun" > <XY_PAIR XI = "0.0" YI= "0.0" /> <XY_PAIR XI = "1.0" YI= "1.0" /> </FUNCTION.XY>
Or, in table format:
<FUNCTION.XY
ID = "1"
NAME = "Function1_fun"
>
<TABLE
TYPE = "XY_PAIR"
>
| XI YI |
0.0 0.0
1.0 1.0
</TABLE>
</FUNCTION.XY>