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

Last change on this file since 12677 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
RevLine 
[11959]1<?xml version="1.0" encoding="UTF-8"?>
[10991]2<!DOCTYPE MetadataSet SYSTEM "http://www.greenstone.org/dtd/MetadataSet/1.0/MetadataSet.dtd">
[12677]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">
[11959]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>
[12677]9 <Attribute language="en" name="label">Title</Attribute>
[11959]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>
[12677]15 <Attribute language="en" name="label">Organization</Attribute>
[11959]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>
[12677]21 <Attribute language="en" name="label">Subject And Keywords</Attribute>
[11959]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>
[12677]27 <Attribute language="en" name="label">Keyword</Attribute>
[11959]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>
[12677]33 <Attribute language="en" name="label">Language</Attribute>
[11959]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>
[12677]39 <Attribute language="en" name="label">AZList</Attribute>
[11959]40 <Attribute name="version">1.0</Attribute>
41 </Element>
[4293]42</MetadataSet>
Note: See TracBrowser for help on using the repository browser.