<altIdentifier>

<altIdentifier> (alternative identifier) contains an alternative or former structured identifier used for a manuscript or other object, such as a former catalogue number. [10.4. The Manuscript Identifier]
Modulemsdescription
Attributes
calendarindicates one or more systems or calendars to which the date represented by the content of this element belongs.
Deprecatedwill be removed on 2024-11-11
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
Contained by
msdescription: msFrag msIdentifier
namesdates: objectIdentifier
May contain
Note

An identifying number of some kind must be supplied if known; if it is not known, this should be stated.

Example
<altIdentifier>
 <settlement>San Marino</settlement>
 <repository>Huntington Library</repository>
 <idno>MS.El.26.C.9</idno>
</altIdentifier>
Content model
<content>
 <sequence>
  <classRef key="model.placeNamePart"
   expand="sequenceOptional"/>

  <elementRef key="institution"
   minOccurs="0"/>

  <elementRef key="repository"
   minOccurs="0"/>

  <elementRef key="collection"
   minOccurs="0"/>

  <elementRef key="idno"/>
  <elementRef key="noteminOccurs="0"/>
 </sequence>
</content>
Schema Declaration
element altIdentifier
{
   tei_att.global.attributes,
   tei_att.typed.attributes,
   tei_att.datable.attributes,
   attribute calendar { list { teidata.pointer+ } }?,
   (
      tei_placeName?,
      tei_bloc?,
      tei_country?,
      tei_region?,
      tei_settlement?,
      tei_district?,
      tei_geogName?,
      tei_institution?,
      tei_repository?,
      tei_collection?,
      tei_idno,
      tei_note?
   )
}