Difference between revisions of "EPrint Object"

From EPrints Documentation
Jump to: navigation, search
(Built in Fields)
Line 27: Line 27:
 
* latitude ([[float field]])
 
* latitude ([[float field]])
 
* longitude ([[float field]])
 
* longitude ([[float field]])
 +
 +
=== Local Fields ===
 +
 +
EPrint objects have many more fields, which are defined in [[eprint_fields.pl]]
 +
 +
== Related configuration files ==
 +
 +
* '''[[eprint_fields.pl]]''' -
 +
* '''[[eprint_fields_automatic.pl]]''' -
 +
* '''[[eprint_fields_default.pl]]''' -
 +
* '''[[eprint_render.pl]]''' -
 +
* '''[[eprint_validate.pl]]''' -
 +
* '''[[eprint_warnings.pl]]''' -
 +
* [[Archives/ARCHIVEID/cfg/workflows/eprint/]]
 +
* [[Archives/ARCHIVEID/cfg/namedsets/]]eprint
 +
* [[Archives/ARCHIVEID/cfg/lang/en/phrases/]]
 +
**  eprint_fields.xml - names, help text and names for options (in set fields) of fields in the EPrint Object.
 +
** eprint_order.xml - human readable rendering of the allowed orderings of search results for eprint searches.
 +
** eprint_types.xml - name and description of each of the eprint types.

Revision as of 17:15, 5 January 2007

Data Object representing a single EPrint record.

It belongs to the "eprint" dataset.

In the API it is represented as an instace of EPrints::DataObj::EPrint

Metadata Fields

Built in Fields

Local Fields

EPrint objects have many more fields, which are defined in eprint_fields.pl

Related configuration files