| skip navigationThe Library of Congress » Standards » MODS Official Web Site |
Top-level Element: <part>
Guidelines for Use<part> is a container element used when the purpose of the MODS record is to describe a particular part of a larger resource. Typically, the MODS record provides sufficient information to identify the larger resource, but the specific part is the focus of the MODS record. Examples include an issue of a journal, a single story from a collection, or one reel of microfilm in a set. The content standard you are using will determine whether to use <part> or not. If not, use <partName> and/or <partNumber> under the top level element <titleInfo> instead. Specific Attribute Informationtype Definition
The type of part.
Application
Suggested values include volume, issue, chapter, section, paragraph, and track. Other values may be used as needed.
order Definition
An integer used to express the ordinal number of a part.
Application
For example the following indicates the order of the paragraphs within the resource:
<part type="paragraph" order="1">
.....
<part type="paragraph" order="2">
.....
Subelement: <detail>
Guidelines for UseUse this subelement to indicate the numbering and type of designation of the part in relation to the parent item. Specific Attribute Informationtype Definition
The type of detail described.
Application
Suggested values include part, volume, issue, chapter, section, paragraph, and track. Other values may be used as needed.
level Definition
An integer that designates the hierarchical level within the parent item when multiple <detail> elements are supplied.
Application
Use to ensure that the proper order of details is retained.
Subelement of <detail>: <number>
Guidelines for UseNumbering can be expressed in plain text, for example, Part 1, Supplement A, Book two. Subelement of <detail>: <caption>
Guidelines for UseThis may be the same as the type attribute for <detail>, but it conveys what is on the item being described. Subelement of <detail>: <title>
Guidelines for UseOnly include if this is different than the title in <titleInfo><title>. Subelement: <extent>
Guidelines for UseExamples include pages, minutes, etc. Specific Attribute Informationunit Definition
The unit associated with the value.
Application
There is no controlled set of values for unit.
Subelement of <extent>: <start>
Guidelines for UseFor example, the first page number in the range. Subelement of <extent>: <end>
Guidelines for UseFor example, the last page number in the range. Subelement of <extent>: <total>
Guidelines for UseFor example, use "5" to indicate a total of five pages. Subelement of <extent>: <list>
Guidelines for UseFor example: '5-9' to indicate "5 through 9". '1, 2, 5-9' to indicate "1, 2, 5, 6, 7, 8, and 9" Subelement: <date>
Guidelines for UseIf a structured date is used, indicate the formatting source using the encoding attribute. If no point attribute is specified, date is assumed to be a single date. Subelement: <text>
Guidelines for UseUse this subelement to record information in textual form when other subelements will not capture the appropriate information. Specific Attribute Informationtype Definition
The type of part.
Application
There is no controlled list of part types.
EXAMPLES<mods>
<titleInfo>
<title>Dana</title>
<subTitle>an Irish magazine of independent thought</subTitle> <partNumber>Vol. 1, no. 4</partNumber> </titleInfo>
<part> <detail>
<title>Wayfarers (Poem)</title>
</detail>
<extent unit="pages"> <start>97</start>
<end>98</end> </extent>
</part>
<mods>
<mods>
<titleInfo>
<title>Puzzling Out the Post-Fordist Debate</title>
<subTitle>Technology, Markets and Institutions</subTitle>
</titleInfo>
<name type="personal">
<namePart type="given">Mark</namePart>
<namePart type="family">Elam</namePart>
<role>
<roleTerm type="text">editor</namePart>
</role>
</name>
<originInfo>
<dateIssued>1994</dateIssued>
<publisher>Blackwell Publishers</publisher>
<place>
<placeTerm type='text">Oxford</placeTerm>
</place>
</originInfo>
<relatedItem type="host">
<titleInfo>
<title>Post-Fordism</title>
<subTitle>A Reader</subTitle> </titleInfo>
<name type="personal"> <namePart type="given">Ash</namePart>
<namePart type="family">Amin</namePart> <role> <roleTerm type="text">editor</roleTerm>
</role>
</name>
<originInfo> <dateIssued>1994</dateIssued>
<publisher>Blackwell Publishers</publisher> <place> <placeTerm type="text">Oxford</placeTerm>
</place>
</originInfo>
<part> <extent unit="page">
<start>43</start>
<end>70</end> </extent>
</part>
</relatedItem>
</mods>
MAPPINGSMARC Mapping (Bibliographic)See MARC Mapping to MODS for the <part> element. Dublin Core MappingSee MODS to Dublin Core Metadata Element Set Mapping. Last Updated: November 7, 2022 |