Name
Erstellung der EAD-Datei
Creation (of the EAD File)
Beschreibung
<creation> ist ein Hüllenelement, das heißt, das Datum wird nicht direkt in das Element geschrieben, sondern findet sich in dem verschiedenen untergeordneten <date>-Element.
In der Tektonik-EAD: Erstellungsdatum der Tektonik
In der Findbuch-EAD: Erstellungsdatum des Findbuchs
Wird verwendet innerhalb von
Verwendung
1/1
Werte
-
Elemente verpflichtend
Elemente optional
-
Attribute verpflichtend
-Attribute optional
-
Beispiel
Beispiel
<ead xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:isbn:1-931666-22-9 "
xmlns:xlink="http://www.w3.org/1999/xlink"
xsi:schemaLocation="urn:isbn:1-931666-22-9 http://www.loc.gov/ead/ead.xsd http://www.w3.org/1999/xlink http://www.loc.gov/standards/xlink/xlink.xsd"
audience="external">
<eadheader>
<eadid>
<!-- (...) -->
</eadid>
<filedesc>
<!-- (...) -->
</filedesc>
<profiledesc>
<creation>
<date normal="2019-01-29">Erstellungsdatum des Findbuchs</date>
</creation>
</profiledesc>
</eadheader>
<archdesc>
<!-- (...) -->
</archdesc>
</ead>