An overview of the metadata configuration program (MDC)
When you install a FotoWare server application, a little helper application is installed and placed in the FotoWare program group in the server's Start menu, called Metadata Configuration. This application reads the contents of the MetadataConfiguration.xml file in the ProgramData\FotoWare\Metadata folder on the system drive and displays them in a tree of namespaces.
All FotoWare server applications that run on the same Windows instance share this common metadata configuration schema. After updating the metadata configuration, all FotoWare services on the server need to be restarted to load the new metadata configuration.
Note: FotoStation clients use their own metadata configuration. Any changes to the metadata configuration on the FotoWare server(s) should also be made on the client side, for example through deployment of the metadata schema to FotoStation clients.
MDC overview
Once opened, the metadata configuration program is split in two sections. On the left is a list of namespaces and on the right are the fields that are part of the namespace selected in the left panel.
Clicking on a namespace, such as Dublin Core, for example, displays the fields in that namespace. Above the list of fields are a URL and an alias. The URL is the unique identifier that sets this namespace apart from all other namespaces. If you create your own namespace you should make sure you assign a url to it that is completely unique - many choose to use their website url and actually publish their field definitions on the url they specify so that others may benefit from their field definitions.
The Alias is a short code that is used to refer to the namespace. Typically you can see it if you perform a dump of the XMP block content of an asset you've captioned. FotoStation, for example, shows this content when you open the properties of a file.
Languages node
The XMP specification and FotoWare’s implementation has support for multi-lingual metadata, and also built in support for multiple languages for the user interface of the metadata editors. You can localize the displayed labels and enter metadata for several different languages. If you require this functionality in your system, you should select all the languages you want to use in the Languages node.
Show all Languages: Only the most common languages are shown by default. If you would like to insert metadata for an additional language that is not on the list, select the Show all languages checkbox to view all available languages.
Namespaces node
Here you will find the different namespaces defined in the schema file. A namespace is a way of grouping related fields and avoid name collision between fields with identical names. You can add a namespace either by creating a totally new namespace (right-click on the Namespaces node and select Add namespace from the context menu), or you can import a namespace that somebody else has created (right-click on the Namespaces node, and select Import namespace from file from the pop-up menu). Note, however, that creating a new namespace is normally done to create a new set of fields for a particular purpose. If you need to create one new field, you should create your own namespace if possible, since existing namespaces are locked per se. However, we allow you to add fields (that are missing) to existing namespaces. Make sure that the field you add conforms to the exact specification of the namespace in question. Also, if you discover that you organization needs to create a number of new fields for a use that is not covered in the included namespaces, you should create your own namespace to insert these new fields.
Namespace naming conventions
A namespace will often contain information about who created it and what it should be used for. The namespace is identified by a URI, a Unique Resource Identifier, (often on the format http://ns.domain.com/namespace/version/). Note that the URI doesn’t have to be a valid web address, but the identifier must be unique. Use a domain name that you own when creating a new namespace. Alternatively, use purl.org (external link) to create vendor-independent URIs.
XMP Fields node
When you click on the XMP fields node, you will see a list of all the available XMP fields in the schema file. When expanding the XMP fields node you see the list of groups. Two groups (IPTC Core and FotoWare IPTC) are predefined. A group is a way of making it easier to locate fields that you need to view. The groups will appear in FotoWare applications to make it easier to find the fields you need. A group can consist of fields from multiple different namespaces, as in the case of IPTC Core.
If you wish, you can create new fields and/or new groups (right-click on the XMP Fields node and select Add new field or Add new group, respectively, from the pop-up menu) . Add a field to a group by selecting the field and then dragging and dropping the field into the new group.
What's next?
Next, you may want to try creating a new namespace.