2.1.11 TCulture

In CSDLBI 2.0 and CSDLBI 2.5, the TCulture complex type<57> contains the translated names and/or descriptions for the parent element that contains this TCulture element.

The TCulture complex type is defined in the schema as follows.

 <xs:complexType name="TCulture">
   <xs:attribute name="Name" type="xs:string" use="required" />
   <xs:attribute name="Caption" type="xs:string" />
   <xs:attribute name="Description" type="xs:string" />
 </xs:complexType>

The attributes that are defined by the TCulture complex type are specified in the following table.

Attribute

Description

Name

The name of the culture.

Caption

The translated user-friendly display name of the parent element that contains this TCulture element.

Description

The translated description of the parent element that contains this TCulture element.