|
|
The IMesh Toolkit
[ Work In Hand > Components >
OAI Normalization tools]
OAI normalization Tools: schematic view of record
| |
Comments |
| <record> |
|
| |
<header> |
detail omitted |
| |
</header> |
|
| |
<metadata> |
The metadata part consists of a single root tag with nested
tags belonging to the metadata format (in this case Dublin Core) |
| |
|
<dc> |
|
| |
|
|
<title></title> |
This part contains zero, one or more of each of the elements:
title, creator, subject, description, publisher, contributor,
date, type, format, identifier, source, language, relation,
coverage, rights |
| |
|
|
<subject></subject> |
|
| |
|
|
<subject></subject> |
|
| |
|
|
<type></type> |
|
| |
|
</dc> |
|
| |
</metadata> |
|
| |
<about> |
detail omitted |
| |
</about> |
|
| </record> |
|
|