Skip to content

Commit

Permalink
Update mets.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed May 15, 2024
1 parent dd16426 commit 3d9f119
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions data/luther_babstum_1526/mets.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<mets:mets xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:DC="http://purl.org/dc/elements/1.1/"
xmlns:mods="http://www.loc.gov/mods/v3" xmlns:mets="http://www.loc.gov/METS/"
xmlns:DV="http://dfg-viewer.de/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl" xmlns:gt="http://www.ocr-d.de/GT/"
<mets:mets xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:DC="http://purl.org/dc/elements/1.1/"
xmlns:mods="http://www.loc.gov/mods/v3"
xmlns:mets="http://www.loc.gov/METS/"
xmlns:DV="http://dfg-viewer.de/"
xmlns:gt="http://www.ocr-d.de/GT/"
xmlns:pre="http://www.loc.gov/premis/v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"
xsi:schemaLocation="http://www.loc.gov/mods/v3 https://www.loc.gov/standards/mods/mods-3-7.xsd http://www.loc.gov/mets/ http://www.loc.gov/standards/mets/version111/mets.xsd">
<mets:metsHdr CREATEDATE="2019-11-25T16:37:11.796166">
<mets:agent OTHERTYPE="SOFTWARE" ROLE="CREATOR" TYPE="OTHER">
Expand Down Expand Up @@ -227,6 +231,14 @@
</mets:file>
</mets:fileGrp>
</mets:fileSec>
<mets:structMap TYPE="LOGICAL">
<mets:div TYPE="Monograph"
DMDID="DMDLOG_0000"
ADMID="amdSec_0001"
ID="loc_0001">
<mets:div ID="loc_d1e9" TYPE="Chapter" LABEL=""/>
</mets:div>
</mets:structMap>
<mets:structMap TYPE="PHYSICAL">
<mets:div TYPE="physSequence">
<mets:div TYPE="page" ID="phys_0011" DMDID="DMDGT_0001">
Expand All @@ -243,4 +255,10 @@
</mets:div>
</mets:div>
</mets:structMap>
<mets:structLink>
<mets:smLink xlink:from="loc_0001" xlink:to="phys_0000"/>
<mets:smLink xlink:from="loc_d1e9" xlink:to="phys_0000"/>
<mets:smLink xlink:from="loc_d1e9" xlink:to="phys_0011"/>
<mets:smLink xlink:from="loc_d1e9" xlink:to="phys_0010"/>
</mets:structLink>
</mets:mets>

0 comments on commit 3d9f119

Please sign in to comment.