IBM InfoSphere Master Data Management, Version 11.3The InfoSphere® MDM Workbench provides a project type, called the MDM metadata project, to represent a metadata package. After a metadata project is created, different types of metadata (such as specs) can be created within it. A metadata package represents a collection of metadata content of varying types. When you finish creating the metadata, the enclosing metadata package can be deployed to the InfoSphere MDM runtime using the InfoSphere MDM Workbench. Alternatively, you can also deploy the metadata package using the MDMENV command line deployment tool.
<localemap:locale>
<localemap:name>en</localemap:name>
<localemap:description>English</localemap:description>
</localemap:locale>
A metadata project can reference other metadata projects
to adopt their locale configuration. This process is cumulative, and
the locale configuration is inherited though a project reference hierarchy.
Project references are stored within the project file, in the project
root. The references are defined as project elements as follows: <projectDescription>
...
<projects>
<project>project1</project>
<project>project2</project>
...
<project>projectN</project>
<project>root</project>
</projects>
...
</projectDescription>
The project is a standard Eclipse file created by the InfoSphere MDM Workbench from information supplied when a new project is created.
It contains additional information about the project, such as its
name.After you finish creating the internal schema, you can use the InfoSphere MDM Workbench to generate the external schema and the localized schema. In addition it generates a nlsTemplate.properties file that can be used as the template of a translation properties file.