Translations Element (ASSL)

Contains the collection of Translation elements associated with the parent element.

Syntax

  
<Action><!-- or one of the elements listed below in the Element Relationships table -->  
   ...  
   <Translations>  
      <Translation>...</Translation>  
      <!-- or -->  
      <Translation xsi:type="AttributeTranslation">...</Translation><!-- parent: DimensionAttribute or ScalarMiningStructureColumn -->  
      <!-- or -->  
      <Translation xsi:type="RelationshipEndTranslation">...</Translation><!-- parent: RelationshipEnd -->  
   </Translations>  
   ...  
</Action>  

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 Action, AttributeRelationship, CalculationProperty, Cube, CubeDimension, Database, Dimension, DimensionAttribute, Hierarchy, Kpi, Level, Measure, MiningModel, MiningModelColumn, MiningStructure, Perspective, RelationshipEnd, ScalarMiningStructureColumn, TableMiningStructureColumn
Child elements See the table below.
Ancestor or Parent Child Element
DimensionAttribute or ScalarMiningStructureColumn Translation of type AttributeTranslation
RelationshipEnd Translation of type RelationshipEndTranslation
All others Translation

Remarks

The corresponding elements in the Analysis Management Objects (AMO) object model are TranslationCollection and AttributeTranslationCollection.