Summary of Federation Schema ID=4

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/darwin2taxongeog.xsd
Schema namespace http://digir.net/schema/conceptual/darwin/taxongeog/2003/1.0
Number of resources referencing this schema 52
Total number of records in this schema 800857
Status -1
Time taken to retrieve (sec) 46.05
Encoding of schema None

Schema Annotation:

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

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

Concepts

Number of concepts
14
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.
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.
ContinentOcean xsd:string N Y Y The full, unabbreviated name of the continent or ocean from which the cataloged item was collected.
IslandGroup xsd:string N Y Y The full, unabbreviated name of the island group from which the cataloged item was collected.
Island xsd:string N Y Y The full, unabbreviated name of the island from which the cataloged item was collected.
Country xsd:string N Y Y The full, unabbreviated name of the country or major political unit from which the cataloged item was collected.
StateProvince xsd:string N Y Y The full, unabbreviated name of the state, province, or region (i.e., the next smaller political region than Country) from which the cataloged item was collected.
County xsd:string N Y Y The full, unabbreviated name of the county, shire, or municipality (i.e., the next smaller political region than StateProvince) from which the cataloged item was collected.
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/taxongeog/2003/1.0" 
                xmlns="http://digir.net/schema/conceptual/darwin/taxongeog/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: darwin2taxongeog.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 by geography 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="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="ContinentOcean" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The full, unabbreviated name of the continent or ocean from which the cataloged item was collected.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="IslandGroup" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The full, unabbreviated name of the island group from which the cataloged item was collected.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Island" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The full, unabbreviated name of the island from which the cataloged item was collected.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Country" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The full, unabbreviated name of the country or major political unit from which the cataloged item was collected.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="StateProvince" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The full, unabbreviated name of the state, province, or region (i.e., the next smaller political region than Country) from which the cataloged item was collected.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="County" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
                <xsd:annotation>
                        <xsd:documentation>The full, unabbreviated name of the county, shire, or municipality (i.e., the next smaller political region than StateProvince) from which the cataloged item was collected.</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="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="ContinentOcean" maxOccurs="unbounded"/>
                                                <xsd:element ref="Country" maxOccurs="unbounded"/>
                                                <xsd:element ref="StateProvince" maxOccurs="unbounded"/>
                                                <xsd:element ref="County" maxOccurs="unbounded"/>
                                                <xsd:element ref="Island" maxOccurs="unbounded"/>
                                                <xsd:element ref="IslandGroup" 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:sequence>
                </xsd:complexType>
        </xsd:element>
</xsd:schema>