Summary of Federation Schema ID=2

Date Last Updated
2008-02-14 09:51:48+0000

Note: This page is automatically generated. Edits will be lost.

Summary

Schema location http://bnhm.berkeley.museum/manis/DwC/darwin2taxonomy.xsd
Schema namespace http://digir.net/schema/conceptual/darwin/taxonomy/2003/1.0
Number of resources referencing this schema 39
Total number of records in this schema 218691
Status -1
Time taken to retrieve (sec) 46.05
Encoding of schema None

Schema Annotation:

$Id: darwin2taxonomy.xsd,v 1.13 2003/03/15 11:14:24 John Wieczorek Exp $

XML Schema draft Darwin Core Version 2 taxonomy index content model.

Concepts

Number of concepts
10
This table lists all the concepts defined in this schema.

Name
The name of the concept
Type
The data type of the concept
Null?
Nillable. Y = Yes, N = No
Search?
Searchable. Y = Yes, N = No
Return?
Returnable. Y = Yes, N = No
Name Type Null? Search? Return? Annotation
InstitutionCode xsd:string N Y Y A code that identifies the institution to which the cataloged item belongs. No global registry exists for institutional codes; use the code that is “standard” in your discipline. This attribute must contain no spaces.
CollectionCode xsd:string N Y Y A unique alphanumeric value that identifies the collection within the institution in which the item is cataloged. This attribute must contain no spaces.
ScientificName xsd:string N Y Y The full name of lowest level taxon to which the cataloged item can be identified (e.g., genus name, specific epithet, subspecific epithet, etc.).
Order xsd:string N Y Y The phylogenetic order to which the cataloged item belongs.
Family xsd:string N Y Y The phylogenetic family to which the cataloged item belongs.
Genus xsd:string N Y Y The phylogenetic genus to which the cataloged item belongs.
Species xsd:string N Y Y The phylogenetic specific epithet of the cataloged item.
Subspecies xsd:string N Y Y The phylogenetic subspecific epithet of the cataloged item.
Details xsd:string N Y Y Comments, remarks, or references to further details for the taxonomic record.
SpecimenCount xsd:nonNegativeInteger N Y Y The number of individuals present in the lot or container referred to by the catalog number. Not an estimate of abundance or density at the collecting locality.

Schema Source

<?xml version='1.0' encoding='utf-8'?>
<xsd:schema targetNamespace="http://digir.net/schema/conceptual/darwin/taxonomy/2003/1.0" 
                xmlns="http://digir.net/schema/conceptual/darwin/taxonomy/2003/1.0" 
                xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
                xmlns:digir="http://digir.net/schema/protocol/2003/1.0" elementFormDefault="qualified">
        <xsd:import namespace="http://digir.net/schema/protocol/2003/1.0" 
               schemaLocation="http://digir.sourceforge.net/schema/protocol/2003/1.0/digir.xsd"/>
        <xsd:annotation>
                <xsd:documentation>$Id: darwin2taxonomy.xsd,v 1.13 2003/03/15 11:14:24 John Wieczorek Exp $</xsd:documentation>
                <xsd:documentation/>
                <xsd:documentation>XML Schema draft Darwin Core Version 2 taxonomy index content model.</xsd:documentation>
        </xsd:annotation>
        <xsd:element name="InstitutionCode" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>A code that identifies the institution to which the cataloged item belongs. No global registry exists for institutional codes; use the code that is "standard" in your discipline. This attribute must contain no spaces.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="CollectionCode" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>A unique alphanumeric value that identifies the collection within the institution in which the item is cataloged. This attribute must contain no spaces.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="ScientificName" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The full name of lowest level taxon to which the cataloged item can be identified (e.g., genus name, specific epithet, subspecific epithet, etc.).</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Order" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The phylogenetic order to which the cataloged item belongs.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Family" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The phylogenetic family to which the cataloged item belongs.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Genus" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The phylogenetic genus to which the cataloged item belongs.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Species" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The phylogenetic specific epithet of the cataloged item.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Subspecies" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The phylogenetic subspecific epithet of the cataloged item.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Details" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>Comments, remarks, or references to further details for the taxonomic record.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="SpecimenCount" type="xsd:nonNegativeInteger" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The number of individuals present in the lot or container referred to by the catalog number. Not an estimate of abundance or density at the collecting locality.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:complexType name="list">
                <xsd:annotation>
                        <xsd:documentation>A concrete digir:listType specifying all elements available for multiCOP operations.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexContent>
                        <xsd:extension base="digir:listType">
                                <xsd:sequence>
                                        <xsd:choice>
                                                <xsd:element ref="InstitutionCode" maxOccurs="unbounded"/>
                                                <xsd:element ref="CollectionCode" maxOccurs="unbounded"/>
                                                <xsd:element ref="ScientificName" maxOccurs="unbounded"/>
                                                <xsd:element ref="Order" maxOccurs="unbounded"/>
                                                <xsd:element ref="Family" maxOccurs="unbounded"/>
                                                <xsd:element ref="Genus" maxOccurs="unbounded"/>
                                                <xsd:element ref="Species" maxOccurs="unbounded"/>
                                                <xsd:element ref="Subspecies" maxOccurs="unbounded"/>
                                                <xsd:element ref="Details" maxOccurs="unbounded"/>
                                                <xsd:element ref="SpecimenCount" maxOccurs="unbounded"/>
                                        </xsd:choice>
                                </xsd:sequence>
                        </xsd:extension>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:element name="requiredList" abstract="true" substitutionGroup="digir:requiredList">
                <xsd:complexType>
                        <xsd:sequence>
                                <xsd:element ref="InstitutionCode"/>
                                <xsd:element ref="CollectionCode"/>
                                <xsd:element ref="ScientificName"/>
                        </xsd:sequence>
                </xsd:complexType>
        </xsd:element>

</xsd:schema>