Tamino XML Server Version 9.7
 —  Tamino Non-XML Indexer  —

Mapped Properties

The schema, which is described in the previous document, applies directly to files produced by StarOffice and OpenOffice applications. Properties produced by other applications are mapped as described below.

This document lists all properties that are mapped to elements defined in the Tamino Non-XML Indexer schema (see the previous document entitled Schema Reference Information).


Microsoft Office

Microsoft Office property Tamino Non-XML Indexer example
title
<dc:title>My Title</dc:title>
subject
<dc:subject>My Subject</dc:subject>
keywords
<meta:keywords>
  <meta:keyword>keyword1 keyword2... </meta:keyword>
</meta:keywords>
comments
<dc:description>my comments</dc:description>
author
<meta:initial-creator>L.M. Name</meta:initial-creator>
lastrevised
<meta:user-defined name="lastrevised">lastrevised</meta:user-defined>
lastsavedatetime
<dc:date>2003-05-05T16:00Z</dc:date>
lastprinted
<meta:print-date>2003-05-05T17:00Z</meta:print-date>
edittime
<meta:user-defined name="edittime">edittime</meta:user-defined>
createdatetime
<meta:creation-date>2003-05-04T08:00Z</meta:creation-date>
application
<meta:generator>notepad</meta:generator>
template
<meta:template>my template</meta:template>
revision
<meta:editing-cycles>2</meta:editing-cycles>
pagecount
<meta:document-statistic pagecount="320"/>
lastauthor
<dc:creator>P.Q. Name</dc:creator>
manager
<meta:user-defined name="manager">S.T. Name</meta:user-defined>
category
<meta:user-defined name="category">my category</meta:user-defined>
company
<meta:user-defined name="company">EZ Corporation</meta:user-defined>

Top of page

RTF (Rich Text Format)

RTF property Tamino Non-XML Indexer example
created
<meta:creation-date>2003-05-04T08:00Z</meta:creation-date>
title
<dc:title>My Title</dc:title>
author
<meta:initial-creator>L.M. Name</meta:initial-creator>

Top of page

PDF (Portable Document Format)

PDF property Tamino Non-XML Indexer example
Date
<dc:date>2003-05-05T16:00Z</dc:date>
Title
<dc:title>My Title</dc:title>
Author
<meta:initial-creator>L.M. Name</meta:initial-creator>
Creator
<meta:generator>notepad</meta:generator>
Producer
<meta:user-defined name="Producer">
  G.H. Name
</meta:user-defined>

Note:
The Tamino Non-XML Indexer supports the extraction of content and metadata from PDF files. However, in some circumstances, for example if the PDF file contains encrypted objects, no content information can be extracted.

Top of page

MP3

MP3 property Tamino Non-XML Indexer example
genre
<meta:user-defined name="genre">classical</meta:user-defined>
year
<meta:user-defined name="year">1993</meta:user-defined>
comment
<dc:description>my comments</dc:description>
album
<meta:user-defined name="album">
  Best of Bach
</meta:user-defined>
artist
<meta:user-defined name="artist">
  Glen Gould
</meta:user-defined>
title
<dc:title>Partita No. 4</dc:title>

Top of page