Name

Titel des Findmittels bzw. der EAD-Datei

Title Poper of the Finding Aid

Beschreibung

<titleproper> hat zwei Funktionen:

Tektonik-EAD: Name des Archivs als Titel für die Archivtektonik

Findbuch-EAD: Name des Findbuchs als Titel des Bestands

Wird verwendet innerhalb von

<titlestmt>

Verwendung

1/1

Werte

Freitext:

In der Tektonik-EAD: Name des Archivs mit Zusatz "(Archivtektonik)"

In der Findbuch-EAD: Bestandstitel

Elemente verpflichtend

-

Elemente optional

-

Attribute verpflichtend

-

Attribute optional

-

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 countryencoding="iso3166-1" dateencoding="iso8601" langencoding="iso639-2b"
        repositoryencoding="iso15511" scriptencoding="iso15924">
        <eadid mainagencycode="DE-ISIL" url="Link_zur_Übergeordneten_Instition/Archiv">Identifier_der_Archivtektonik</eadid>
        <filedesc>
            <titlestmt>
                <titleproper>"Archivname" (Archivtektonik)</titleproper>
            </titlestmt>
        </filedesc>
        <profiledesc>
            <creation>
                <date normal="2019-01-29">Erstellungsdatum der Tektonik</date>
            </creation>
        </profiledesc>
    </eadheader>

    <archdesc>
		<!-- (...) -->
	</archdesc>
</ead>
  • No labels