Created
January 30, 2009 22:00
-
-
Save flazz/55290 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<premis> | |
<event> | |
<eventIdentifier> | |
<eventIdentiferType>URI</eventIdentiferType> | |
<eventIdentiferValue>daitss:$event_id</eventIdentiferValue> | |
</eventIdentifier> | |
<eventType> | |
<!-- spell out daitss:EVENT_TYPE in nice english --> | |
<!-- CODE: english --> | |
<!-- 'CPD' - change preservation level down | |
'CPU' - change preservation level up | |
'CV' - virus check | |
'D' - disseminate | |
'DEL' - delted file that was previously inggested | |
'DLK' - downloaded link | |
'I' - ingest | |
'L' - localized | |
'M' - migrated | |
'N' - normalized | |
'RM' - refreshed media | |
'UNKNOWN' - actually unknown | |
'VC' - verify checksum | |
'WA' - withdraw by archive/affiliate | |
'WO' - withdraw by owner/operator | |
'FC' - fixity check | |
--> | |
</eventType> | |
<eventDateTime><!-- 8601 should suffice --></eventDateTime> | |
<eventDetail> | |
<!-- daitss:procedure --> | |
</eventDetail> | |
<eventOutcomeInformation> | |
<eventOutcome> | |
<!-- daitss:outcome --> | |
</eventOutcome> | |
<eventOutcomeDetail> | |
<!-- daitss:note --> | |
</eventOutcomeDetail> | |
</eventOutcomeInformation> | |
<!-- TODO tackle REL_OID next --> | |
</event> | |
</premis> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment