| Code |
Meaning |
Description |
| 1 |
is copied to |
Copy parent element value to child element |
| 2 |
is sum of |
Sum the child element values and copy it to parent element |
| 3 |
is average of |
Compute the mean of child element values and copy to parent element |
| 4 |
is standard deviation of |
Compute the standard deviation of child element values and copy to parent element |
| 5 |
is minimum of |
Compute the minimum of child element values and copy to parent element |
| 6 |
is maximum of |
Compute the maximum of child element values and copy to parent element |
| 7 |
is variance of |
Compute the varianceof child element values and copy to parent element |
| 8 |
is count of |
Compute the total of child element values and copy to parent element |