Topic metadata can be specified in a DITA map as well as in the topics that the map references. By default, metadata in the map supplements or overrides metadata that is specified at the topic level, unless the @lockmeta attribute of the <topicref> element is set to "no".
<prolog>
<metadata>
<audience name="AdminNovice"
type="administrator"
job="customizing"
experiencelevel="novice">
</metadata>
</prolog>
....
<p audience="AdminNovice ProgrammerExp">This paragraph applies to both
novice administrators and expert programmers</p>
AdminNovice is associated
with the audience element with the same name, which gives authors and processes more
information about the audience in question: in this case, that the "AdminNovice" audience
consists of administrators who are customizing and who are new at it.
‣ Parent topic: Section 1.2.3. DITA metadata
‣ Previous topic: Section 1.2.3.2. Metadata attributes
‣ Section 1.2.3.4. Cascading of attributes and metadata in a DITA map