---
vocabularyId: "1275"
title: "ISBDM Extent of Unitary Structure value vocabulary"
uri: "http://iflastandards.info/ns/isbdm/values/1275"
description: "This value vocabulary is a source of values for a has extent of unitary structure element."
prefix: "isbdm"
type: "Vocabulary"
scopeNote: "The vocabulary does not cover the full scope of the element and may be extended with additional values."
isDefinedBy: "http://iflastandards.info/ns/isbdm/values/1275"
startCounter: 1000
uriStyle: "numeric"
caseStyle: "kebab-case"
RDF:
rdf:type:
- "skos:ConceptScheme"
skos:prefLabel:
en: "ISBDM Extent of Unitary Structure value vocabulary"
skos:definition:
en: "This value vocabulary is a source of values for a has extent of unitary structure element."
skos:scopeNote:
en: "The vocabulary does not cover the full scope of the element and may be extended with additional values."
values:
- value: "activity card"
definition: "A unit of extent of unitary structure that is a card to be used as a basis for performing a specific activity."
scopeNote: "An activity card may be part of a set of cards, and usually embodies a text or a still image."
- value: "coin"
definition: "A unit of extent of unitary structure that is an object that is a piece of metal stamped by government authority for use as money."
---
import { VocabularyTable } from '@ifla/theme';
# {frontMatter.title}
For use with element: [has extent of unitary structure](/docs/attributes/1275)
<VocabularyTable
{...frontMatter}
showTitle={false}
filterPlaceholder="Filter vocabulary terms..."
/>
export const toc = VocabularyTable.generateTOC(frontMatter);