Actions Element (ASSL)
Contains the collection of actions for a Cube or Perspective element.
Sintaxis
<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
Child elements
Ancestor or Parent
Child Elements
CubeDrillThroughAction, ReportAction, StandardAction
Notas
The corresponding elements in the Analysis Management Objects (AMO) object model are ActionCollection and PerspectiveActionCollection.