source: gs3-installations/whakatohea-dl/trunk/sites/wmtb/collect/Document/metadata/greenstone.mds@ 37401

Last change on this file since 37401 was 37401, checked in by kjdon, 14 months ago

skeleton for new Document coll

File size: 3.1 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="" creator="" family="" lastchanged="Tue Sep 05 14:40:36 NZST 2006 - kjdon on kanuka" namespace="gs">
4 <SetLanguage code="en">
5 <Name>Greenstone metadata set</Name>
6 <Description>Some special elements particular to Greenstone.</Description>
7 </SetLanguage>
8 <SetLanguage code="vi">
9 <Name>Bộ siêu dữ liệu riêng của Greenstone</Name>
10 <Description>Một số yếu tố riêng biệt cho Greenstone.</Description>
11 </SetLanguage>
12 <Element name="DocumentHeader">
13 <Language code="en">
14 <Attribute name="label">Document Header</Attribute>
15 <Attribute name="definition">Headers that will be added to document display. For example, use this to include stylesheets in the document display. The content should be escaped HTML.</Attribute>
16 <Attribute name="comment">The _document:documentheader_ macro will be set to the value of this metadata.</Attribute>
17 </Language>
18 <Language code="vi">
19 <Attribute name="label">Tiêu đề tài liệu</Attribute>
20 <Attribute name="definition">Tiêu đề được bổ sung vào phần hiển thị của tài liệu. Thí dụ, sử dụng điều này để đưa stylesheets vào trong việc hiển thị tài liệu. Nội dung cần là escaped HTML.</Attribute>
21 <Attribute name="comment">Macro _document:documentheader_ sẜ được thiết lập cho giá trị của siêu dữ liệu này</Attribute>
22 </Language>
23 </Element>
24 <Element name="OAIDateStamp">
25 <Language code="en">
26 <Attribute name="label">OAI DateStamp</Attribute>
27 <Attribute name="definition">The datestamp of the document to be used by the OAI server. Format must be YYYY-MM-DD. If not defined, oailastmodified will be used instead.</Attribute>
28 </Language>
29 </Element>
30 <Element name="OAIResourceURL">
31 <Language code="en">
32 <Attribute name="label">OAI Resource URL</Attribute>
33 <Attribute name="definition">The URL for the document to be used for dc:identifier. If not defined, a URL to the file defined by srclinkFile metadata will be used instead. If no srclinkFile either, then a URL to the Greenstone version of the document will be used.</Attribute>
34 </Language>
35 </Element>
36 <Element name="allowPrinting">
37 <Language code="en">
38 <Attribute name="label">Allow Printing</Attribute>
39 <Attribute name="definition">Controls whether or not a particular document can be printed from within the Realistic Books software. Defaults to 'true' (i.e allow printing); set to 'false' to prevent this.</Attribute>
40 </Language>
41 </Element>
42 <Element name="filenameEncoding" accumulating="false">
43 <Language code="en">
44 <Attribute name="label">Filename Encoding</Attribute>
45 <Attribute name="definition">The encoding of the filename. If this is known, it can be manually set here.</Attribute>
46 <Attribute name="comment">If not manually specified, Greenstone will try to guess the encoding of the filename upon building, which may or may not be correct.</Attribute>
47 </Language>
48 </Element>
49
50</MetadataSet>
Note: See TracBrowser for help on using the repository browser.