HOME >> MODS 3.7 Changes
Proposed Changes MODS 3.7 -- Units
October 24th, 2017
-
Always use plural form (not singular) e.g. pages not page.
So if this example is included in the guidelines, there should be a note to that effect.
-
No abbreviations. (Feet, not Ft.)
-
For “start”, “end” and “total”, only total will be machine processible. For example:
<mods:part>
<mods:extent unit='pages">
<mods:start>13</mods:start>
<mods:end>24</mods:start>
<mods:total>12</mods:start>
</mods:part>
start (13) and end (24) are strings, total (12) is integer
-
@unit occurs (1) as an attribute of extent in part; or (2) an attribute of physicalDescription.
you can include or omit the attribute @unit in either case, and if you omit it then the values are not intended to be machine processible. If it is included, it is intended to be machine processible and that would be possible only if the value of unit is understood, which is why we are trying to normalize it.
|