Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Currently no attributes for <physicalDescription> are implemented in the DAMS.

Subelements

The following subelements of <physicalDescription> are used in the DAMS:

  • internetMediaType
  • (extent)
  • (form)

Subelement <physicalDescription><internetMediaType>

Guidelines for use

The file format in subelement <internetMediaType> is specified according to the template given in IANA's list of Media Types (formerly known as MIME types): https://www.iana.org/assignments/media-types/media-types.xhtml. Note that the expected values in the DAMS in some cases differ from the IANA specification. The expected values for JPEG and GIF images are "image/jpeg" and "image/gif" respectively, even though these values are not present in the IANA list.

The DAMS software expects one of the following values for file format specification:

File formatinternetMediaType valueDAMS manual ingest form labelAvailable for Content Model
Canon Raw V2image/x-rawcr2Image
Graphics Interchange Formatimage/gifgifImage
JPEG (ISO/IEC 10918-1)image/jpegjpg/jpegImage
Portable Network Graphicsimage/pngpngImage
Photoshop Documentapplication/photoshoppsdImage
Tagged Image File Formatimage/tifftif/tiffImage
*otherotherImage
Audio Interchange File Formataudio/aiffaif/aiffAudio
AU Sound fileaudio/auauAudio
MPEG-4 Audio file (typically AAC, ALAC)audio/m4am4aAudio
MPEG-1/2 Audio Layer IIIaudio/mpegmp3Audio
Waveform Audio File Formataudio/x-wavwavAudio
Windows Media Audioaudio/wmawmaAudio
*otherotherAudio
Portable Document Formatapplication/pdf

pdf

Paged Content
Tagged Image File Formatimage/tifftif/tiffPaged Content
*otherotherPaged Content

not-applicable

N/A

Paged Content
Comma-separated valuestext/csvcsvText
Office Open XML (WordprocessingML)application/msworddocxText
EPUBtext/epubepubText
Portable Document Formatapplication/pdfpdfText
Rich Text Formattext/rtfrtfText
Plain texttext/txttxtText
Text file with XML contenttext/xmlxmlText
Office Open XML (SpreadsheetML)

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

xlsxText
Microsoft Excel (BIFF)

application/vnd.ms-excel

xlsText
*otherotherText
Audio Video Interleavevideo/aviaviVideo
Camtasia Studio recordingvideo/camreccamrecVideo
ISO (question)binary/isoisoVideo
M4V File (Apple)video/m4vm4vVideo
QuickTime File Formatvideo/quicktimemovVideo
MPEG-4 Part 14video/mp4mp4Video
MPEG Transport Stream (container format for different kinds of video format)video/mtsmtsVideo
Shockwave Flash

application/x-shockwave-flash

swfVideo
Windows Media Video

video/x-ms-wmv

wmvVideo
*otherotherVideo


Attributes

Element Parts

Details

XPath syntax examples

lang

values:

Enter ISO-639-2 language code (3 letters). Default value is "eng" for English.

Additional information: Preferably, use ISO-639-2 codes designated "T" (terminology use).

physicalDescription/internetMediaType[@lang="eng"]
displayLabel

value:

  • File Format
physicalDescription/internetMediaType[@displayLabel="File Format"]

Subelements

No subelements for <internetMediaType>.

XML Examples

Code Block
languagexml
collapsetrue
<physicalDescription>
	<internetMediaType lang="eng" displayLabel="File format">image/jpeg</internetMediaType>
</physicalDescription>

<physicalDescription>
	<internetMediaType lang="eng" displayLabel="File format">application/pdf</internetMediaType>
</physicalDescription

Mappings

Dublin Core

...