Summary of Federation Schema ID=3
- 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/darwin2geography.xsd |
| Schema namespace | http://digir.net/schema/conceptual/darwin/geography/2003/1.0 |
| Number of resources referencing this schema | 43 |
| Total number of records in this schema | 110187 |
| Status | -1 |
| Time taken to retrieve (sec) | 46.04 |
| Encoding of schema | None |
Schema Annotation:
$Id: darwin2geography.xsd,v 1.13 2003/03/15 11:14:24 John Wieczorek Exp $ XML Schema draft Darwin Core Version 2 geography index content model.
Concepts
- Number of concepts
- 11
- 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. |
| HigherGeography | xsd:string | N | Y | N | The combination of all geographic elements less specific than locality. “Like” query operations on this element will search for a substring in any of the higher geography attributes. |
| 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. |
| Details | xsd:string | N | Y | Y | Comments, remarks, or references to further details for the geographic 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/geography/2003/1.0" xmlns="http://digir.net/schema/conceptual/darwin/geography/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: darwin2geography.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 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="HigherGeography" type="xsd:string" substitutionGroup="digir:searchableData" nillable="true"> <xsd:annotation> <xsd:documentation>The combination of all geographic elements less specific than locality. "Like" query operations on this element will search for a substring in any of the higher geography attributes.</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="Details" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true"> <xsd:annotation> <xsd:documentation>Comments, remarks, or references to further details for the geographic 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="HigherGeography" 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="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:sequence> </xsd:complexType> </xsd:element> </xsd:schema>
