You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Name

Sprache des Materials
Language of the Material

Beschreibung

<langmaterial> ist ein Hüllenelement, das heißt, die Erschließungsinformationen werden nicht direkt in das Element geschrieben, sondern finden sich in dem untergeordneten Element <language>.

 Sprache des Materials, kann auf allen Verzeichnungsebenen in der Tektonik- und Findbuch-EAD genutzt werden.

Wird verwendet innerhalb von

<did> auf allen <c level> außer "collection in der Tektonik-EAD

Verwendung

0/1

Werte

 -

Elemente verpflichtend

<language>

Elemente optional

-

Attribute verpflichtend

-

Attribute optional

-

Beispiel

Tektonik-EAD
<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">
 
    <!-- (...) -->
 
    <archdesc level="collection" type="Tektonik">
 
        <!-- (...) -->
 
        <dsc>
            <c level="collection" id="Identifier_der_Archivtektonik">
                <did>
					<!-- (...) -->
                </did>
                <userestrict>
                    <!-- (...) -->
                </userestrict>
                <otherfindaid>
                    <!-- (...) -->
                </otherfindaid>
                <c level="class" id="Identifier_der_Klassifikation">
                    <did>
                    	<unitid>
							<!-- (...) -->
						</unitid>
                    	<unittitle>
							<!-- (...) -->
						</unittitle>
                    	<unitdate>
							<!-- (...) -->
						</unitdate>
                    	<abstract>
							<!-- (...) -->						
						</abstract>
                    	<origination>
							<!-- (...) -->
                    	</origination>
                    	<physdesc>
							<!-- (...) -->
						</physdesc>
                    	<materialspec>
							<!-- (...) -->
						</materialspec>
                    	<langmaterial>
                            <language langcode="ger" scriptcode="Latn">Sprache der Unterlagen</language>
                    	</langmaterial>
						<note>
							<!-- (...) -->
						</note>
                    </did>
                    <otherfindaid>
                       	<!-- (...) -->
                    </otherfindaid>
                    <accessrestrict>
                        <!-- (...) -->
                    </accessrestrict>
                    <userestrict>
                        <!-- (...) -->
                    </userestrict>
                    <odd>
                        <!-- (...) -->
                    </odd>
                    <index>
                        <!-- (...) -->
                    </index>
                    <c level="series" id="Identifier_der_Bestandsserie">
                 		<!-- (...) -->
                    </c>
                </c>
            </c>
        </dsc>
    </archdesc>
</ead>

  • No labels