Versions Compared

Key

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

Name

Sonstige Erschließungsangaben
Other Descriptive Data

Beschreibung

<odd> ist ein Hüllenelement, das heißt der Text kann nicht direkt in das Element eingegeben werden, sondern muss in die untergeordneten Elemente <head> (Überschrift) oder <p> (Inhalt) geschrieben werden.

<odd> wird für jeden Eintrag wiederholt. Die Reihenfolge bleibt bei der Anzeige erhalten. Der Text kann nicht direkt innerhalb von <odd> eingefügt werden.

Wird verwendet innerhalb von

<c>

Verwendung

1/1

Werte

 -

Muss enthalten

<p>

Kann enthalten

<head>

Attribute verpflichtend

 -

Attribute optional

 -

Beispiel

Code Block
languagexml
titleBeispiel in <c> → <odd> → <p>(hier: Tektonik-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="FindbuchTektonik">
 
        <!-- (...) -->
 
        <dsc>

            <c level="collection" id="Identifier_desder_FindbuchsArchivtektonik">
                <did>
                    				<!-- (...) -->
                  
                </did> <odd>
                <scopecontent encodinganalog="Einleitung">
   <head>Sonstige Erschließungsangaben in               <!-- (...) -->
                </scopecontent>Datumform Überschrift (z.B.: Geburtsdatum)</head>
                <relatedmaterial>
                    <!-- (...) -->
                </relatedmaterial>
                <accessrestrict>
                    <!-- (...) -->
                </accessrestrict>
                <odd>
 <p>
						<date normal="1901-01-01">Datum</date>
					</p>
                   <!-- (...) -->
                </odd>
                <index>
                    /odd>
 				<!-- (...) -->
                </index>
                <c level="class" id="Identifier_der_RubrikKlassifikation">
                    <did>
                   		<!-- (...) -->
                    </did>
                    <otherfindaid>
                        					<!-- (...) -->
                    </otherfindaid>
                    <accessrestrict>
                        <!-- (...) -->
                    </accessrestrict>
                    <userestrict>
                        <!-- (...) -->
                    </userestrict>
 
                    <odd>
                    	<head>Sonstige Erschließungsangaben in Datumform Überschrift (z.B.: Geburtsdatum)</head>
                    	<p>
							<date normal="1901-01-01">Datum</date>
						</p>
                    </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>
                                Bestandsserie">
					<!-- (...) -->
                            </did><odd>
                    	<head>Sonstige Erschließungsangaben in      <otherfindaid>
                                <!-- (...) -->
                            </otherfindaid>Datumform Überschrift (z.B.: Geburtsdatum)</head>
                            <accessrestrict>
                                <!-- (...) -->
        	<p>
							<date normal="1901-01-01">Datum</date>
						</p>
                    </accessrestrict>odd>

                        <c    <userestrict>
                                level="file" id="Identifier_des_Findbuchs">
							<!-- (...) -->
                            </userestrict>
                            		  	<odd>
                    			<head>Sonstige Erschließungsangaben in Datumform Überschrift (z.B.: Geburtsdatum)</head>
                    			<p>
									<date normal="1901-01-01">Datum</date>
								</p>
                            		</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>