<objectType>

<objectType> (object type) contains a word or phrase describing the type of object being referred to. [10.3.2. Material and Object Type]
Modulemsdescription
Attributes
Member of
Contained by
May contain
Note

The ref attribute may be used to point to one or more items within a taxonomy of types of object, defined either internally or externally.

Example
<physDesc>
 <p> Paper and vellum <objectType>codex</objectType> in modern cloth binding.</p>
</physDesc>
Example
<physDesc>
 <p>Fragment of a re-used marble <objectType>funerary stele</objectType>.
 </p>
</physDesc>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
element objectType
{
   tei_att.global.attributes,
   tei_att.canonical.attributes,
   tei_macro.phraseSeq
}