<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/style/human.xsl"?>
<extension xmlns="http://rs.gbif.org/extension/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:dc="http://purl.org/dc/terms/"    
    xsi:schemaLocation="http://rs.gbif.org/extension/ http://rs.gbif.org/schema/extension.xsd"
    dc:title="Taxon Description" 
    name="Description" namespace="http://rs.gbif.org/terms/1.0" rowType="http://rs.gbif.org/terms/1.0/Description"
    dc:issued="2015-02-13"
    dc:relation="http://rs.gbif.org/extension/gbif/1.0/description.xml"
    dc:subject="dwc:Taxon checklist"
    dc:description="DwC Taxon extension to exchange simple text/paragraph based taxon descriptions. Not suitable for structured descriptions and keys, but useful for creating species pages.">

    <property name='description' namespace='http://purl.org/dc/terms/' qualName='http://purl.org/dc/terms/description' dc:relation='' dc:description='Any descriptive free text matching the category given as dc:type. The text should be either plain text or formatted with basic html tags, i.e. h1-4,p,i,b,a,img,ul and li. All other tags should be removed.' examples='' required='true'/>
    <property name='type' thesaurus="http://rs.gbif.org/vocabulary/gbif/description_type.xml"  namespace='http://purl.org/dc/terms/' qualName='http://purl.org/dc/terms/type' dc:relation='' dc:description='The kind of description given' examples='morphology, distribution' required='true'/>
    <property name='source' namespace='http://purl.org/dc/terms/' qualName='http://purl.org/dc/terms/source' dc:relation='' dc:description='Source reference of this description, a URL or full publication citation' examples='' required='false'/>
    <property name='language' namespace='http://purl.org/dc/terms/' qualName='http://purl.org/dc/terms/language' dc:relation='' dc:description='ISO 639-1 language code used for the description.' examples='ES' required='false'/>
    <property name="created" namespace="http://purl.org/dc/terms/" qualName="http://purl.org/dc/terms/created" dc:description='The date and time this description was written or last updated' examples='2010-09-29' type="date"/>
    <property name='creator' namespace='http://purl.org/dc/terms/' qualName='http://purl.org/dc/terms/creator' dc:relation='' dc:description='The author(s) of the textual information provided for a description' examples='' required='false'/>
    <property name='contributor' namespace='http://purl.org/dc/terms/' qualName='http://purl.org/dc/terms/contributor' dc:relation='' dc:description='An entity responsible for making contributions to the textual information provided for a description' examples='' required='false'/>
    <property name='audience' namespace='http://purl.org/dc/terms/' qualName='http://purl.org/dc/terms/audience' dc:relation='' dc:description='A class or description for whom the dwc:description is intended or useful' examples='"experts", "general public", "children"' required='false'/>
    <property name='license' namespace='http://purl.org/dc/terms/' qualName='http://purl.org/dc/terms/license' dc:relation='' dc:description='Official permission to do something with the resource. Please use Creative Commons URIs if you can.' examples='CC-BY' required='false'/>
    <property name='rightsHolder' namespace='http://purl.org/dc/terms/' qualName='http://purl.org/dc/terms/rightsHolder' dc:relation='' dc:description='A person or organization owning or managing rights over the description.' examples='' required='false'/>
    <property name='datasetID' namespace='http://rs.tdwg.org/dwc/terms/' qualName='http://rs.tdwg.org/dwc/terms/datasetID' dc:relation='http://rs.tdwg.org/dwc/terms/index.htm#datasetID' dc:description='An identifier for a subset of data.' examples='' required='false'/>
    
</extension>