graphic (hendiWorksTEI)
Zurück
Inhaltsverzeichnis
Text
- 1 Einleitung
-
2 Zu den Dokumenttypen
- 2. 1 Dokumenttyp I (Volltexterfasste Datensätze)
- 2. 2 Dokumenttyp II (Katalogdatensätze)
- 2. 3 ID-Systematik
- 2. 4 Revisionen
- 2. 5 Status/Zustand der Datensätze
- 2. 6 Zum Umgang mit Dubletten
-
3 Zur Codierung der Volltexte
- 3. 1 Grundsätze der Textübertragung und -auszeichnung
- 3. 2 Typoskripte
- 3. 3 Textstruktur
- 3. 4 Zum Umgang mit Hervorhebungen im Text
- 3. 5 Zeichenebene
- 3. 6 Textkonstitution
- 3. 7 Eingriffe der Herausgebenden
- 3. 8 Quellenangaben/Textzeugen
- 3. 9 Schreiber*innen (Hände)
- 3. 10 Beziehungen zwischen Texten/Dokumenten
- 3. 11 Inhaltliche Auszeichnung
<graphic> (Abbildung) bestimmt den Ort einer Abbildung, Illustration o.ä.
Andere Schemata
Attribute
xml:id
opt
url
opt
sameAs
opt
Datentyp
teidata.pointer
Beispiel
<figure>
<graphic url="fig1.png"/>
<head>Figure One: The View from the Bridge</head>
<figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a
series of buoys strung out between them.</figDesc>
</figure>
Beispiel
<facsimile>
<surfaceGrp n="leaf1">
<surface>
<graphic url="page1.png"/>
</surface>
<surface>
<graphic url="page2-highRes.png"/>
<graphic url="page2-lowRes.png"/>
</surface>
</surfaceGrp>
</facsimile>
Beispiel
<facsimile>
<surfaceGrp n="leaf1" xml:id="spi001">
<surface xml:id="spi001r">
<graphic type="normal" subtype="thumbnail" url="spi/thumb/001r.jpg"/>
<graphic type="normal" subtype="low-res" url="spi/normal/lowRes/001r.jpg"/>
<graphic type="normal" subtype="high-res" url="spi/normal/highRes/001r.jpg"/>
<graphic type="high-contrast" subtype="low-res" url="spi/contrast/lowRes/001r.jpg"/>
<graphic type="high-contrast" subtype="high-res" url="spi/contrast/highRes/001r.jpg"/>
</surface>
<surface xml:id="spi001v">
<graphic type="normal" subtype="thumbnail" url="spi/thumb/001v.jpg"/>
<graphic type="normal" subtype="low-res" url="spi/normal/lowRes/001v.jpg"/>
<graphic type="normal" subtype="high-res" url="spi/normal/highRes/001v.jpg"/>
<graphic type="high-contrast" subtype="low-res" url="spi/contrast/lowRes/001v.jpg"/>
<graphic type="high-contrast" subtype="high-res" url="spi/contrast/highRes/001v.jpg"/>
<zone xml:id="spi001v_detail01">
<graphic type="normal" subtype="thumbnail" url="spi/thumb/001v-detail01.jpg"/>
<graphic type="normal" subtype="low-res" url="spi/normal/lowRes/001v-detail01.jpg"/>
<graphic type="normal" subtype="high-res" url="spi/normal/highRes/001v-detail01.jpg"/>
<graphic type="high-contrast" subtype="low-res" url="spi/contrast/lowRes/001v-detail01.jpg"/>
<graphic type="high-contrast" subtype="high-res" url="spi/contrast/highRes/001v-detail01.jpg"/>
</zone>
</surface>
</surfaceGrp>
</facsimile>