source: documented-examples/trunk/lomdemo-e/metadata/greenstone.mds@ 22897

Last change on this file since 22897 was 22897, checked in by kjdon, 14 years ago

adding lom demo as a documented-example collection

File size: 2.3 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, lastmodified 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 srclink_file metadata will be used instead. If no srclink_file either, then a URL to the Greenstone version of the document will be used.</Attribute>
34 </Language>
35 </Element>
36</MetadataSet>
Note: See TracBrowser for help on using the repository browser.