2.2.4.2.2.18 Translation

This complex type represents a translation of an object in a specific language.

   <xsd:complexType name="Translation">
     <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:all>
   </xsd:complexType>

Element

Read-Only

Default value

Description

Language

[Required]

The locale ID of the language. For more details on locale identifiers, see [MS-LCID].

Caption

Empty

The caption of the object in the language represented by the Language element.

Description

Empty

The description for the object.

DisplayFolder

Empty

The folder in which the object is displayed.

Annotations

Empty

A collection of Annotation objects.