2.2.3.22 LocalizedDisplayNames

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

Referenced by: Model, LobSystem, LobSystemInstance, MetadataObject, Entity, Identifier, Method, FilterDescriptor, Parameter, TypeDescriptor, Association, IndividuallySecurableMetadataObject, MethodInstance, AssociationGroup, Action, ActionParameter

A complex type that specifies a list of localized names of a MetadataObject.

Child Elements:

LocalizedDisplayName: A LocalizedDisplayName element (section 2.2.3.21) that specifies a localized name.

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

 <xs:complexType name="LocalizedDisplayNames">
   <xs:sequence>
     <xs:element name="LocalizedDisplayName" type="bdc:LocalizedDisplayName" minOccurs="1" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

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