Name

Informationen zur Kodierung

Profile Description

Beschreibung

<profiledesc> dient lediglich als Hüllenelement für das Erstellungsdatum des Findbuchs, welches in <creation> festgehalten sind.

Wird verwendet innerhalb von

<eadheader>

Verwendung

1/1

Werte

 -

Elemente verpflichtend

<creation>

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>
  • No labels