Changeset 12154


Ignore:
Timestamp:
2006-07-11T16:52:01+12:00 (18 years ago)
Author:
mdewsnip
Message:

Changed this to be the same as the core one in gli/metadata.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/collect/demo/metadata/dls.mds

    r7028 r12154  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <!DOCTYPE MetadataSet [
    3 
    4   <!-- The outer tag of any metadata set. Contains some number of elements.             -->
    5   <!-- @param contact     A contact address for the creator.                            -->
    6   <!-- @param creator     The name of the entity resposibly for this set.               -->
    7   <!-- @param family      The namespace of this metadata set.                           -->
    8   <!-- @param lastchanged The full date, user name and machine name of the last editor. -->
    9   <!--   uses the form:                                                                 -->
    10   <!--   Day Mon(th) dd hh:mm:ss yyyy '-' <username> on <machine>                       -->
    11   <!-- @param namespace   The abbreviated namespace of this metadata set.               -->
    12   <!ELEMENT MetadataSet (Element+)>
    13   <!ATTLIST MetadataSet
    14                 contact     CDATA #REQUIRED
    15                 creator     CDATA #REQUIRED
    16             family      CDATA #REQUIRED
    17                 lastchanged CDATA #REQUIRED
    18                 namespace   CDATA #REQUIRED>
    19 
    20   <!-- The name of a metadata set. Is language specific. -->
    21   <!ELEMENT Name (#PCDATA)>
    22   <!ATTLIST Name
    23             language CDATA "en">
    24 
    25   <!-- The description of a metadata set. Is language specific. -->
    26   <!ELEMENT Description (#PCDATA)>
    27   <!ATTLIST Description
    28             language CDATA "en">
    29 
    30   <!-- An element in the metadata set. -->
    31   <!ELEMENT Element (Attribute*,OptionList?)>
    32   <!ATTLIST Element
    33                 hierarchy  CDATA "false"
    34             name       CDATA #REQUIRED
    35                 occurances CDATA "0">
    36 
    37   <!-- Each element has several attribute children. -->
    38   <!ELEMENT Attribute (#PCDATA)>
    39   <!ATTLIST Attribute
    40             name CDATA #REQUIRED>
    41 
    42   <!-- For listing predefined values for this element. -->
    43   <!ELEMENT OptionList (Value+)>
    44   <!ATTLIST OptionList
    45             restricted (true|false) "false">
    46 ]>
     2<!DOCTYPE MetadataSet SYSTEM "http://www.greenstone.org/dtd/MetadataSet/1.0/MetadataSet.dtd">
    473<MetadataSet contact="nzdl.org" creator="New Zealand Digital Libraries Project: Greenstone" family="Development Library Subset" lastchanged="Tue Jun 04 10:35:30 2002 - jmt12 on blackbird" namespace="dls">
    484    <Name language="en">Development Library Subset Example Metadata</Name>
    495    <Description language="en">A metadata set file for use in The Gatherer, created from original metadata found within the Development Library Subset.</Description>
    50     <Element name="Title" occurances="11" remember_values="true">
    51         <Attribute language="en" name="comment">Title</Attribute>
     6    <Element name="Title">
     7        <Attribute language="en" name="comment"/>
    528        <Attribute language="en" name="definition">The title of this resource.</Attribute>
    539        <Attribute language="en" name="identifier">Title</Attribute>
    5410        <Attribute name="version">1.0</Attribute>
    5511    </Element>
    56     <Element hierarchy="true" name="Organization" occurances="11" remember_values="true">
    57         <Attribute language="en" name="comment">Organization.</Attribute>
     12    <Element name="Organization">
     13        <Attribute language="en" name="comment"/>
    5814        <Attribute language="en" name="definition">The organization responsible for producing this resource.</Attribute>
    5915        <Attribute language="en" name="identifier">Organization</Attribute>
    6016        <Attribute name="version">1.0</Attribute>
    6117    </Element>
    62     <Element hierarchy="true" name="Subject" occurances="17" remember_values="true">
     18    <Element name="Subject">
    6319        <Attribute language="en" name="comment">Currently uses a hierarchy.</Attribute>
    6420        <Attribute language="en" name="definition">The subject of this resource.</Attribute>
     
    6622        <Attribute name="version">1.0</Attribute>
    6723    </Element>
    68     <Element hierarchy="true" name="Keyword" occurances="6" remember_values="true">
     24    <Element name="Keyword">
    6925        <Attribute language="en" name="comment">Informal.</Attribute>
    7026        <Attribute language="en" name="definition">A more specific indication of what the resource can be used for.</Attribute>
     
    7228        <Attribute name="version">1.0</Attribute>
    7329    </Element>
    74     <Element name="Language" occurances="11" remember_values="true">
    75         <Attribute language="en" name="comment">Language.</Attribute>
     30    <Element name="Language">
     31        <Attribute language="en" name="comment"/>
    7632        <Attribute language="en" name="definition">The language of this resource.</Attribute>
    7733        <Attribute language="en" name="identifier">Language</Attribute>
    7834        <Attribute name="version">1.0</Attribute>
    7935    </Element>
    80     <Element hierarchy="true" name="AZList" occurances="11" remember_values="true">
     36    <Element name="AZList">
    8137        <Attribute language="en" name="comment">Not the same as an AZList classifier.</Attribute>
    8238        <Attribute language="en" name="definition">A customizable AZList based on document titles.</Attribute>
Note: See TracChangeset for help on using the changeset viewer.