source: gli/trunk/metadata/dls.mds@ 14301

Last change on this file since 14301 was 12677, checked in by kjdon, 18 years ago

Element attribute identifier is now called label, cos identifier was a stupid name for a language dependent attribute. identifier can still be used for legacy sets

  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 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 <Element name="AZList">
37 <Attribute language="en" name="comment">Not the same as an AZList classifier.</Attribute>
38 <Attribute language="en" name="definition">A customizable AZList based on document titles.</Attribute>
39 <Attribute language="en" name="label">AZList</Attribute>
40 <Attribute name="version">1.0</Attribute>
41 </Element>
42</MetadataSet>
Note: See TracBrowser for help on using the repository browser.