Actions 要素 (ASSL)
- [アーティクル]
-
-
Cube 要素または Perspective 要素のアクションのコレクションを格納します。
構文
<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>
要素の特性
特徴 |
説明 |
データ型と長さ |
なし (コレクション型) |
既定値 |
なし (コレクション型) |
カーディナリティ |
0-1 : 省略可能な要素で、出現する場合は 1 回だけの出現が可能です |
要素の関係
AMO (分析管理オブジェクト) オブジェクト モデルの対応する要素は、 と ActionCollection です PerspectiveActionCollection。