Actions Element (ASSL)
- Articol
-
-
Contains the collection of actions for a Cube or Perspective element.
Syntax
<Cube> <!-- or Perspective -->
...
<Actions>
<Action xsi:type="DrillThroughAction">...</Action> <!-- ancestor: Cube -->
<Action xsi:type="ReportAction">...</Action> <!-- ancestor: Cube -->
<Action xsi:type="StandardAction">...</Action> <!-- ancestor: Cube -->
<!-- or -->
<Action xsi:type="PerspectiveAction">...</Action> <!-- ancestor: Perspective -->
</Actions>
...
</Cube>
Element Characteristics
Characteristic |
Description |
Data type and length |
None (collection) |
Default value |
None (collection) |
Cardinality |
0-1: Optional element that can occur once and only once. |
Element Relationships
Relationship |
Element |
Parent elements |
Cube, Perspective |
Child elements |
See the table below. |
The corresponding elements in the Analysis Management Objects (AMO) object model are ActionCollection and PerspectiveActionCollection.