Value Element (ASSL)
Contains the value of the parent element.
Syntax
<AlgorithmParameter> <!-- or one of the elements listed below in the Element Relationships table -->
...
<Value>...</Value>
...
</AlgorithmParameter>
Element Characteristics
Characteristic |
Description |
||||||||
---|---|---|---|---|---|---|---|---|---|
Data type and length |
|
||||||||
Default value |
None |
||||||||
Cardinality |
1-1: Required element that occurs once and only once. |
Element Relationships
Relationship |
Element |
---|---|
Parent elements |
AlgorithmParameter, Annotation, Kpi, ReportFormatParameter, ReportParameter, ServerProperty |
Child elements |
None |
Remarks
The Value element contains the value associated with the parent object. The expected value of the Value element varies depending on the parent element, as described in the following table.
Parent element |
Expected value |
---|---|
The value of the algorithm parameter. |
|
The value of the annotation. |
|
A Multidimensional Expressions (MDX) expression used to calculate the value of the key performance indicator (KPI). |
|
The value of the report format parameter. |
|
An MDX expression used to calculate the value of the report parameter. |
|
The value of the server property for the currently running instance. |
The elements that correspond to the parents of Value in the Analysis Management Objects (AMO) object model are AlgorithmParameter, Annotation, Kpi, ReportParameter, and ServerProperty.