<?xml version="1.0"?>
<!DOCTYPE tma
[
<!ENTITY w3 "http://purl.org/tm/schemas/w3/">
<!ENTITY dc "http://purl.org/tm/schemas/dc/">
]>
<!--
<!ENTITY dc "http://purl.org/dc/elements/1.1/">
-->
<tma>
  <name>&dc;</name>
  <require>&w3;</require>

  <property>
    <name>Title</name>
    <description>
      The title of a resource.
    </description>
    <valueType>Text</valueType>
    <sidp>no</sidp>
  </property>

  <property>
    <name>Creators</name>
    <description>
      An entity primarily responsible for making the content
      of the resource.
      Examples of a Creator include a person, an organisation,
      or a service.  Typically, the name of a Creator should
      be used to indicate the entity.
    </description>
    <valueType>TextSet</valueType>
    <sidp>no</sidp>
  </property>

  <!-- http://purl.org/dc/elements/1.1/subject covered by sam::occurring-occurrence -->

  <property>
    <name>Description</name>
    <description>
      An account of the content of the resource.
      Description may include but is not limited to: an abstract,
      table of contents, reference to a graphical representation
      of content or a free-text account of the content.
    </description>
    <valueType>Text</valueType>
    <sidp>no</sidp>
  </property>


  <property>
    <name>Publisher</name>
    <description>
      An entity responsible for making the resource available.
      Examples of a Publisher include a person, an organisation,
      or a service. Typically, the name of a Publisher should be used to
      indicate the entity.
    </description>
    <valueType>Text</valueType>
    <sidp>no</sidp>
  </property>

  <property>
    <name>Contributors</name>
    <description>
      An entity responsible for making contributions to the
      content of the resource.
      Examples of a Contributor include a person, an
      organisation, or a service.  Typically, the name of a
      Contributor should be used to indicate the entity.
    </description>
    <valueType>TextSet</valueType>
    <sidp>no</sidp>
  </property>
<!--
  <property>
    <name>date</name>
    <description>
      A date associated with an event in the life cycle of the
      resource.
      Typically, Date will be associated with the creation or
      availability of the resource.  Recommended best practice
      for encoding the date value is defined in a profile of
      ISO 8601 [W3CDTF] and follows the YYYY-MM-DD format.
    </description>
    <valueType>Text</valueType>
    <sidp>no</sidp>
  </property>

  <property>
    <name>type</name>
    <description>
      The nature or genre of the content of the resource.
      Type includes terms describing general categories, functions,
      genres, or aggregation levels for content. Recommended best
      practice is to select a value from a controlled vocabulary
      (for example, the DCMI Type Vocabulary [DCMITYPE]). To
      describe the physical or digital manifestation of the
      resource, use the Format element.
    </description>
    <valueType>Text</valueType>
    <sidp>no</sidp>
  </property>

  <property>
    <name>format</name>
    <description>
      The physical or digital manifestation of the resource.
      Typically, Format may include the media-type or dimensions of
      the resource. Format may be used to determine the software,
      hardware or other equipment needed to display or operate the
      resource. Examples of dimensions include size and duration.
      Recommended best practice is to select a value from a
      controlled vocabulary (for example, the list of Internet Media
      Types [MIME] defining computer media formats).
    </description>
    <valueType>Text</valueType>
    <sidp>no</sidp>
  </property>
-->

  <!-- http://purl.org/dc/elements/1.1/identifier covered by sam:SubjectIndicators -->
<!--
  <property>
    <name>source</name>
    <description>
      A reference to a resource from which the present resource
      is derived.
      The present resource may be derived from the Source resource
      in whole or in part.  Recommended best practice is to reference
      the resource by means of a string or number conforming to a
      formal identification system.
    </description>
    <valueType>Text</valueType>
    <sidp>no</sidp>
  </property>

  <property>
    <name>language</name>
    <description>
      A language of the intellectual content of the resource.
      Recommended best practice is to use RFC 3066 [RFC3066],
      which, in conjunction with ISO 639 [ISO639], defines two-
      and three-letter primary language tags with optional
      subtags.  Examples include "en" or "eng" for English,
      "akk" for Akkadian, and "en-GB" for English used in the
      United Kingdom.
    </description>
    <valueType>Text</valueType>
    <sidp>no</sidp>
  </property>
-->
<!--

  <property>
    <name>relation</name>
    <description>
      Reference to a related resource.
      Recommended best practice is to reference the resource by means
      of a string or number conforming to a formal identification
      system.
    </description>
    <valueType>Text</valueType>
    <sidp>no</sidp>
  </property>
-->

<!--
  <property>
    <name>coverage</name>
    <description>
      The extent or scope of the content of the resource.
      Coverage will typically include spatial location (a place name
      or geographic coordinates), temporal period (a period label,
      date, or date range) or jurisdiction (such as a named
      administrative entity).
      Recommended best practice is to select a value from a
      controlled vocabulary (for example, the Thesaurus of Geographic
      Names [TGN]) and that, where appropriate, named places or time
      periods be used in preference to numeric identifiers such as
      sets of coordinates or date ranges.
    </description>
    <valueType>Text</valueType>
    <sidp>no</sidp>
  </property>
-->

<!--
  <property>
    <name>rights</name>
    <description>
      Information about rights held in and over the resource.
      Typically, a Rights element will contain a rights
      management statement for the resource, or reference
      a service providing such information. Rights information
      often encompasses Intellectual Property Rights (IPR),
      Copyright, and various Property Rights.
      If the Rights element is absent, no assumptions can be made
      about the status of these and other rights with respect to
      the resource.
    </description>
    <valueType>Text</valueType>
    <sidp>no</sidp>
  </property>
-->

</tma>


