Partitions Element (ASSL)

Contains the collection of Partition elements used by a MeasureGroup element, or the collection of partition bindings that make up an out-of-line MeasureGroupBinding element.

Syntax

<MeasureGroup> <!-- or MeasureGroupBinding -->
   ...
   <Partitions>
      <Partition>...</Partition> <!-- parent: MeasureGroup -->
      <!-- or -->
      <Partition xsi:type="PartitionBinding">...</Partition> <!-- parent: MeasureGroupBinding -->
   </Partitions>
   ...
</MeasureGroup>

Element Characteristics

Characteristic

Description

Data type and length

None

Default value

None

Cardinality

0-1: Optional element that can occur once and only once.

Element Relationships

Relationship

Element

Parent elements

MeasureGroup, MeasureGroupBinding

Child elements

Ancestor or ParentChild Element

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is PartitionCollection.

See Also

Reference