4.6.6. Metadata Type Mapping

However, the main part of the configuration for this serialization class is the mapping of the metadata types to specific tables and table columns. To understand the explanations described below, it is therefore useful to be familiar with the AGORA database schema.

For each metadata type there is a <Metadata> element. Within this element the table, column or even a value is selected. Each <Metadata> element must have a <InternalName> and <TableName> subelement. <InternalName> contains the internal name of the metadata type and <TableName> contains the name of the table in which the value of the metadata is to be stored. Depending on the database management system, it may be necessary to pay attention to upper and lower case. According to the relation between structural unit and metadata, there are several ways to store the metadata:

Beispiel: Nutzung einer Werteliste für die Wertkonvertierung

<Metadata>
    <InternalName>DocLanguage</InternalName>
    <TableName>Doc</TableName>
    <TableColumn>IDLanguage</TableColumn>
    <ValueList>languagelist</ValueList>
</Metadata>

Last updated