<idno>
<idno> (Identifikator) enthält einen frei wählbaren Identifikator, der ein beliebiges Objekt, z. B. eine bibliografische Einheit, eine Person, einen Titel, eine Organisation, in standardisierter Weise identifiziert. [14.3.1 Basic Principles 2.2.4 Publication, Distribution, Licensing, etc. 2.2.5 The Series Statement 3.12.2.4 Imprint, Size of a Document, and Reprint Information] | |||||||||||||||||||||
Modul | header — The TEI Header | ||||||||||||||||||||
Attribute |
|
||||||||||||||||||||
Mitglied des | |||||||||||||||||||||
Enthalten in |
cmc: post
core: abbr add addrLine address analytic author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure meeting mentioned monogr name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled speaker stage street term textLang time title unclear unit
corpus: activity channel constitution derivation domain factuality interaction locale preparedness purpose
dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron re sense stress subc syll tns usg xr
header: authority catDesc change classCode correspAction creation distributor edition extent funder geoDecl handNote idno language licence principal publicationStmt rendition scriptNote seriesStmt sponsor tagUsage
msdescription: accMat acquisition additions altIdentifier catchwords collation collection colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit institution layout material msIdentifier msItem musicNotation objectType origDate origPlace origin provenance repository rubric secFol signatures source stamp summary support surrogates typeNote watermark
namesdates: addName affiliation age birth bloc country death district education event eventName faith floruit forename genName gender geogFeat geogName langKnown nameLink nationality nym objectIdentifier objectName occupation offset org orgName persName persPronouns person personGrp persona place placeName region residence roleName settlement sex socecStatus surname
tagdocs: eg moduleSpec valDesc
textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer
|
||||||||||||||||||||
Kann enthalten | |||||||||||||||||||||
Anmerkung |
idno sollte für Identifikatoren genutzt werden, die ein Objekt oder Konzept in einem formalen Katalogsystem wie z. B. einer Datenbank oder einem RDF store oder in einem verteilten System wie dem World Wide Web eindeutig identifizieren. Als Werte für type von idno bieten sich z. B. die ISBN, die ISSN, ein DOI oder ein URI an. |
||||||||||||||||||||
Beispiel |
<idno type="ISBN">978-1-906964-22-1</idno>
<idno type="ISSN">0143-3385</idno> <idno type="DOI">10.1000/123</idno> <idno type="URI">http://www.worldcat.org/oclc/185922478</idno> <idno type="URI">http://authority.nzetc.org/463/</idno> <idno type="LT">Thomason Tract E.537(17)</idno> <idno type="Wing">C695</idno> <idno type="oldCat"> <g ref="#sym"/>345 </idno> In the last case, the identifier includes a non-Unicode character which is defined
elsewhere by means of a glyph or char element referenced here as |
||||||||||||||||||||
Beispiel |
<idno type="ISBN">978-1-906964-22-1</idno>
<idno type="ISSN">0143-3385</idno> <idno type="DOI">10.1000/123</idno> <idno type="URI">http://www.worldcat.org/oclc/185922478</idno> <idno type="URI">http://authority.nzetc.org/463/</idno> <idno type="LT">Thomason Tract E.537(17)</idno> <idno type="Wing">C695</idno> <idno type="oldCat"> <g ref="#sym"/>345 </idno> In letztgenanntem Fall enthält der Identifikator ein Nicht-Unicode-Zeichen, das an
anderer Stelle mit Hilfe eines glyph oder char-Elements definiert ist und hier als |
||||||||||||||||||||
Content model |
<content> |
||||||||||||||||||||
Schema Deklaration |
<rng:element name="idno"> element idno { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.sortable.attributes, att.datable.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.datable.custom.attributes, att.cmc.attributes, att.typed.attribute.subtype, attribute type { "ISBN" | "ISSN" | "DOI" | "URI" | "VIAF" | "ESTC" | "OCLC" | teidata.enumerated }?, attribute calendar { list { teidata.pointer+ } }?, ( text | model.gLike | idno )* } |