source: main/tags/2.63/gli/metadata/dls.mds@ 25200

Last change on this file since 25200 was 10991, checked in by kjdon, 18 years ago

Tidied up the metadata sets. Now they all use the same DTD, which is at greenstone.org/dtd/MetadataSeet/1.0/MetadataSet.dtd. They are all valid for this DTD.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE MetadataSet SYSTEM "http://www.greenstone.org/dtd/MetadataSet/1.0/MetadataSet.dtd">
3<MetadataSet contact="nzdl.org" creator="New Zealand Digital Libraries Project: Greenstone" family="Development Library Subset" lastchanged="Tue Jun 04 10:35:30 2002 - jmt12 on blackbird" namespace="dls">
4
5 <Name language="en">Development Library Subset Example Metadata</Name>
6
7 <Description language="en">A metadata set file for use in The Gatherer, created from original metadata found within the Development Library Subset.</Description>
8
9 <Element name="Title" >
10 <Attribute name="comment" language="en"></Attribute>
11 <Attribute name="definition" language="en">The title of this resource.</Attribute>
12 <Attribute name="identifier" language="en">Title</Attribute>
13 <Attribute name="version">1.0</Attribute>
14 </Element>
15
16 <Element name="Organization" predefined="true">
17 <Attribute name="comment" language="en"></Attribute>
18 <Attribute name="definition" language="en">The organization responsible for producing this resource.</Attribute>
19 <Attribute name="identifier" language="en">Organization</Attribute>
20 <Attribute name="version">1.0</Attribute>
21 <OptionList>
22 <Value>BOSTID</Value>
23 <Value>Uni of Waikato</Value>
24 <Value>NZDL|greenstone</Value>
25 <Value>NZDL|greenstone3</Value>
26 </OptionList>
27 </Element>
28
29 <Element name="Subject">
30 <Attribute name="comment" language="en">Currently uses a hierarchy.</Attribute>
31 <Attribute name="definition" language="en">The subject of this resource.</Attribute>
32 <Attribute name="identifier" language="en">Subject And Keywords</Attribute>
33 <Attribute name="version">1.0</Attribute>
34 </Element>
35
36 <Element name="Keyword">
37 <Attribute name="comment" language="en">Informal.</Attribute>
38 <Attribute name="definition" language="en">A more specific indication of what the resource can be used for.</Attribute>
39 <Attribute name="identifier" language="en">Keyword</Attribute>
40 <Attribute name="version">1.0</Attribute>
41 </Element>
42
43 <Element name="Language" >
44 <Attribute name="comment" language="en"></Attribute>
45 <Attribute name="definition" language="en">The language of this resource.</Attribute>
46 <Attribute name="identifier" language="en">Language</Attribute>
47 <Attribute name="version">1.0</Attribute>
48 </Element>
49
50 <Element name="AZList" >
51 <Attribute name="comment" language="en">Not the same as an AZList classifier.</Attribute>
52 <Attribute name="definition" language="en">A customizable AZList based on document titles.</Attribute>
53 <Attribute name="identifier" language="en">AZList</Attribute>
54 <Attribute name="version">1.0</Attribute>
55 </Element>
56
57</MetadataSet>
58
Note: See TracBrowser for help on using the repository browser.