Class 1 object metsHdr

From Devwiki
Revision as of 07:50, 7 July 2006 by Lvd (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Class 1 object

Here is the metsHdr element. We need to decide which subelements and attributes are default values, and which specific to each document. Perhaps in the batch ingest all will be default values.

Important points to note is the use of IDs.

Also the automatically generation of the CREATEDATE and the LASTMODDATE attributes.

We also need to agree a series of terms for the RECORDSTATUS, or agree on term for use with the present set of records we intend to ingest.

	
:<METS:metsHdr ID="metsHdr1" CREATEDATE="2005-11-15T14:30:30"
:LASTMODDATE="2005-11-15T14:30:30" RECORDSTATUS="public">
::<METS:agent ROLE="CREATOR" TYPE="INDIVIDUAL" ID="agent1">
:::<METS:name>Alan Hughes</METS:name>
::</METS:agent>
::<METS:agent ROLE="DISSEMINATOR" TYPE="ORGANIZATION" ID="agent2">
:::<METS:name>Llyfrgell Genedlaethol Cymru</METS:name>
::</METS:agent>
::<METS:agent ROLE="EDITOR" TYPE="INDIVIDUAL" ID="agent3">
:::<METS:name>Glen Robson</METS:name>
::</METS:agent>
:</METS:metsHdr>