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 See the table below.
Default value None
Cardinality 1-1: Required element that occurs once and only once.
Ancestor or Parent Data Type
AlgorithmParameter Any simpleType
ServerProperty Any simpleType
All others String

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
AlgorithmParameter The value of the algorithm parameter.
Annotation The value of the annotation.
Kpi A Multidimensional Expressions (MDX) expression used to calculate the value of the key performance indicator (KPI).
ReportFormatParameter The value of the report format parameter.
ReportParameter An MDX expression used to calculate the value of the report parameter.
ServerProperty 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.

See Also

Properties (ASSL)