Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Name

Zugangsbeschränkung

Access Restriction

Beschreibung

<accessrestrict> ist ein Hüllenelement. Das heißt der Text kann nicht direkt in das Element eingegeben werden, sondern muss innerhalb von <accessrestrict> in <p> und, wenn gewünscht, <head> geschrieben werden. <accessrestrict> kann sowohl in der Tektonik-EAD als auch in der Findbuch-EAD verwendet werden.

In <accessrestrict> kann eine Zugangsbeschränkung (insbesonere: Sperrfristen) für Gliederungsebenen in der Tektonik, Bestände, Gliederungsebenen in der Bestandsklassifikation, Serien und einzelne Verzeichnungseinheiten angegeben werden. Das Element ist zu unterscheiden von <userestrict>, welches die Nutzungsbeingungen (Nutzungsregelungen es Archivs, Lizenzen für metadaten und Digitaleisate) regelt.

Wird verwendet innerhalb von

<c>

Verwendung

0/*

Werte

 -

Elemente verpflichtend

<p>

Elemente optional

<head>

Attribute verpflichtend

-

Attribute optional

-

Beispiel

Code Block
languagexml
titleTektonik-EAD
linenumberstrue
<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>
                        <!-- (...) -->
                    </did>
                    <otherfindaid>
                        <!-- (...) -->
                    </otherfindaid>
                    <accessrestrict>
                        <head>Zugangsbeschränkung Überschrift (z.B. Sperrfrist)</head>
                        <p>Zugangsbeschränkung Text (z.B. gesperrt bis 31.12.2051)</p>
                    </accessrestrict>
                    <userestrict>
                        <!-- (...) -->
                    </userestrict>
                    <odd>
                        <!-- (...) -->
                    </odd>
                    <index>
                        <!-- (...) -->
                    </index>
                    <c level="series" id="Identifier_der_Bestandsserie">
                        <did>
                            <unitid>
                                <!-- (...) -->
                            </unitid>
                            <unittitle>
                                <!-- (...) -->
                            </unittitle>
                            <unitdate>
                                <!-- (...) -->
                            </unitdate>
                            <abstract>Erläuterungen zu einer Bestandsserie</abstract>
                            <origination>
                                <!-- (...) -->
                            </origination>
                            <physdesc>
                                <!-- (...) -->
                            </physdesc>
                            <materialspec>
                            <!-- (...) -->
                            </materialspec>
                            <langmaterial>
                                <!-- (...) -->
                            </langmaterial>
                            <note>
                                <!-- (...) -->
                            </note>
                        </did>
                        <c level="file" id="Identifier_des_Findbuchs">
                            <did>
                                <!-- (...) -->
                            </did>
                            <scopecontent>
                                <!-- (...) -->
                            </scopecontent>
                            <relatedmaterial>
                                <!-- (...) -->
                            </relatedmaterial>
                            <accessrestrict>
                      			<head>Zugangsbeschränkung Überschrift (z.B. Sperrfrist)</head>
                        		<p>Zugangsbeschränkung Text (z.B. gesperrt bis 31.12.2051)</p>
                            </accessrestrict>
                            <index>
                                <!-- (...) -->
                            </index>
                            <odd>
                                <!-- (...) -->
                            </odd>
                            <otherfindaid>
                                <!-- (...) -->
                            </otherfindaid>
                        </c>
                    </c>
                </c>
            </c>
        </dsc>
    </archdesc>
</ead>

Code Block
languagexml
titleFindbuch-EAD
linenumberstrue
<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="Findbuch">
  
        <!-- (...) -->
  
        <dsc>
            <c level="collection" id="Identifier_des_Findbuchs">
                <did>
                   <!-- (...) -->
				</did>
                <scopecontent encodinganalog="Einleitung">
                    <!-- (...) -->
                </scopecontent>
                <relatedmaterial>
                    <!-- (...) -->
                </relatedmaterial>
                <accessrestrict>
                    <!-- (...) -->
                </accessrestrict>
                <odd>
                    <!-- (...) -->
                </odd>
                <index>
                    <!-- (...) -->
                </index>
                <c level="class" id="Identifier_der_Rubrik">
                    <did>
                        <!-- (...) -->
                    </did>
                    <otherfindaid>
                        <!-- (...) -->
                    </otherfindaid>
                    <accessrestrict>
                      	<head>Zugangsbeschränkung Überschrift (z.B. Sperrfrist)</head>
                        <p>Zugangsbeschränkung Text (z.B. gesperrt bis 31.12.2051)</p>
                    </accessrestrict>
                    <userestrict>
                        <!-- (...) -->
                    </userestrict>
  
                    <odd>
                        <!-- (...) -->
                    </odd>
  
                    <index>
                        <!-- (...) -->
                    </index>
                    <c level="series" id="Identifier_der_Serie">
                        <did>
                            <!-- hier sind alle Elemente der class-Ebene wiederverwendbar -->
                        </did>
                        <c level="file" id="Identifier_der_Titelaufnahme">
                            <did>
                               <!-- (...) -->
                            </did>
                            <otherfindaid>
                                <!-- (...) -->
                            </otherfindaid>
                            <accessrestrict>
                      			<head>Zugangsbeschränkung Überschrift (z.B. Sperrfrist)</head>
                        		<p>Zugangsbeschränkung Text (z.B. gesperrt bis 31.12.2051)</p>
                            </accessrestrict>
                            <userestrict>
                                <!-- (...) -->
                            </userestrict>
                            <odd>
                                <!-- (...) -->
                            </odd>
                            <daogrp id="Identifier_des_Digitalisats">
                                <!-- (...) -->
                            </daogrp>
                            <index>
                                <!-- (...) -->
                            </index>
                            <c level="item" id="Identifier_des_Vorgangs">
                                <!-- hier sind alle Elemente der file-Ebene wiederverwendbar -->
                            </c>
                        </c>
                    </c>
                </c>
            </c>
        </dsc>
    </archdesc>
</ead>