2.1.3.27 LocalizedDisplayName

Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog

Referenced by: LocalizedDisplayNames

A complex type that specifies a localized name. The text associated with this element is the localized name associated with the specified language code identifier (LCID).

Attributes:

LCID: An xs:integer attribute that specifies the LCID.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="LocalizedDisplayName" mixed="true">
   <xs:attribute name="LCID" type="xs:integer" use="required"/>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).