2.2.4.2.2.18.1 AttributeTranslation

This complex type represents a translation of a DimensionAttribute in a specific language. The AttributeTranslation type is an extension of the Translation type, and includes all its elements.

   <xsd:complexType name="AttributeTranslation">
     <xsd:all>
       <xsd:element name="Language" type="xsd:unsignedInt"/>
       <xsd:element name="Caption" type="xsd:string" minOccurs="0"/>
       <xsd:element name="Description" type="xsd:string" minOccurs="0"/>
       <xsd:element name="DisplayFolder" type="xsd:string" minOccurs="0"/>
       <xsd:element name="Annotations"  minOccurs="0">
         <xsd:complexType>
           <xsd:sequence>
             <xsd:element name="Annotation"  type="Annotation" minOccurs="0"
                          maxOccurs="unbounded"/>
           </xsd:sequence>
         </xsd:complexType>
       </xsd:element>
       <xsd:element name="CaptionColumn" type="DataItem"  minOccurs="0" />
       <xsd:element name="MembersWithDataCaption" type="xsd:string"  minOccurs="0" />
     </xsd:all>
   </xsd:complexType>

The following table includes only the elements that are in addition to the AttributeTranslation type. All elements from the Translation type are also included.

Element

Read-Only

Default value

Description

CaptionColumn

None

The source column for the attribute member captions.

MembersWithDataCaption

None

The caption template for data members. This applies only if Usage is set to Parent in the DimensionAttribute.