source: main/trunk/gli/metadata/dls.mds@ 21001

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

removed AZList element as its not useful any more

  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 Sep 05 14:40:36 NZST 2006 - kjdon on kanuka" namespace="dls">
4 <Name language="en">Development Library Subset Example Metadata</Name>
5 <Description language="en">A metadata set file for use in The Gatherer, created from original metadata found within the Development Library Subset.</Description>
6 <Element name="Title">
7 <Attribute language="en" name="comment"/>
8 <Attribute language="en" name="definition">The title of this resource.</Attribute>
9 <Attribute language="en" name="label">Title</Attribute>
10 <Attribute name="version">1.0</Attribute>
11 </Element>
12 <Element name="Organization">
13 <Attribute language="en" name="comment"/>
14 <Attribute language="en" name="definition">The organization responsible for producing this resource.</Attribute>
15 <Attribute language="en" name="label">Organization</Attribute>
16 <Attribute name="version">1.0</Attribute>
17 </Element>
18 <Element name="Subject">
19 <Attribute language="en" name="comment">Currently uses a hierarchy.</Attribute>
20 <Attribute language="en" name="definition">The subject of this resource.</Attribute>
21 <Attribute language="en" name="label">Subject And Keywords</Attribute>
22 <Attribute name="version">1.0</Attribute>
23 </Element>
24 <Element name="Keyword">
25 <Attribute language="en" name="comment">Informal.</Attribute>
26 <Attribute language="en" name="definition">A more specific indication of what the resource can be used for.</Attribute>
27 <Attribute language="en" name="label">Keyword</Attribute>
28 <Attribute name="version">1.0</Attribute>
29 </Element>
30 <Element name="Language">
31 <Attribute language="en" name="comment"/>
32 <Attribute language="en" name="definition">The language of this resource.</Attribute>
33 <Attribute language="en" name="label">Language</Attribute>
34 <Attribute name="version">1.0</Attribute>
35 </Element>
36</MetadataSet>
Note: See TracBrowser for help on using the repository browser.