Versions Compared

Key

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

Name

Materialbeschreibung
Material specific Details

Beschreibung

 Beschreibung des Materials (physisches Trägermaterial) der enthaltenen Unterlagen. Nutzbar auf allen Verzeichnungsebenen.

Wird verwendet innerhalb von

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

Verwendung

0/*

Werte

 Freitext

Elemente verpflichtend

 -

Elemente optional

-

Attribute verpflichtend

-

Attribute optional

-

Beispiel

Code Block
languagexml
titleTektonik-EADBeispiel
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="TektonikFindbuch">
 
        <!-- (...) -->
 
        <dsc>

            <c level="collection" id="Identifier_derdes_ArchivtektonikFindbuchs">
                <did>
					<!-- (...) -->

                </did>
                <userestrict><c level="class" id="Identifier_der_Rubrik">
                    <!-- (...) -->


                </userestrict>
    <c level="series" id="Identifier_der_Serie">
          <otherfindaid>
              <!-- hier sind alle Elemente der <!class-- (...)Ebene wiederverwendbar -->
        

        </otherfindaid>
                <c level="classfile" id="Identifier_der_KlassifikationTitelaufnahme">
                    <did>
                    	<unitid>
							<<!-- (...) -->
						</unitid>
                    	<unittitle>		<materialspec>Angaben zum Material als Freitext</materialspec>
							<!-- (...) -->
						</unittitle>

                      	<unitdate>
							<!-- (...) -->
						</unitdate>
      <c level="item" id="Identifier_des_Vorgangs">
                            	<abstract>
							<!-- (...)<!-- hier sind alle Elemente der file-Ebene wiederverwendbar -->
							</abstract>c>
                      	<origination>
							<!-- (...) --> </c>
                    	</origination>c>
                    	<physdesc>
							<!-- (...) -->
						</physdesc>c>
            </c>
        </dsc>
    </archdesc>
</ead>
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">
 
	<materialspec>Angaben zum Material als Freitext</materialspec>
                    	<langmaterial>
							<!-- (...) -->
                    	</langmaterial>
						<note>
							<!-- (...) -->
						</note>
                    </did>
                    <otherfindaid>
                       	<!-- (...) -->
                    </otherfindaid>
                    <accessrestrict>
                        <!-- (...) -->
                    </accessrestrict> -->
 
    <archdesc level="collection" type="Tektonik">
 
        <!-- (...) -->
 
  <userestrict>
      <dsc>

            <c      level="collection" id="Identifier_der_Archivtektonik">
				<!-- (...) -->

                <c    </userestrict>level="class" id="Identifier_der_Klassifikation">
                    <odd>
                        <did>
						<!-- (...) -->
                     </odd>
     	<materialspec>Angaben zum Material als Freitext</materialspec>
						<!-- (...) -->
               <index>
     </did>
                   	<!-- (...) -->
                    </index>
                    <c level="series" id="Identifier_der_Bestandsserie">
                        <did>
                    		<unitid>
								<!-- (...) -->
							</unitid>
                    		<unittitle>
								<!-- (...) -->
							</unittitle>
                    		<unitdate>
								<!-- (...) -->
							</unitdate>
                    		<abstract>
								<!-- (...) -->
							</abstract>
                    		<origination>
								<!-- (...) -->
                    		</origination>
                    		<physdesc>
								<genreform normal="Karten und Pläne">Archivalientyp</genreform>
	                            <dimensions>Maße</dimensions>
                           		<extent>Umfang</extent>
							</physdesc>
                    		<materialspec>
							<!-- (...) -->
							</materialspec>
                    		<langmaterial>
								<!-- (...) -->
                    		</langmaterial>
							<note>
								<!-- (...) -->
							</note>
                        </did>
                        <c level="file" id="Identifier_des_Findbuchs">
                            <did>
                    			<unitid>
									<!-- (...) -->
								</unitid>
                    			<unittitle>
									<!-- (...) -->
								</unittitle>
                    			<unitdate>
									<!-- (...) -->
								</unitdate>
                    			<abstract>
									<!-- (...) -->
								</abstract>
    	                		<origination>
									<!-- (...) -->
    	                		</origination>
    	                		<physdesc>
									<genreform normal="Karten und Pläne">Archivalientyp</genreform>
		                            <dimensions>Maße</dimensions>
    	                       		<extent>Umfang</extent>
								</physdesc>
                    			<materialspec>
								<!-- (...) -->
								</materialspec>
                    			<langmaterial>
									<!-- (...) -->
                    			</langmaterial>
								<note>
									<!-- (...) -->
								</note>
                            </did>
                            <scopecontent>
                                <!-- (...) -->
                            </scopecontent>
                            <relatedmaterial>
                                <!-- (...) -->
                            </relatedmaterial>
                            <accessrestrict>
                                <!-- (...) -->
                            </accessrestrict>
                            <index>
                                <!-- (...) -->
                            </index>
                            <odd>
                                <!-- (...) -->
                            </odd>
                            <otherfindaid>
                                <!-- (...) -->
                            </otherfindaid>
                        </c>
                    </c>
                </c>
            </c>
        </dsc>
    </archdesc>
</ead>