Difference between revisions of "MULTIMEDIA RECORD"

From PGVWiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 17:09, 26 October 2008

The MULTIMEDIA_RECORD collects the details for a multimedia file or a collection of multimedia files.

The BLOB context of the multimedia record was removed in version 5.5.1. A reference to a multimedia file was added to the record structure. The file reference occurs one to many times so that multiple files can be grouped together, each pertaining to the same context. For example, if you wanted to associate a sound clip and a photo, you would reference each multimedia file and indicate the format using the FORM tag subordinate to each file reference.

MULTIMEDIA_RECORD:= 
n @XREF:OBJE@ OBJE {1:1} 
 +1 FILE <MULTIMEDIA_FILE_REFN> {1:M}
  +2 FORM <MULTIMEDIA_FORMAT> {1:1}
   +3 TYPE <SOURCE_MEDIA_TYPE> {0:1}
  +2 TITL <DESCRIPTIVE_TITLE> {0:1}
 +1 REFN <USER_REFERENCE_NUMBER> {0:M}
  +2 TYPE <USER_REFERENCE_TYPE> {0:1}
 +1 RIN <AUTOMATED_RECORD_ID> {0:1}
 +1 <<NOTE_STRUCTURE>> {0:M}
 +1 <<SOURCE_CITATION>> {0:M}
 +1 <<CHANGE_DATE>> {0:1}


[[fr:ENREGISTREMENT MULTIMEDIA]