source: collections/documented-examples/trunk/pagedimg-e/import/xml/23/23__2.item@ 19195

Last change on this file since 19195 was 19195, checked in by kjdon, 15 years ago

added ItemOID metadata to item files, so we can use OIDtype assigned, and get persistent OIDs

  • Property svn:executable set to *
File size: 1.7 KB
RevLine 
[18738]1<PagedDocument>
2 <!-- The overall document starts with PagedDocument tag - this should
3 be the first line in the file -->
4 <!-- This file should be encoded as UTF-8-->
5 <!-- Metadata specified here applies to the whole document -->
6 <Metadata name="Series">Matariki 1881</Metadata>
7 <Metadata name="Date">18810515</Metadata>
8 <Metadata name="Number">2</Metadata>
[19195]9 <Metadata name="ItemOID">23__2</Metadata>
[18738]10 <!-- a PageGroup is used to group pages or groups together, and
11 shows up as a node in the document tree hierarchy -->
12 <PageGroup>
13 <!-- A PageGroup should have a Title -->
14 <Metadata name="Title">Supplementary Material</Metadata>
15 <!-- A Page in the document. This page only has a text file -->
16 <Page txtfile="abstracts/23__2abstract.txt">
17 <!-- Pages can have metadata too -->
18 <Metadata name="Title">Abstract</Metadata>
19 </Page>
20 </PageGroup>
21 <PageGroup>
22 <Metadata name="Title">Newspaper pages</Metadata>
23 <!-- These pages have an image file and a textfile.
24 pagenum gets stored as PageNum metadata, and will be used as the
25 page Title if no Title metadata is specified -->
26 <Page pagenum="1" imgfile="images/23__2_1.gif" txtfile="text/23__2_1.txt">
27 <Metadata name="Title">Page One</Metadata></Page>
28 <Page pagenum="2" imgfile="images/23__2_2.gif" txtfile="text/23__2_2.txt">
29 <Metadata name="Title">Page Two</Metadata></Page>
30 <Page pagenum="3" imgfile="images/23__2_3.gif" txtfile="text/23__2_3.txt">
31 <Metadata name="Title">Page Three</Metadata></Page>
32 <Page pagenum="4" imgfile="images/23__2_4.gif" txtfile="text/23__2_4.txt">
33 <Metadata name="Title">Page Four</Metadata></Page>
34 </PageGroup>
35</PagedDocument>
36
Note: See TracBrowser for help on using the repository browser.