Skip to content

Instantly share code, notes, and snippets.

@flazz
Created January 30, 2009 22:00
Show Gist options
  • Save flazz/55290 to your computer and use it in GitHub Desktop.
Save flazz/55290 to your computer and use it in GitHub Desktop.
<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