.. _ref-mets-format: ================ METS File Format ================ This section introduces the METS file format and how it is used by MyTARDIS. The Metadata Encoding & Transmission Standard (METS) is defined at http://www.loc.gov/standards/mets/. A good overview is available from: http://www.loc.gov/standards/mets/presentations/METS.ppt. The XML fragments below are all taken from this :doc:`mets-example`. The METS file is broken up in to a number of sections: --------- The metsHdr contains the institution name of the experiment, as shown below:: Adelaide University METS Exporter 0.1 The key attributes / values are: * Organisation Name: Institution -------- A Descriptive Metadata Section is created for the core experiment metadata and each dataset. The experiment core metadata has an id of "E-1" and datasets have an id of "D-x", where x is a simple iterator, as shown below:: SAXS Test experiment Primary Citation http://www.blahblah.com/espanol Hello world hello world 2011-12-31 13:55:00 2035-11-29 14:33:00 Gerry G. author Alvin K author Moscatto Brothers author Bluebird The key attributes / values are: Experiment: * mods:title: The Experiment Title * mods:abstract: The Experiment Abstract / Description * tardis:startTime: The Experiment Start Date * tardis:endTime: The Experiment End Date * mods:namePart: The Experiment Authors Dataset: * mods:title: The Dataset Description -------- An Administrative Metadata Section is created for each parameter set. Each parameter set is assigned an id of "A-x", where x is a simple iterator, as shown below:: 1234 METS Test 0.0450647 411.947 554.619 0.6702 2.26206 PIL200K 559.038 UDEF1_2_PV1_2_3_4_5 10.0 0.0 290.0 49.4420 1.2914 20.000 12.000 26.316 2.0007 1.2999 0.0 281443.0 0.0 Fri Apr 16 03:15:16 2010 679274.0 ... The key attributes / values are: * xmlns:tardis: The namespace of the schema * tardis:: Each parameter in the parameter set. --------- MyTARDIS creates a single File Group within the File Section, and a File entry for each datafile. The ADMID attribute links in the Parameter Sets defined in the amdSec, as shown below:: ... The key attributes / values are: * MIMETYPE: The file mime-type * OWNERID: The file name * SIZE: The file size in bytes * xlink:href: The url of the file ----------- The Structure Map is used to group datafiles in to datasets, as shown below::
------------ Unused by MyTARDIS. ------------- Unused by MyTARDIS.