Start Getting and Using the TEI Sources Report an issue

objectIdentifier

objectIdentifierobject identifier groups one or more identifiers or pieces of locating information concerning a single object. [13.3.5 Objects ]
Modulenamesdates — Names and dates
Attributes
  • att.global ( @xml:id , @n , @xml:lang , @xml:base , @xml:space ) (att.global.rendition ( @rend , @style , @rendition ) ) (att.global.linking ( @corresp , @synch , @sameAs , @copyOf , @next , @prev , @exclude , @select ) ) (att.global.analytic ( @ana ) ) (att.global.facs ( @facs ) ) (att.global.change ( @change ) ) (att.global.responsibility ( @cert , @resp ) ) (att.global.source ( @source ) )
  • Member ofmodel.biblPart
    Contained by

    core

    :

    namesdates

    :
    May contain

    core

    :

    header

    :
    Example
    <objectIdentifier>
      <country>United Kingdom</country>
      <region>Oxfordshire</region>
      <settlement>Oxford</settlement>
      <institution>University of Oxford</institution>
      <repository>Ashmolean Museum</repository>
      <collection>English Treasures</collection>
      <idno type="ashmolean">AN1836p.135.371</idno>
      <idno type="wikipedia">https://en.wikipedia.org/wiki/Alfred_Jewel</idno>
      <objectName>Alfred Jewel</objectName>
    </objectIdentifier>
    Content model
    <content>
        <alternate minOccurs="1" maxOccurs="unbounded">
          <classRef key="model.placeNamePart"/>
          <elementRef key="institution"/>
          <elementRef key="repository"/>
          <elementRef key="collection"/>
          <elementRef key="idno"/>
          <elementRef key="msName"/>
          <elementRef key="objectName"/>
          <elementRef key="altIdentifier"/>
          <elementRef key="address"/>
        </alternate>
       </content>