Freigeben über


Actions-Element (ASSL)

Enthält die Auflistung der Aktionen für ein Cube - oder 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>  

Elementmerkmale

Merkmal BESCHREIBUNG
Datentyp und -länge Keine (Auflistung)
Standardwert Keine (Auflistung)
Kardinalität 0-1: Optionales Element, das nur einmal auftreten kann.

Elementbeziehungen

Beziehung Element
Übergeordnete Elemente Cube, Perspective
Untergeordnete Elemente Siehe Tabelle unten.
Vorgänger oder übergeordnetes Element Untergeordnete Elemente
Cube DrillThroughAction, ReportAction, StandardAction
Perspektive PerspectiveAction

Hinweise

Die entsprechenden Elemente im Analysis Management Objects -Objektmodell (AMO) sind und ActionCollectionPerspectiveActionCollection.