Versions Compared

Key

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

...

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

  • extent
  • (internetMediaType)
  • (form)

Subelement <physicalDescription><extent>

Guidelines for use

Enter the number of pages in a paginated resource, or the dimensions of bibliographic or graphic materials. Avoid using symbols to denote units of measurement (e.g. 1"). Example values include number of photographs or an image's dimensions, or duration for A/V material. The element may be used with electronic resources, e.g. for digitized collection of slides, to show how many slides constitute the resource. Consult RDA or DACS standards for best practices. Follow your unit/collection guidelines per Supervisor/Collection Owner.

Attributes

Attribute nameDetailsXPath 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/extent[@lang="eng"]

Subelements

No subelements for extent.

XML Examples

Code Block
languagexml
collapsetrue
<physicalDescription>
	<extent lang=”eng”>236 pages</extent>
</physicalDescription>

<physicalDescription>
	<extent lang=”eng”>18 X 24 inches</extent>
</physicalDescription>

<physicalDescription>
	<extent>56 min.</extent>
</physicalDescription>

Mappings

Dublin Core

...