UBIF Reduced xml schema version 1.0 (beta 18)
| schema location: |
UBIF_Reduced.xsd |
| targetNamespace: |
http://www.tdwg.org/2004/UBIF |
This documentation is based on html code and graphics generated by the XML Spy schema editor (http://www.altova.com). It has been slightly modified by G. Hagedorn to make it more compact and readable. This is one of several available schema documentations; see the "Overview of available documentation" for further information.
Note that all diagram are hyperlinked; you can click on the symbols to explore elements or types. Use the "back"-button of your browser to return to the previous position. Please read Schema design modeling symbols for explanations of the symbols used in the schema diagrams!
element Datasets
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Root element for files or data streams. Multiple Dataset objects are completely independent. Potential relationship may be detected by the consumer, but are not expressed in the UBIF format. The sequence of Dataset objects has no semantics and does not have to be preserved. The version of the UBIF standard used is defined in the namespace declaration and needs no separate data element. |
|
element Datasets/Dataset
| diagram |
 |
| properties |
|
| annotation |
| documentation |
A single file or data stream may consist of multiple data sets |
|
element Datasets/Dataset/Derivation
| diagram |
 |
| type |
DerivationMetadata |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| datetime |
xs:dateTime |
required |
|
|
| documentation |
[ATTR: datetime] When did it occur? Date and time (UTC or local time with timezone information) at which the current document or data stream was created by the generator. Using UTC (Universal time coordinates = Greenwich mean time) is recommended. |
|
| gooduntil |
xs:dateTime |
optional |
|
|
| documentation |
The data in this Dataset are guaranteed not to change until this date. No guarantee is given after this date and a cache should be refreshed. If the provider cannot guarantee that the data will not be changed until a future date, this attribute should be omitted. |
|
|
| annotation |
| documentation |
A history (tree) of all automatic or semi-automatic data derivations (transformations) through computer programs: database export, filtering, merging, or unmodified data provision through portals. The elements immediately in this element describe the process that created the current xml document. [ATTR: datetime (= When was it done?), gooduntil (= caching interval)] |
|
element Datasets/Dataset/ExternalDataInterface
| diagram |
 |
| type |
ExternalDataInterface |
| properties |
|
| annotation |
| documentation |
Data from other knowledge domains to which the data set refers may be represented by collections of proxy data objects. In the absence of available external databases a proxy object may be used as a local placeholder. The data inside the proxy object usually provide a reduced interface data model that abstracts from a potentially more complex external data model. Examples: persons, publications, geographical localities, media resources, but also class names (biology: taxa) and objects/units (biology: specimens). |
|
element Datasets/Dataset/Metadata
| diagram |
 |
| type |
ContentMetadata |
| properties |
|
| annotation |
| documentation |
Metadata referring to the principal source of the entire data collection (the metadata scope may be wider than the objects actually contained in the data set). |
|
group AgentInterface
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Extensions of ProxyBase specific to AgentProxy |
|
element AgentInterface/Organisation
| diagram |
 |
| properties |
|
| annotation |
| documentation |
(Mostly vCard:Org) |
|
element AgentInterface/Organisation/Name
| diagram |
 |
| type |
Label |
| properties |
|
| annotation |
| documentation |
Full organization or corporate name in multiple languages (en: 'Botanical Garden of ...', de: 'Botanischer Garten von ...'). (vCard:Org.OrgName) The standard Label mechanism also supports acronyms/abbreviations (no vCard equivalent!). For collections, the organisation abbreviation maps to Darwin Core 2: Institution Code. |
|
element AgentInterface/Organisation/Units
| diagram |
 |
| properties |
|
| annotation |
| documentation |
If Agent contains no person definition: the unit within the organization the agent represents, else a list of the various organisational units to which a person may belong. (vCard:OrgUnit) |
|
element AgentInterface/Organisation/Units/Unit
| diagram |
 |
| type |
StringL |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
optional |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
(vCard:OrgUnit) |
|
element AgentInterface/Person
| diagram |
 |
| properties |
|
| annotation |
| documentation |
(There is no equivalent to vCard:FN/full name here, this is already covered by proxy Label above). For the problems involved in atomizing names from different cultures compare http://dublincore.org/documents/1998/ 02/03/name-representation/ See also http://efgblade.cs.umb.edu/twiki/bin/ view/SDD/ProxyDataAgentProxy on our own WIKI. |
|
element AgentInterface/Person/SortingName
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The full name in preferred sorting sequence, i. e. with main name first. Use case: sorting, reporting in sorted lists. Examples: 'Duarte, Amália Mourinha' (pt), 'Pina de Morales, Ana Maria' (es). (vCard:Sort-String) |
|
element AgentInterface/Person/Title
| diagram |
 |
| type |
Label |
| properties |
|
| annotation |
| documentation |
Professional or academic title of individual person (prefer using Role for job titles!) (vCard:Title) |
|
element AgentInterface/Person/Sex
| diagram |
 |
| type |
BasicSexCodeEnum |
| properties |
|
| facets |
| enumeration |
M |
| enumeration |
F |
| enumeration |
U |
|
| annotation |
| documentation |
Enumeration of male, female, unknown (vCard no equivalent) |
|
element AgentInterface/Person/Birthdate
| diagram |
 |
| type |
xs:dateTime |
| properties |
|
| annotation |
| documentation |
Birthday of person. (vCard:BDay, may include time) |
|
element AgentInterface/Person/Deathdate
| diagram |
 |
| type |
xs:dateTime |
| properties |
|
| annotation |
| documentation |
Death date of a deceased person. (vCard: not surprisingly no equivalent) |
|
element AgentInterface/Software
| diagram |
 |
| properties |
|
| annotation |
| documentation |
(Software agents are not handled by vCard!) |
|
element AgentInterface/Software/Name
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
(Software agents probably need to be extended in future versions.) |
|
element AgentInterface/Role
| diagram |
 |
| type |
Label |
| properties |
|
| annotation |
| documentation |
Role of Person or Organization in context. This element can be used to provide a title such as "Database Administrator" or "Curator" even when no individual person is named. (vCard:Role) |
|
element AgentInterface/Contact
| diagram |
 |
| properties |
|
| annotation |
| documentation |
@@Note gh: I see a problem with the unparsed address proposals in the original ABCD model and in two of the alternatives presented here, in that the Label for the Agent often requires the addition of city/country to disambiguate multiple agents with the same name |
|
element AgentInterface/Contact/Addresses
| diagram |
 |
| properties |
|
| annotation |
| documentation |
(vCard:Adr) |
|
element AgentInterface/Contact/Telephones
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Telephone/fax/modem numbers (vCard:Tel) |
|
element AgentInterface/Contact/Telephones/Telephone
| diagram |
 |
| type |
TelephoneNumber |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| number |
String255 |
required |
|
|
| documentation |
Numbers should be provided in the ITU Recommendation E.164 international format ("+CountryCode AreaCode Number"). |
|
| devicetype |
TelephoneDeviceEnum |
optional |
|
|
| documentation |
Note that telephone device types are not necessarily exclusive (voice/fax, mobile/modem, etc.) and vCard 3.0 allows multiple for a single number. However, in UBIF this can be represented by adding a single number multiple times for each device type. This attribute should not have a default value voice, even though this is the most likely case. However, an exporting database may not have properly reported the type, or the type may be indicated only in the usage note. |
|
| usagenote |
String255 |
optional |
|
|
| documentation |
Free-form text for constraints on use e. g. "weekdays only" or "home number" (partly: vCard:Home/Work flags) |
|
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
[ATTR: number = should be provided in the ITU Recommendation E.164 international format ("+CountryCode AreaCode Number") (vCard:Tel.Number) ATTR: devicetype = voice, fax, mobile, pager, modem (identical with vCard:Tel.Voice etc.; if several are on a single phone number list the phone number with each device type!) ATTR: usagenote = free-form text for constraints on use e. g. "weekdays only" or "home number" (partly: vCard:Tel.Home/Work flags) ATTR: preferred = preferred number, may occur multiple times for different device types (vCard:Tel.Pref)] |
|
element AgentInterface/Contact/Emails
| diagram |
 |
| properties |
|
| annotation |
| documentation |
E-mail addresses (vCard:Email) |
|
element AgentInterface/Contact/Emails/EmailAddress
| diagram |
 |
| type |
StringP255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
E-mail address for contact (vCard:Email.UserID; this also has Home/Work flags not supported here) [ATTR: preferred (vCard:Email.Pref)] |
|
element AgentInterface/Contact/URIs
| diagram |
 |
| properties |
|
| annotation |
| documentation |
URI pointing to a homepage with further information. Note: If the Agent has a permanent URN representation, it is expected in ObjectLink in the base type. (vCard:URL, vCard supports only 1 URL) |
|
element AgentInterface/Contact/URIs/URI
| diagram |
 |
| type |
anyUriP |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
URL for person or organization [ATTR: preferred] |
|
element AgentInterface/LogoURL
| diagram |
 |
| type |
xs:anyURI |
| properties |
|
| annotation |
| documentation |
URL of logo or icon image; usually of organization but may also be used by a person. (vCard:Logo) (Note: vCard:Note maps to Annotation in the base type!) |
|
group ClassHierarchyInterface
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Extensions of ProxyBase specific to ClassHierarchyProxy |
|
element ClassHierarchyInterface/IsPhylogenetic
| diagram |
 |
| type |
xs:boolean |
| properties |
|
| annotation |
| documentation |
For example, SDD supports taxonomic (order/family/genus etc.) and non-taxonomic (weed species, diseases, herb/shrub/tree) hierarchies. For many analytical purposes it is relevant whether a hierarchy is based on phylogenetic (= evolutionary) relatedness or whether it is an operational categorization. Note: a conventional taxonomic hierarchy should be considered phylogenetic until proven to be not. |
|
element ClassHierarchyInterface/Node
| diagram |
 |
| type |
ClassHierarchyNode |
| properties |
|
| annotation |
| documentation |
Root of the recursive tree |
|
group ClassNameInterface
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Extensions of ProxyBase specific to ClassNameProxy |
|
element ClassNameInterface/Rank
| diagram |
 |
| type |
TaxonomicRankEnum |
| properties |
|
| annotation |
| documentation |
For biological taxonomic names: order, family, species, etc. Derived from an enumerated value list. This element needs to be interoperable; formatting often depends on specific ranks rather than on relative place in the hierarchy alone. |
|
group ContactAddressProposal1
| diagram |
 |
| used by |
|
| annotation |
| documentation |
### To be decided! |
|
element ContactAddressProposal1/Address
| diagram |
 |
| type |
StringLP |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
optional |
|
|
| documentation |
Attribute for Language, used by-reference |
|
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
Contact address. Each element should be one address; do not use multiple elements for each line! (vCard:Adr.POBox + .ExtAdr + .Street + .Locality + .Region + .PCode + .Ctry) [ATTR: language, preferred (vCard:Pref)] @@vCard defines further attributes: Home/Work, Postal/Parcel, Dom/Intl Also, vCard atomizes the address, see proposal 2 below. Perhaps at least the country should be specified in ISO 2-letter codes? |
|
group ContactAddressProposal2
| diagram |
 |
| used by |
|
| annotation |
| documentation |
### To be decided! |
|
element ContactAddressProposal2/Address
| diagram |
 |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
optional |
|
|
| documentation |
Attribute for Language, used by-reference |
|
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
Contact address. (vCard:Adr.POBox + .ExtAdr + .Street + .Locality + .Region + .PCode + .Ctry) [ATTR: language, preferred (vCard:Pref)] |
|
element ContactAddressProposal2/Address/Line
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Address line |
|
group ContactAddressProposal3
| diagram |
 |
| used by |
|
| annotation |
| documentation |
### To be decided! |
|
element ContactAddressProposal3/POBox
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
(vCard:Adr.POBox) |
|
element ContactAddressProposal3/ExtAdr
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
(vCard:Adr.ExtAdr) |
|
element ContactAddressProposal3/Street
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
(vCard:Adr.Street) |
|
element ContactAddressProposal3/Locality
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
(vCard:Adr.Locality) |
|
element ContactAddressProposal3/Region
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
(vCard:Adr.Region) |
|
element ContactAddressProposal3/PostalCode
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
(vCard:Adr.PCode) |
|
element ContactAddressProposal3/Country
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
(vCard:Adr.Ctry) |
|
group LocalityInterface
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Extensions of ProxyBase specific to LocalityProxy |
|
element LocalityInterface/Coordinates
| diagram |
 |
| type |
GeographicalCoordinates |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| latitude |
DecimalLatitude |
required |
|
|
|
| longitude |
DecimalLongitude |
required |
|
|
| documentation |
Longitude is expressed from -180 to 180°, East longitude being plus and West longitude being minus. |
|
| geodeticdatum |
String255 |
optional |
|
|
| documentation |
Where knowledge of the geodetic datum is readily available it should be passed on. However, in most situations no undue resources should be invested into researching the geodetic datum when this is unknown. Many geodetic datum systems result in differences only up to a 100 m, some up to several hundred meters. For many purposes in biodiversity sciences are acceptable. The 'World Geodetic System 1984 (WGS-84)' is the most commonly used geodetic datum. It is used, e. g., by the 'Global Positioning System (GPS)'. Other important systems are used (e. g., ITRF, ETRS89, NZGD2000, OSGB36, ED50, see also http://www.ncgia.ucsb.edu/education/curricula/giscc/units/u015/tables/table03.html or http://www.colorado.edu/geography/gcraft/notes/datum/edlist.html). The differences between WGS-84 and International Terrestrial Reference Frame (ITRF) are in the centimeter range worldwide, and ETRF 89 and NAD 83 are identical to WGS84 for Europe and North America,
respectively. -- As an exception to what has been said above are historical coordinates (for most countries up to ca. 1900, much later for France) may be based on a prime meridian other than Greenwich/Airy (e. g., the NTF datum uses Paris as its prime meridian, 2.33723° east of Greenwich). |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the coordinate data (latitude/longitude, UTM, TRS, etc.), as close as possible to the (digital/printed/handwritten) information source. |
|
|
| annotation |
| documentation |
Geographical coordinates (decimal longitude/latitude) of the location from which the object or observation was collected. Includes geodetic datum and an optional verbatim text representation. |
|
group MeasurementUnitInterface
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Extensions of ProxyBase specific to MeasurementUnitProxy |
|
element MeasurementUnitInterface/InternationalAbbreviation
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A scientific abbreviation considered language and audience independent. It may contain formatting to express "mm<sup>2</sup>". Note that the Abbreviation element available in most label types does not support formatting! |
|
element MeasurementUnitInterface/IsScientificUnit
| diagram |
 |
| type |
xs:boolean |
| properties |
|
| annotation |
| documentation |
True if unit is SI unit or a derived unit acceptable in scientific publications. False for local/historical units like feet and velocity in fathoms per fortnight :-). |
|
element MeasurementUnitInterface/IsPrefixUnit
| diagram |
 |
| type |
xs:boolean |
| properties |
| isRef |
0 |
| content |
simple |
| default |
false |
|
| annotation |
| documentation |
True indicates that unit should be output before the value (as in 'pH 7.0'). Default is false. |
|
element MeasurementUnitInterface/Relations
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Describes relations to other units that can be expressed through a simple multiplication factor (i. e. not cubic meter = meter * meter * meter, or Celsius to Fahrenheit) |
|
element MeasurementUnitInterface/Relations/Relation
| diagram |
 |
| properties |
|
| annotation |
| documentation |
@@ Do we really need multiple relations or is a single relation to the base unit sufficient? @@ |
|
element MeasurementUnitInterface/Relations/Relation/RelatedUnit
| diagram |
 |
| type |
MeasurementUnitRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
|
required |
|
|
|
|
| annotation |
| documentation |
Ideally the relation should always be defined towards the base unit, e. g., km, cm, mm, µm all to meter. |
|
element MeasurementUnitInterface/Relations/Relation/Factor
| diagram |
 |
| type |
xs:double |
| properties |
|
| annotation |
| documentation |
Multiply current unit with this factor to obtain related unit referenced above. |
|
group MediaResourceInterface
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Extensions of ProxyBase specific to MediaResourceProxy |
|
element MediaResourceInterface/Type
| diagram |
 |
| type |
ResourceTypeEnum |
| properties |
|
| facets |
| enumeration |
Collection |
| enumeration |
Dataset |
| enumeration |
Event |
| enumeration |
Image |
| enumeration |
InteractiveResource |
| enumeration |
MovingImage |
| enumeration |
PhysicalObject |
| enumeration |
Service |
| enumeration |
Software |
| enumeration |
Sound |
| enumeration |
StillImage |
| enumeration |
Text |
| enumeration |
Other |
|
| annotation |
| documentation |
Type of medium, based on DCMI Type vocabulary (= DC.Type) |
|
element MediaResourceInterface/Caption
| diagram |
 |
| type |
Label |
| properties |
|
| annotation |
| documentation |
An optional caption for a resource, esp. if it will be presented embedded in another document. Captions can be provided in multiple languages. Differs from the resource Label, wihich is closer related to a 'title'. @@ Issue: captions, even in multiple languages, may be obtained from the service provider. Even then it may be desirable to override them! Do we need two collections: InheritedCaption and CaptionOverride? This seems to be awkward whenever there is no ServiceProvider! Also, Label can contain a "title" only in a single language! @@ |
|
element MediaResourceInterface/RevisionData
| diagram |
 |
| type |
RevisionData |
| properties |
|
| annotation |
| documentation |
Creators, Revision status, and dates for the media resource |
|
element MediaResourceInterface/Owners
| diagram |
 |
| type |
OwnerRefs |
| properties |
|
| annotation |
| documentation |
Entities having legal possession of the data collection content. Owners are defined only for the entire data collection, not for individual descriptions etc. (= http://www.loc.gov/ marc.relators/own) |
|
element MediaResourceInterface/IPRStatements
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Copyright, terms of use, license and other IPR-related statements like disclaimer or acknowledgement. Giving a copyright statement and a (if possible public) licence is highly recommended! (=DC.Rights) |
|
element MediaResourceInterface/IPRStatements/Representation
| diagram |
 |
| type |
IPRStatementsRepr |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
required |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
[ATTR: language] |
|
element MediaResourceInterface/EncodedData
| diagram |
 |
| type |
xs:base64Binary |
| properties |
|
| annotation |
| documentation |
Optionally the full resource data may be embedded (as an alternative or in addition to defining a URI). Note: A resource like an image should be directly encoded, i.e. not wrapped into a MIME object first. |
|
group MediaResources
| diagram |
 |
| annotation |
| documentation |
[Not yet used] A media resource element embedded in a group is provided solely to allow reuse together with the necessary identity constraints for the ref attribute. Limitations of xml Schema prevent the definition of identity constraints on the MediaResourceReftype itself. |
|
element MediaResources/MediaResource
| diagram |
 |
| type |
MediaResourceRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
(the sequence in instances is informative!) [ATTR: ref] |
|
group PersonNameProposal1
| diagram |
 |
| used by |
|
| annotation |
| documentation |
### To be decided! |
|
element PersonNameProposal1/InheritedName
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Family names, generational names, clan name, parents/grandparents personal names, etc. This (= last name in western cultures) may be compound ('Fischer von Waldheim', 'da Selva', 'Silvano Morales'). Depending on culture it is not necessarily the name of the parents nor common to the married couple and children, thus 'family name' should be avoided even though used in vCard. (vCard:N.Family) |
|
element PersonNameProposal1/Prefix
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Prefix to name that should be output before name, but is usually not included in sorting. Examples: 'Prof.', 'Dr.', 'von', 'Lord'. (vCard:N.Prefix) |
|
element PersonNameProposal1/Suffix
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Suffix to name that should be output after name, regardless whether it is in sorting sequence (Inherited, Given) or not. Examples: 'Jun.', 'III.'. (vCard:N.Suffix) |
|
element PersonNameProposal1/GivenNames
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The name given to a person as a personal name (= first or christian name in western cultures, including 'middle initials') may contain several words ('Ana Maria', 'Jerry B.'). Applicable only to persons. (vCard:N.Given + vCard:N.Middle) |
|
element PersonNameProposal1/PreferredName
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
May differ from the first given name: second given name, nickname ('Bob' for 'Robert'), etc. (vCard:Nickname) |
|
group PersonNameProposal2
| diagram |
 |
| used by |
|
| annotation |
| documentation |
### To be decided! |
|
element PersonNameProposal2/FormalFullName
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Preferred version of complete name in forward sequence as defined by the culture of the name-bearer. Use case: reporting. Examples: 'Maria Amália Mourinha Duarte' (pt), 'Ana Maria Pina de Morales' (es), |
|
element PersonNameProposal2/InformalFullName
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A version of the name in forward sequence used in informal usage. Use case: reporting. Example: 'Bob Morris' for 'Prof. Dr. Robert Morris', 'Amália Mourinha Duarte' (pt), 'Ana Pina de Morales' (es). |
|
group PublicationInterface
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Extensions of ProxyBase specific to PublicationProxy |
|
group PublicationInterface_LinnCore_DivWorkbenchProposal
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Extensions of ProxyBase specific to PublicationProxy |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Year
| diagram |
 |
| type |
xs:gYear |
| properties |
|
| annotation |
| documentation |
Year as appearing on the publication. Compare TruePublicationDate below. |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/TruePublicationDate
| diagram |
 |
| type |
CompositeDate |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| year |
xs:integer |
optional |
|
|
| documentation |
The four digit year in the Gregorian calendar (in Western cultures usually without a suffix or with 'AD/Anno Domini', 'CE/Common Era'; negative years with 'BC/Before Christ', 'BCE/Before Common Era'). Whether a year 0 is used or not differs between a true Gregorian calendar and recent astronomic usage, xml schema is likely to change its position, see xml schema draft 1.1. Thus database designers should not use 0 as a missing value representation for year. |
|
| month |
|
optional |
|
|
|
| day |
|
optional |
|
|
| documentation |
two digit day |
|
| supplement |
String255 |
optional |
|
|
| documentation |
Text in addition to or modifying the exact date components, e. g., 'end of summer', 'first half or year', 'first decade (of month)', '1888-1892'. |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the original date information (date range, 'summer', perhaps unreformed Russian dates, etc.); as close as possible to the (digital/printed/handwritten) information source. |
|
| timezone |
|
optional |
|
|
| documentation |
Timezone expressed in minutes. In the seven property model (http://www.w3.org/TR/2004/WD-xmlschema11-2-20040716/#theSevenPropertyModel) the timezone has a range of +/- 14 hours (14 * 60 = 840 minutes). |
|
|
| annotation |
| documentation |
Effective date of publication; may be different from year stated on/in the publication. Important for taxonomic or other priority. [ATTR: year (required), month, day (optional). Typed as gYear, gMonth, gDay; note that gMonth requires '01' instead of '1' for 'Jan.') |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Series
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Series of books or articles (the latter may be published in edited books. journals, or on the web). |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Series/Title
element PublicationInterface_LinnCore_DivWorkbenchProposal/Series/Editors
| diagram |
 |
| type |
AgentNames |
| properties |
|
| annotation |
| documentation |
Series editors |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Book
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Printed book: monograph or edited book with articles |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Book/Title
| diagram |
 |
| type |
TextWithTranslations |
| properties |
|
| annotation |
| documentation |
Book title (monograph or edited book) |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Book/EditorsOrAuthors
| diagram |
 |
| type |
AgentNames |
| properties |
|
| annotation |
| documentation |
Book creators are authors if Book is used alone or in combination with Series or Chapter, but editors if used in combination with article |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Book/VolPartInSeries
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
Volume or part in a series |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Book/Pages
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
Total range of pages, including foreword, appendices, index and plates/figures. |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Book/ISBN
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
International Standard Book Number |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Book/Edition
| diagram |
 |
| type |
xs:positiveInteger |
| properties |
|
| annotation |
| documentation |
Number of the edition of a book. |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Book/ReprintData
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
Publisher, reprint year, note, etc. for historical books that are reissued. |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Periodical
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Periodical/magazine /journal information |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Periodical/Title
| diagram |
 |
| type |
TextWithTranslations |
| properties |
|
| annotation |
| documentation |
We really need BPH and TL2 as standard dictionaries to drive these titles |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Periodical/AbbreviatedTitle
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
Standardized abbreviated form of title |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Periodical/Publishers
| diagram |
 |
| type |
xs:string |
| properties |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Periodical/PublicationPlace
| diagram |
 |
| type |
xs:string |
| properties |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Periodical/ISSN
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
International Standard Serial Number |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Publishers
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Publishers of a book, periodical, or independently published article. |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Publishers/Publisher
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
The name of the publisher (publishing company or institution, including universities or scientific societies). |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Publishers/PublicationPlace
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
The location where the item being referenced was published, such as a city and state. |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Article
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Articles may, e. g., be published in periodicals, edited books, the internet. |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Article/Title
element PublicationInterface_LinnCore_DivWorkbenchProposal/Article/Authors
element PublicationInterface_LinnCore_DivWorkbenchProposal/Article/PeriodicalVolume
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
Volume of periodical (empty if article appears in edited book) |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Article/PeriodicalPart
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
Part or issue of a periodical volume (empty if article appears in edited book) |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Article/Pages
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
Pages of article. This may include table, or figure numbers for the reference. Examples: '23-41', '341 pp.', or '20, 22-24, 32' (for non-consecutive pages). |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Part
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Optional information about a chapter, section, etc. that has the same authors as the publication in which it is contained. Compare Article for authored chapters in edited books. |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Part/Title
element PublicationInterface_LinnCore_DivWorkbenchProposal/Part/Number
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
Number of chapter, section, etc. as used in the publication. |
|
element PublicationInterface_LinnCore_DivWorkbenchProposal/Part/Pages
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
Pages of current part ('22-34') |
|
group PublicationInterface_MinimizedProposal
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Extensions of ProxyBase specific to PublicationProxy |
|
element PublicationInterface_MinimizedProposal/Creators
| diagram |
 |
| type |
AgentNames |
| properties |
|
| annotation |
| documentation |
For article, chapter, or monographic book the authors, for an entire edited book the editors. The editors of the book in which an chapter appears are not listed here, but as part of the Source text string. |
|
element PublicationInterface_MinimizedProposal/Title
| diagram |
 |
| type |
TextWithTranslations |
| properties |
|
| annotation |
| documentation |
Title of the immediate publication (i.e. title of authored chapter, but not of source book or journal). |
|
element PublicationInterface_MinimizedProposal/Year
| diagram |
 |
| type |
xs:positiveInteger |
| properties |
|
| annotation |
| documentation |
Year as appearing on the publication. Compare TruePublicationDate below. |
|
element PublicationInterface_MinimizedProposal/TruePublicationDate
| diagram |
 |
| type |
CompositeDate |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| year |
xs:integer |
optional |
|
|
| documentation |
The four digit year in the Gregorian calendar (in Western cultures usually without a suffix or with 'AD/Anno Domini', 'CE/Common Era'; negative years with 'BC/Before Christ', 'BCE/Before Common Era'). Whether a year 0 is used or not differs between a true Gregorian calendar and recent astronomic usage, xml schema is likely to change its position, see xml schema draft 1.1. Thus database designers should not use 0 as a missing value representation for year. |
|
| month |
|
optional |
|
|
|
| day |
|
optional |
|
|
| documentation |
two digit day |
|
| supplement |
String255 |
optional |
|
|
| documentation |
Text in addition to or modifying the exact date components, e. g., 'end of summer', 'first half or year', 'first decade (of month)', '1888-1892'. |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the original date information (date range, 'summer', perhaps unreformed Russian dates, etc.); as close as possible to the (digital/printed/handwritten) information source. |
|
| timezone |
|
optional |
|
|
| documentation |
Timezone expressed in minutes. In the seven property model (http://www.w3.org/TR/2004/WD-xmlschema11-2-20040716/#theSevenPropertyModel) the timezone has a range of +/- 14 hours (14 * 60 = 840 minutes). |
|
|
| annotation |
| documentation |
True date of publication, especially if different from stated year. Important for taxonomic or other priority. |
|
element PublicationInterface_MinimizedProposal/Source
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
All remaining information, including Periodical/Volume for articles, or edited book for articles and chapters in a book, with the exceptions of the separate Pages (see below). |
|
element PublicationInterface_MinimizedProposal/Pages
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
Pages of article. This may include table, or figure numbers for the reference. Examples: '23-41', '341 pp.', or '20, 22-24, 32' (for non-consecutive pages). |
|
element PublicationInterface_MinimizedProposal/ISBN
| diagram |
 |
| type |
xs:string |
| properties |
|
| annotation |
| documentation |
International Standard Book Number. @@Although this is an ideal key, this element may be dropped from the selective structure! Only very few references are covered by entire books with ISBN. Articles in journals are far more frequent and it would be more valuable to be better support those. |
|
group UnitInterface
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Extensions of ProxyBase specific to UnitProxy |
|
element UnitInterface/ClassName
| diagram |
 |
| type |
ClassRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Refers to a class name (biology = 'taxon'; ExternalDataInterface/ClassNames/ClassName) |
|
|
| annotation |
| documentation |
Identification of specimen object. The information may come from the service provider. If the service provider only provides a name, this must be compared with and if necessary added to the list of ClassNames so that a ClassName reference may be used here. This may point to a higher taxon (family, order, or even "plantae") to indicate incomplete, broad identifications. [ATTR: ref] |
|
element UnitInterface/IdentificationCertainty
| diagram |
 |
| type |
IdentificationCertaintyEnum |
| properties |
| isRef |
0 |
| content |
simple |
| default |
Certain |
|
| facets |
| enumeration |
Certain |
| enumeration |
Uncertain |
| enumeration |
SimilarTo |
| enumeration |
Unknown |
|
| annotation |
| documentation |
Default is 'certain'; 'Abies cf. alba' would be recorded as 'uncertain'. |
|
element UnitInterface/IsPreservedInCollection
| diagram |
 |
| type |
xs:boolean |
| properties |
| isRef |
0 |
| content |
simple |
| default |
true |
|
| annotation |
| documentation |
False = object has not been collected and preserved (it may still be databased in an observation database and have an ExternalID!). The default for this element is true, i. e. if the element is missing the object has been collected/preserved. |
|
group UnitInterface_RoughProposalBasedOnDarwinCore
| diagram |
 |
| annotation |
| documentation |
### To be decided! Extensions of ProxyBase specific to UnitProxy |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/BasisOfRecord
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A description indicating whether the record represents an object or observation (e.g., tissue sample, living organism, voucher specimen, germplasm/seed, genetic information, etc.) |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/InstitutionCode
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The code (or acronym) identifying the institution administering the collection in which the object or observation record is cataloged. No global registry exists for institutional codes; use the code that is "standard" in your discipline. This attribute must contain no spaces. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/CollectionCode
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The code (or acronym) identifying the collection within the institution in which the object or observation record is cataloged. This attribute must contain no spaces. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/CatalogNumberText
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The alphanumeric value identifying an individual object or observation record within the collection. It is highly recommended that each record is uniquely identified within a collection by this value. It is also recommended that each record is universally uniquely identified by the combination of InstitutionCode, CollectionCode and CatalogNumberText. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Collector
| diagram |
 |
| properties |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Collector/Collectors
| diagram |
 |
| type |
AgentNames |
| properties |
|
| annotation |
| documentation |
The name(s) of the collector(s) of the original data for the object or observation. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Collector/CollectionDate
| diagram |
 |
| type |
CompositeDateTime |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| year |
xs:integer |
optional |
|
|
| documentation |
The four digit year in the Gregorian calendar (in Western cultures usually without a suffix or with 'AD/Anno Domini', 'CE/Common Era'; negative years with 'BC/Before Christ', 'BCE/Before Common Era'). Whether a year 0 is used or not differs between a true Gregorian calendar and recent astronomic usage, xml schema is likely to change its position, see xml schema draft 1.1. Thus database designers should not use 0 as a missing value representation for year. |
|
| month |
|
optional |
|
|
|
| day |
|
optional |
|
|
| documentation |
two digit day |
|
| supplement |
String255 |
optional |
|
|
| documentation |
Text in addition to or modifying the exact date components, e. g., 'end of summer', 'first half or year', 'first decade (of month)', '1888-1892'. |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the original date information (date range, 'summer', perhaps unreformed Russian dates, etc.); as close as possible to the (digital/printed/handwritten) information source. |
|
| timezone |
|
optional |
|
|
| documentation |
Timezone expressed in minutes. In the seven property model (http://www.w3.org/TR/2004/WD-xmlschema11-2-20040716/#theSevenPropertyModel) the timezone has a range of +/- 14 hours (14 * 60 = 840 minutes). |
|
| hour |
|
optional |
|
|
|
| minute |
|
optional |
|
|
|
| second |
|
optional |
|
|
|
|
| annotation |
| documentation |
Date in which the object or observation was collected from the field. Each part of the date may be missing. (= DarwinCore: YearCollected, MonthCollected, DayCollected, VerbatimCollectingDate) ATTR: year = four digit year; month = two digit month of year; day = two digit day of month |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Collector/CollectorNumber
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
An identifying string applied to the object or observation at the time of collection. Serves as a link between field notes and the object or observations. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Collector/FieldNumber
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
An identifying string applied to a set of objects or observations resulting from a single collecting event. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Collector/FieldNotes
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Notes taken in the field for the object or observation, or a reference to such notes. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalClassification
| diagram |
 |
| properties |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalClassification/HigherGeography
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The combination of all geographic elements less specific than locality. "Like" query operations on this element will search for a substring that might be in any of the higher geography elements. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalClassification/ContinentOcean
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The full, unabbreviated name of the continent or ocean from which the object or observation was collected. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalClassification/IslandGroup
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The full, unabbreviated name of the island group from which the object or observation was collected. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalClassification/Island
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The full, unabbreviated name of the island from which the object or observation was collected. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalClassification/Country
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The full, unabbreviated name of the country or major political unit from which the object or observation was collected. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalClassification/StateProvince
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The full, unabbreviated name of the state, province, or region (i.e., the next smaller political region than Country) from which the object or observation was collected. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalClassification/County
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The full, unabbreviated name of the county, shire, or municipality (i.e., the next smaller political region than StateProvince) from which the object or observation was collected. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalDetails
| diagram |
 |
| properties |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalDetails/Locality
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The description of the locality from which the object or observation was collected. Need not contain geographic information provided in other geographic fields. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalDetails/Coordinates
| diagram |
 |
| type |
GeographicalCoordinates |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| latitude |
DecimalLatitude |
required |
|
|
|
| longitude |
DecimalLongitude |
required |
|
|
| documentation |
Longitude is expressed from -180 to 180°, East longitude being plus and West longitude being minus. |
|
| geodeticdatum |
String255 |
optional |
|
|
| documentation |
Where knowledge of the geodetic datum is readily available it should be passed on. However, in most situations no undue resources should be invested into researching the geodetic datum when this is unknown. Many geodetic datum systems result in differences only up to a 100 m, some up to several hundred meters. For many purposes in biodiversity sciences are acceptable. The 'World Geodetic System 1984 (WGS-84)' is the most commonly used geodetic datum. It is used, e. g., by the 'Global Positioning System (GPS)'. Other important systems are used (e. g., ITRF, ETRS89, NZGD2000, OSGB36, ED50, see also http://www.ncgia.ucsb.edu/education/curricula/giscc/units/u015/tables/table03.html or http://www.colorado.edu/geography/gcraft/notes/datum/edlist.html). The differences between WGS-84 and International Terrestrial Reference Frame (ITRF) are in the centimeter range worldwide, and ETRF 89 and NAD 83 are identical to WGS84 for Europe and North America,
respectively. -- As an exception to what has been said above are historical coordinates (for most countries up to ca. 1900, much later for France) may be based on a prime meridian other than Greenwich/Airy (e. g., the NTF datum uses Paris as its prime meridian, 2.33723° east of Greenwich). |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the coordinate data (latitude/longitude, UTM, TRS, etc.), as close as possible to the (digital/printed/handwritten) information source. |
|
|
| annotation |
| documentation |
Geographical coordinates (decimal longitude/latitude) of the location from which the object or observation was collected. Includes geodetic datum and an optional verbatim text representation. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalDetails/CoordinateUncertaintyInMeters
| diagram |
 |
| type |
xs:double |
| properties |
|
| annotation |
| documentation |
The upper limit of the distance (in meters) from the given latitude and longitude describing a circle within which the whole of the described locality must lie. Use NULL where the uncertainty is unknown, cannot be estimated, or is not applicable (e.g., because there are no coordinates). |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalDetails/Elevation
| diagram |
 |
| type |
ValueRange |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| lower |
xs:double |
required |
|
|
|
| upper |
xs:double |
required |
|
|
|
|
| annotation |
| documentation |
The minimum and maximum altitude in meters above (positive) or below (negative) sea level of the collecting locality. (= DarwinCore.MinimumElevationInMeters / MaximumElevationInMeters |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalDetails/VerbatimElevation
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A text representation of the altitude in its original format in the source database. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalDetails/Depth
| diagram |
 |
| type |
ValueRange |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| lower |
xs:double |
required |
|
|
|
| upper |
xs:double |
required |
|
|
|
|
| annotation |
| documentation |
The minimum distance in meters below the surface of the water at which the collection was made; all material collected was in this range. (= DarwinCore.MinimumDepthInMeters / MaximumDepthInMeters |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalDetails/VerbatimDepth
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A text representation of the depth in its original format in the source database. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalDetails/GeoreferencingNotes
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A reference to the methods used for determining the coordinates and uncertainties. This includes DarwinCore GeoreferencingMethod and GeoreferencingReferences |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GeographicalDetails/GeorefVerificationStatus
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The extent to which the georeference has been verified to represent the location where a Cataloged Item was collected. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification
| diagram |
 |
| properties |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/IdentifiedBy
| diagram |
 |
| type |
AgentNames |
| properties |
|
| annotation |
| documentation |
The name(s) of the person(s) who applied the currently accepted ScientificName to the object or observation. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/IdentificationDate
| diagram |
 |
| type |
CompositeDateTime |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| year |
xs:integer |
optional |
|
|
| documentation |
The four digit year in the Gregorian calendar (in Western cultures usually without a suffix or with 'AD/Anno Domini', 'CE/Common Era'; negative years with 'BC/Before Christ', 'BCE/Before Common Era'). Whether a year 0 is used or not differs between a true Gregorian calendar and recent astronomic usage, xml schema is likely to change its position, see xml schema draft 1.1. Thus database designers should not use 0 as a missing value representation for year. |
|
| month |
|
optional |
|
|
|
| day |
|
optional |
|
|
| documentation |
two digit day |
|
| supplement |
String255 |
optional |
|
|
| documentation |
Text in addition to or modifying the exact date components, e. g., 'end of summer', 'first half or year', 'first decade (of month)', '1888-1892'. |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the original date information (date range, 'summer', perhaps unreformed Russian dates, etc.); as close as possible to the (digital/printed/handwritten) information source. |
|
| timezone |
|
optional |
|
|
| documentation |
Timezone expressed in minutes. In the seven property model (http://www.w3.org/TR/2004/WD-xmlschema11-2-20040716/#theSevenPropertyModel) the timezone has a range of +/- 14 hours (14 * 60 = 840 minutes). |
|
| hour |
|
optional |
|
|
|
| minute |
|
optional |
|
|
|
| second |
|
optional |
|
|
|
|
| annotation |
| documentation |
The date in which the unit (specimen, observations, strain, culture, animal) was identified as having the ScientificName. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/IdentificationQualifier
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A standard term to qualify the identification of the object or observation when doubts have arisen as to its identity(e.g., "cf.", "aff.", "subspecies in question", etc.). |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/TaxonomicClassification
| diagram |
 |
| properties |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/TaxonomicClassification/Kingdom
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The name of the phylogenetic kingdom in which the object or observation is classified. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/TaxonomicClassification/Phylum
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The name of the phylogenetic phylum (or division) in which the object or observation is classified. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/TaxonomicClassification/Class
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The name of the phylogenetic class in which the object or observation is classified. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/TaxonomicClassification/Order
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The name of the phylogenetic order in which the object or observation is classified. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/TaxonomicClassification/Family
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The name of the phylogenetic family in which the object or observation is classified. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/ScientificName
| diagram |
 |
| properties |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/ScientificName/ScientificName
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The full name of the lowest level taxon to which the object or observation can be identified (e.g., Family, Genus, Genus+" "+SpecificEpithet, Genus+" "+SpecificEpithet+" "+SubspecificEpithet, etc.). |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/ScientificName/Genus
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The name of the genus in which the object or observation is classified. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/ScientificName/SpeciesEpithet
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The specific epithet of the scientific name applied to the object or observation. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/ScientificName/SubspeciesEpithet
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The subspecific epithet of the scientific name applied to the object or observation. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Identification/ScientificName/ScientificNameAuthor
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The author of the ScientificName. Can be more than one author in a concatenated string. Should be formatted according to the conventions of the applicable taxonomic discipline. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/TypeStatus
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A list of one or more nomenclatural types (including type status and typified taxonomic name) represented by the object (e.g., "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388."). Does not apply to observations. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/RelatedInformation
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Free text references to information not covered elsewhere (e.g., URLs to specimen details, photographs, publications, etc.). |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Sex
| diagram |
 |
| type |
Sex |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| code |
SexCodeEnum |
optional |
|
|
| documentation |
Controlled vocabulary to express sex status for clinical human or biological purposes. |
|
| text |
String255 |
optional |
|
|
| documentation |
The string present in the source database, either in addition to or instead of code (especially no mapping to the controlled vocabulary has been implemented yet, or if a specific value can not be mapped. This differs from verbatim in that it claims no special status and may contain any amount of interpretation relative to the original source (e. g., a specimen label) |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the original sex information; as close as possible to the (digital/printed/handwritten) information source. |
|
|
| annotation |
| documentation |
The sex of a biological individual represented by the cataloged object or observation (e.g., male, female, hermaphrodite, gynandromorph, not recorded, indeterminate, transitional - between sexes, for sequential hermaphrodites). |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/AgeClass
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The age class, reproductive stage, or life stage of the biological individual (e.g., juvenile, adult, eft, nymph, etc.) referred to by the catalog number. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Preparations
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A concatenated list of preparations and preservation methods (skin, skull, skeleton, whole animal (Ethanol), slide, etc.) for the object. Includes tissue preparations (frozen, EDTA, etc.). Does not apply to observations. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/GenBankNumber
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
GenBank Accession number(s) associated with the biological individual(s) referred to by the cataloged object. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/OtherCatalogNumbers
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A list of previous or alternative fully qualified catalog numbers for the same object or observation, whether in the current collection or in any other. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/RelatedCatalogedItems
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The fully qualified identifier (InstitutionCode+" "+CollectionCode+" "+CatalogNumberText) of the related object or observation, preceded by the nature of the relationship (e.g., "(sibling of) MVZ Mamm 1234"). |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Disposition
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
The current disposition of the cataloged item (e.g., "in collection", "lost", "voucher elsewhere", etc. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Remarks
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Free text comments accompanying the object or observation record. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/HistoryOfDeposit
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Fate of the isolate between isolation and deposit in the present collection. The backward sequence of deposits is used separated by "<" meaning "received from". Each entry may contain the name of the collection, (month and) year of the acquisition. Between parenthesis can be entered: strain designation or collection numbers (only when confusion is possible between two or more numbers from the same collection) and/or a name when a name change has occurred. Example: [in Bacillus sphaericus DSM 488] NCTC, Nov. 1973 (Bacillus loehnisii) < T. Gibson, 1935 < Kral Collection (Bacillus probatus) |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Depositor
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Name of the Depositor |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/DepositionDate
| diagram |
 |
| type |
CompositeDateTime |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| year |
xs:integer |
optional |
|
|
| documentation |
The four digit year in the Gregorian calendar (in Western cultures usually without a suffix or with 'AD/Anno Domini', 'CE/Common Era'; negative years with 'BC/Before Christ', 'BCE/Before Common Era'). Whether a year 0 is used or not differs between a true Gregorian calendar and recent astronomic usage, xml schema is likely to change its position, see xml schema draft 1.1. Thus database designers should not use 0 as a missing value representation for year. |
|
| month |
|
optional |
|
|
|
| day |
|
optional |
|
|
| documentation |
two digit day |
|
| supplement |
String255 |
optional |
|
|
| documentation |
Text in addition to or modifying the exact date components, e. g., 'end of summer', 'first half or year', 'first decade (of month)', '1888-1892'. |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the original date information (date range, 'summer', perhaps unreformed Russian dates, etc.); as close as possible to the (digital/printed/handwritten) information source. |
|
| timezone |
|
optional |
|
|
| documentation |
Timezone expressed in minutes. In the seven property model (http://www.w3.org/TR/2004/WD-xmlschema11-2-20040716/#theSevenPropertyModel) the timezone has a range of +/- 14 hours (14 * 60 = 840 minutes). |
|
| hour |
|
optional |
|
|
|
| minute |
|
optional |
|
|
|
| second |
|
optional |
|
|
|
|
| annotation |
| documentation |
The date in which the unit (strain, culture, animal) was deposited in the collection. |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Substrate
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Substrate from which the strain was isolated (soil, water, blood, leaf, etc) |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Isolator
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Name of the person perfoming the isolation into pure culture |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/IsolationMethod
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Method used to isolate the strain |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/ConditionsForGrowth
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Any specific conditions related to cultivation and maintenance of the strain such as culture medium, atmospheric and light conditions, temperature, etc |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Genotype
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Names of chromosomal markers of the strain |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Mutant
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Type and parent of mutant if strain is a mutant strain |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Race
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Name of the race of the strain and authors of the race |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/AlternateState
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Name of the alternate state of the strain and authors of the alternate state |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/StrainProperties
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Any specific properties of the strain (enzyme production, metabolites production, degradation, etc) |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/StrainApplications
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Any specific applications that the strain may have, such as in bioremediation, inoculants, biologic control, etc |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/BiologicalRisks
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Hazard group, pathogen class, plague type |
|
element UnitInterface_RoughProposalBasedOnDarwinCore/Pathogenicity
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Any specific disease that the strain may cause |
|
complexType AgentNames
| diagram |
 |
| used by |
|
| annotation |
| documentation |
A collection (seq) of name strings, used for publication authors or editors and for collectors, i. e. whenever the identity of an Agent is doubtful and can not associated with an Agent without doubt |
|
element AgentNames/Name
| diagram |
 |
| type |
extension of xs:string |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Reference to a Agents (ExternalDataInterface/Agents/Agent) |
|
|
| annotation |
| documentation |
Authors or Editors expressed only as string, e.g. in publications where the identity of creators can often not be discovered. Optionally, the ref attribute may refer to an agent if the relation between string and Agent can be assessed. (The sequence of elements in instance documents is informative!) [ATTR: ref] |
|
complexType AgentProxy
| diagram |
 |
| type |
extension of ProxyBase |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Used for Agent documentation (an Agent is a person, project, organization, or software agent). Currently used for authors, editors, contributors, and translators. Ideally it connects to an outside definition or documentation of the Agent. |
|
complexType AgentRef
| diagram |
 |
| type |
restriction of AgentRefBase |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
|
| annotation |
| documentation |
Defines an element with a required ref attribute pointing to an Agent (ExternalDataInterface/Agents/Agent) |
|
complexType AgentRefBase
| diagram |
 |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
optional |
|
|
| documentation |
Reference to a Agents (ExternalDataInterface/Agents/Agent) |
|
|
| annotation |
| documentation |
Abstract base type for AgentRef and MicroAgent. The ref attribute is optional here! |
|
complexType AgentRefs
| diagram |
 |
| annotation |
| documentation |
A collection of AgentRef-type elements, i. e. Agents forming a team like an author team. |
|
element AgentRefs/Agent
| diagram |
 |
| type |
AgentRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
|
| annotation |
| documentation |
(The sequence of elements in instance documents is informative!) [ATTR: ref] |
|
complexType anyUriP
| diagram |
 |
| type |
extension of xs:anyURI |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
xs:anyURI extended with *optional* Preferred attribute |
|
complexType Citation
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Combines a publication resource reference with a detail location within that reference (esp. page number) |
|
element Citation/Publication
| diagram |
 |
| type |
PublicationRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Refers to a publication as defined under ExternalDataInterface/Publications [ATTR: ref] |
|
element Citation/Location
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Location within publication where the cited data can be found: Page, table, figure number, database record, html document bookmark, etc. (Note: this is not the page range of the entire article!). |
|
element Citation/LastVerified
| diagram |
 |
| type |
xs:dateTime |
| properties |
|
| annotation |
| documentation |
If publication is a non-persistent web resource that may change or disappear, the date at which the citation was verified to be appropriate should be recorded. It may later be updated, but not through a link checker verifying only technical access: the semantics of the citation have to be verified! |
|
element Citation/InvalidSince
| diagram |
 |
| type |
xs:dateTime |
| properties |
|
| annotation |
| documentation |
If publication is a non-persistent web resource that can not longer be verified, the date it was found to have disappeared (or became semantically inappropriate) may be recorded. |
|
complexType Citations
| diagram |
 |
| annotation |
| documentation |
A collection of Citation-type elements |
|
element Citations/Citation
complexType ClassHierarchyNode
| diagram |
 |
| used by |
|
| annotation |
| documentation |
A node in a class hierarchy tree (biology: taxonomical hierarchy) |
|
element ClassHierarchyNode/ClassName
| diagram |
 |
| type |
ClassRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Refers to a class name (biology = 'taxon'; ExternalDataInterface/ClassNames/ClassName) |
|
|
| annotation |
| documentation |
Refers to a class name (in biology a taxon name) [ATTR: ref] |
|
element ClassHierarchyNode/TypeClass
| diagram |
 |
| type |
ClassRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Refers to a class name (biology = 'taxon'; ExternalDataInterface/ClassNames/ClassName) |
|
|
| annotation |
| documentation |
Rather specific to biology: Taxa above rank of species have a lower taxon by which they are typified. |
|
element ClassHierarchyNode/TypeUnits
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Rather specific to biology: Taxa of species rank or below have a physical unit (specimen) by which they are typified. |
|
element ClassHierarchyNode/TypeUnits/TypeUnit
| diagram |
 |
| type |
TypeUnitRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Refers to a Unit object identifier (biology = 'specimen') |
|
| Status |
NomenclaturalTypeStatusOfUnitsEnum |
required |
|
|
| documentation |
The type status of a unit (biology: specimen). See the enumerated type for further information. |
|
|
| annotation |
| documentation |
Collected and preserved unit(s) (biology: specimens) by which the name is typified. |
|
element ClassHierarchyNode/Synonyms
| diagram |
 |
| type |
ClassRefs |
| properties |
|
| annotation |
| documentation |
(The expression of synonyms may be essential for reports and to convey the concept of a class to information consumers.) |
|
element ClassHierarchyNode/Nodes
| diagram |
 |
| type |
ClassHierarchyNodes |
| properties |
|
| annotation |
| documentation |
If class identification is present, further nodes are optional. |
|
element ClassHierarchyNode/Nodes
| diagram |
 |
| type |
ClassHierarchyNodes |
| properties |
|
| annotation |
| documentation |
The class identification may be missing, but then further Nodes are required. |
|
complexType ClassHierarchyNodes
| diagram |
 |
| used by |
|
| annotation |
| documentation |
A collection of objects with ClassHierarchyNode type |
|
element ClassHierarchyNodes/Node
complexType ClassHierarchyProxy
| diagram |
 |
| type |
extension of ProxyBase |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Used for class hierarchies (taxonomies) |
|
complexType ClassHierarchyRef
| diagram |
 |
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Defines an element with a ref attribute pointing to a ClassHierarchy. |
|
complexType ClassNameProxy
| diagram |
 |
| type |
extension of ProxyBase |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Used for class names (biology: taxon names). Provides a locally defined simple free-form text plus an optional link to an external resource object. This may be changed to allow entering a structured form of taxonomic names (Genus/Higher taxon, rank, optional specific/infraspecific epithets, authors). However, note that simply splitting into taxon name and authors does not work, because authors may be in the middle of the parts of the taxon name (e. g. in botanical autonyms). Currently the development of the TDWG taxon names standard should be awaited first. Note that Class names are not restricted to accepted names (also referred to by Synonyms in ClassHierarchyNode type) |
|
complexType ClassRef
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Refers to a class name (biology = 'taxon'; ExternalDataInterface/ClassNames/ClassName) |
|
|
| annotation |
| documentation |
Defines an element with a ref attribute pointing to a ClassName in ExternalDataInterface (in biology: Class = Taxon) |
|
complexType ClassRefs
| diagram |
 |
| used by |
|
| annotation |
| documentation |
A collection of ClassRef type elements |
|
element ClassRefs/ClassName
| diagram |
 |
| type |
ClassRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Refers to a class name (biology = 'taxon'; ExternalDataInterface/ClassNames/ClassName) |
|
|
| annotation |
| documentation |
Reference to a class name (in biology = taxon name) defined in ExternalDataInterface/ClassNames [ATTR: ref] |
|
complexType CompositeDate
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| year |
xs:integer |
optional |
|
|
| documentation |
The four digit year in the Gregorian calendar (in Western cultures usually without a suffix or with 'AD/Anno Domini', 'CE/Common Era'; negative years with 'BC/Before Christ', 'BCE/Before Common Era'). Whether a year 0 is used or not differs between a true Gregorian calendar and recent astronomic usage, xml schema is likely to change its position, see xml schema draft 1.1. Thus database designers should not use 0 as a missing value representation for year. |
|
| month |
|
optional |
|
|
|
| day |
|
optional |
|
|
| documentation |
two digit day |
|
| supplement |
String255 |
optional |
|
|
| documentation |
Text in addition to or modifying the exact date components, e. g., 'end of summer', 'first half or year', 'first decade (of month)', '1888-1892'. |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the original date information (date range, 'summer', perhaps unreformed Russian dates, etc.); as close as possible to the (digital/printed/handwritten) information source. |
|
| timezone |
|
optional |
|
|
| documentation |
Timezone expressed in minutes. In the seven property model (http://www.w3.org/TR/2004/WD-xmlschema11-2-20040716/#theSevenPropertyModel) the timezone has a range of +/- 14 hours (14 * 60 = 840 minutes). |
|
|
| annotation |
| documentation |
Date separated into attributes so that any part of the date may be missing [ATTR: year = four digit year; month = two digit month of year; day = two digit day of month verbatim = unparsed textual date representation supplement = text additional or modifying the exact dates, e. g., 'end of summer', 'first half or year', 'first decade of month', '1888-1892'. timezone = expressed as integer according to the xml schema seven parameter model |
|
complexType CompositeDateTime
| diagram |
 |
| type |
extension of CompositeDate |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| year |
xs:integer |
optional |
|
|
| documentation |
The four digit year in the Gregorian calendar (in Western cultures usually without a suffix or with 'AD/Anno Domini', 'CE/Common Era'; negative years with 'BC/Before Christ', 'BCE/Before Common Era'). Whether a year 0 is used or not differs between a true Gregorian calendar and recent astronomic usage, xml schema is likely to change its position, see xml schema draft 1.1. Thus database designers should not use 0 as a missing value representation for year. |
|
| month |
|
optional |
|
|
|
| day |
|
optional |
|
|
| documentation |
two digit day |
|
| supplement |
String255 |
optional |
|
|
| documentation |
Text in addition to or modifying the exact date components, e. g., 'end of summer', 'first half or year', 'first decade (of month)', '1888-1892'. |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the original date information (date range, 'summer', perhaps unreformed Russian dates, etc.); as close as possible to the (digital/printed/handwritten) information source. |
|
| timezone |
|
optional |
|
|
| documentation |
Timezone expressed in minutes. In the seven property model (http://www.w3.org/TR/2004/WD-xmlschema11-2-20040716/#theSevenPropertyModel) the timezone has a range of +/- 14 hours (14 * 60 = 840 minutes). |
|
| hour |
|
optional |
|
|
|
| minute |
|
optional |
|
|
|
| second |
|
optional |
|
|
|
|
| annotation |
| documentation |
Date + Time separated into attributes so that any part of the date may be missing. [ATTR: see CompositeDate type, plus: time] |
|
complexType ContentMetadata
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Metadata referring to the principal source of the entire data collection (thus the metadata scope may be wider than the objects actually contained in the data set). If a history of the data collection (revised or expanded in various projects or at different institutions) exist, this must be reflected in the IPR statements and possibly in the list of Owners. |
|
element ContentMetadata/Description
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Language-specific header information |
|
element ContentMetadata/Description/Representation
| diagram |
 |
| type |
MetadataDescriptionRepr |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
required |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
[ATTR: language] |
|
element ContentMetadata/Scope
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Language-independent expressions of limited geographical, taxonomic, etc. scopes. In the case of projects in progress, 'scope' may define the planned or intended, rather than the achieved scope (or coverage). Compare also Coverage in Description (which is language-specific). (Items from Scope may be added to DC.Coverage) |
|
element ContentMetadata/Scope/GeographicalScope
| diagram |
 |
| type |
LocalityRefs |
| properties |
|
| annotation |
| documentation |
A data collection may have a limited geographical scope. Example: 'Germany', 'Austria'. |
|
element ContentMetadata/Scope/ClassScope
| diagram |
 |
| type |
ClassRefs |
| properties |
|
| annotation |
| documentation |
A data collection may have a limited class scope (biology: taxonomic scope). Example: 'Hymenoptera' |
|
element ContentMetadata/Scope/SourcePublications
| diagram |
 |
| type |
PublicationRefs |
| properties |
|
| annotation |
| documentation |
Information in the entire dataset may come from these (printed or digital) publications. Note that if data are not just copied from publications into independent descriptions, but revised and combined with expert knowledge, SourcePublications should not be used. Such a process creates an independent new work and the publications are only cited in the descriptions). |
|
element ContentMetadata/Version
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Number and date of current version |
|
element ContentMetadata/Version/Major
| diagram |
 |
| type |
xs:nonNegativeInteger |
| properties |
|
| annotation |
| documentation |
The major version number ('1' in 1.2) as defined by the content creators. |
|
element ContentMetadata/Version/Minor
| diagram |
 |
| type |
xs:nonNegativeInteger |
| properties |
|
| annotation |
| documentation |
An optional minor version number ('2' in 1.2) |
|
element ContentMetadata/Version/Modifier
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Unconstrained text specifying status + optional number, e. g., 'beta', 'alpha', 'rc/release candidate', 'internal'. If missing, release status is assumed. |
|
element ContentMetadata/Version/VersionReleaseDate
| diagram |
 |
| type |
xs:date |
| properties |
|
| annotation |
| documentation |
Citable 'publication date' of the current version (comp. RevisionData/ Initiation- and LastRevisionDate for version- independent dates). This date must be missing if the current version is not yet published! (= DC.Date.issued; http://purl.org/dc/terms/issued) Note: currently no mechanism exist to record the date of the first version release. Is this needed? |
|
element ContentMetadata/RevisionData
| diagram |
 |
| type |
RevisionData |
| properties |
|
| annotation |
| documentation |
Creators, Revision status, and dates of the entire data collection from which the current dataset is derived. |
|
element ContentMetadata/Owners
| diagram |
 |
| type |
OwnerRefs |
| properties |
|
| annotation |
| documentation |
Entities having legal possession of the data collection content. Owners are defined only for the entire data collection, not for individual descriptions etc. (= http://www.loc.gov/ marc.relators/own) |
|
element ContentMetadata/IPRStatements
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Copyright, terms of use, license and other IPR-related statements like disclaimer or acknowledgement. Giving a copyright statement and a (if possible public) licence is highly recommended! (=DC.Rights) |
|
element ContentMetadata/IPRStatements/Representation
| diagram |
 |
| type |
IPRStatementsRepr |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
required |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
[ATTR: language] |
|
element ContentMetadata/GloballyUniqueName
| diagram |
 |
| type |
xs:anyURI |
| properties |
|
| annotation |
| documentation |
A globally unique ID-string, distinguishing a data collection (which may be identical or larger than the current dataset) from all others. The value should never be changed once it has been introduced. To refer to objects within the dataset from elsewhere, this value is combined with the object. If you don't have this, it will be difficult to compare versions of data collections. Recommendation: Avoid choosing simple names that are likely to be used multiple times ('plants', 'French bees', etc.). Authors working at research institutions that allow to use their name as permanent identifiers (even if the author stops working there), may use institutional-URI/personal-or-team-name/ data-collection-label (example: xyz.de/hagedorn/coelomycetes). Note that this is only an identifier and does NOT help to locate real web resources. |
|
complexType ContributorRef
| diagram |
 |
| type |
restriction of RichAgentRef |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
| role |
AgentContributorRoleEnum |
required |
|
|
|
| firstcontribution |
xs:dateTime |
optional |
|
|
| documentation |
The first time an agent (creator or contributor) has edited/made a contribution to an object. If a creator has contributed both as an author and later as an editor of data, two references in these two roles will exist and the contribution dates will be recorded separately. |
|
| lastcontribution |
xs:dateTime |
optional |
|
|
|
| contributioncount |
xs:integer |
optional |
|
|
| documentation |
The number of contributions by a specific agent (editing, revising, adding to an object). |
|
|
| annotation |
| documentation |
Restriction of RichAgentRef to Contributor roles only. |
|
complexType ContributorRefs
| diagram |
 |
| type |
restriction of RichAgentRefs |
| properties |
|
| used by |
|
| annotation |
| documentation |
Collection (sequence) of Agent elements of type ContributorRef |
|
element ContributorRefs/Agent
| diagram |
 |
| type |
ContributorRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
| firstcontribution |
xs:dateTime |
optional |
|
|
| documentation |
The first time an agent (creator or contributor) has edited/made a contribution to an object. If a creator has contributed both as an author and later as an editor of data, two references in these two roles will exist and the contribution dates will be recorded separately. |
|
| lastcontribution |
xs:dateTime |
optional |
|
|
|
| contributioncount |
xs:integer |
optional |
|
|
| documentation |
The number of contributions by a specific agent (editing, revising, adding to an object). |
|
| role |
AgentContributorRoleEnum |
required |
|
|
|
|
| annotation |
| documentation |
(The sequence of elements in instance documents should be preserved. Within each role it is mandatory. Different roles may, however, be reported in separate sequences.) [ATTR: ref, role, ...] |
|
complexType CreatorContributorRef
| diagram |
 |
| type |
restriction of RichAgentRef |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
| role |
AgentCreatorContribRoleEnum |
required |
|
|
|
| firstcontribution |
xs:dateTime |
optional |
|
|
| documentation |
The first time an agent (creator or contributor) has edited/made a contribution to an object. If a creator has contributed both as an author and later as an editor of data, two references in these two roles will exist and the contribution dates will be recorded separately. |
|
| lastcontribution |
xs:dateTime |
optional |
|
|
|
| contributioncount |
xs:integer |
optional |
|
|
| documentation |
The number of contributions by a specific agent (editing, revising, adding to an object). |
|
|
| annotation |
| documentation |
Restriction of RichAgentRef to either Creator or Contributor (but not Owner) roles. |
|
complexType CreatorContributorRefs
| diagram |
 |
| type |
restriction of RichAgentRefs |
| properties |
|
| annotation |
| documentation |
Collection (sequence) of Agent elements of type CreatorContributorRef |
|
element CreatorContributorRefs/Agent
| diagram |
 |
| type |
CreatorContributorRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
| firstcontribution |
xs:dateTime |
optional |
|
|
| documentation |
The first time an agent (creator or contributor) has edited/made a contribution to an object. If a creator has contributed both as an author and later as an editor of data, two references in these two roles will exist and the contribution dates will be recorded separately. |
|
| lastcontribution |
xs:dateTime |
optional |
|
|
|
| contributioncount |
xs:integer |
optional |
|
|
| documentation |
The number of contributions by a specific agent (editing, revising, adding to an object). |
|
| role |
AgentCreatorContribRoleEnum |
required |
|
|
|
|
| annotation |
| documentation |
(The sequence of elements in instance documents should be preserved. Within each role it is mandatory. Different roles may, however, be reported in separate sequences.) [ATTR: ref, role, ...] |
|
complexType CreatorRef
| diagram |
 |
| type |
restriction of RichAgentRef |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
| role |
AgentCreatorRoleEnum |
required |
|
|
|
| firstcontribution |
xs:dateTime |
optional |
|
|
| documentation |
The first time an agent (creator or contributor) has edited/made a contribution to an object. If a creator has contributed both as an author and later as an editor of data, two references in these two roles will exist and the contribution dates will be recorded separately. |
|
| lastcontribution |
xs:dateTime |
optional |
|
|
|
| contributioncount |
xs:integer |
optional |
|
|
| documentation |
The number of contributions by a specific agent (editing, revising, adding to an object). |
|
|
| annotation |
| documentation |
Restriction of RichAgentRef to Creator roles only. |
|
complexType CreatorRefs
| diagram |
 |
| type |
restriction of RichAgentRefs |
| properties |
|
| used by |
|
| annotation |
| documentation |
Collection (sequence) of Agent elements of type CreatorRef |
|
element CreatorRefs/Agent
| diagram |
 |
| type |
CreatorRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
| firstcontribution |
xs:dateTime |
optional |
|
|
| documentation |
The first time an agent (creator or contributor) has edited/made a contribution to an object. If a creator has contributed both as an author and later as an editor of data, two references in these two roles will exist and the contribution dates will be recorded separately. |
|
| lastcontribution |
xs:dateTime |
optional |
|
|
|
| contributioncount |
xs:integer |
optional |
|
|
| documentation |
The number of contributions by a specific agent (editing, revising, adding to an object). |
|
| role |
AgentCreatorRoleEnum |
required |
|
|
|
|
| annotation |
| documentation |
(The sequence of elements in instance documents should be preserved. Within each role it is mandatory. Different roles may, however, be reported in separate sequences.) [ATTR: ref, role, ...] |
|
complexType DerivationMetadata
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| datetime |
xs:dateTime |
required |
|
|
| documentation |
[ATTR: datetime] When did it occur? Date and time (UTC or local time with timezone information) at which the current document or data stream was created by the generator. Using UTC (Universal time coordinates = Greenwich mean time) is recommended. |
|
| gooduntil |
xs:dateTime |
optional |
|
|
| documentation |
The data in this Dataset are guaranteed not to change until this date. No guarantee is given after this date and a cache should be refreshed. If the provider cannot guarantee that the data will not be changed until a future date, this attribute should be omitted. |
|
|
| annotation |
| documentation |
Describes the providers and application/ script(s) that produced the current data set, plus a derivation history of all automatic or semi-automatic transformation with negligable or automated content changes. Derivation examples: a) Generation of file from a database, b) Adding/removing data to/from an existing UBIF xml file, c) Passing data through a portal without intentionally changing any data. The information provided here is intended to a) facilitate debugging b) react to known deficits of generators, esp. if generators produce syntactically correct but semantically faulty data (misapplication of data elements, etc.) c) evaluate the quality and scope of archived data, especially whether the data contained in the document are complete or an excerpt from a larger data set. d) inform about options to update/refresh data [ATTR: datetime (= When was it done?)] = Date and time (UTC or local time with timezone information) at which the current
document or data stream was created by the generator. Using UTC (Universal time coordinates = Greenwich mean time) is recommended. [ATTR: gooduntil (= information about expiration of validity for caching purposes.] |
|
element DerivationMetadata/Generator
| diagram |
 |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| name |
String255 |
required |
|
|
| documentation |
Name of the application performing the transformation. The term 'application' should be understood in a loose sense; it may be a script that is not part of a larger application (compare the Routine attribute, which may provide the detailed name of scripts that are part of an application!). |
|
| version |
String255 |
required |
|
|
| documentation |
Version of the application that has generated this document. The attribute should not be named 'Version' to avoid confusion with the version of the content (see content Metadata). |
|
| notes |
String |
optional |
|
|
| documentation |
Additional information about the generating application that is not part of the name or version. If the copyright of the generating application is specified, it should be understood that this does not affect the content copyright of the data. |
|
| routine |
String255 |
optional |
|
|
| documentation |
Optionally allows a generating application to identify which of possibly multiple transforming routines (database code, xslt, etc.) was used. This attribute may also be used, to identify different conditions under which the export routine may behave differently. |
|
|
| annotation |
| documentation |
Which tool did it? Metadata about the software (application, script, etc.) that performed the derivation/transformation. [ATTR: name, version, notes, routine] (Detailed attribute annotations exist, but are not visible in graphical schema view!) |
|
element DerivationMetadata/TechnicalContact
| diagram |
 |
| type |
MicroAgent |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
optional |
|
|
| documentation |
Reference to a Agents (ExternalDataInterface/Agents/Agent) |
|
|
| annotation |
| documentation |
Who did it? Technical contacts are those to whom questions about accessibility of a provider or resource should be directed. |
|
element DerivationMetadata/AdministrativeContact
| diagram |
 |
| type |
MicroAgent |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
optional |
|
|
| documentation |
Reference to a Agents (ExternalDataInterface/Agents/Agent) |
|
|
| annotation |
| documentation |
Who did it? Administrative contacts [= Content contacts] are those to whom questions and feedback about data, or restrictions on use of the data should be directed. |
|
element DerivationMetadata/Statement
| diagram |
 |
| type |
Statement |
| properties |
|
| annotation |
| documentation |
Optional description of the derivation actions, acknowledgement, copyright, etc. statements. The statement should be complete and identify the speaker (Technical/AdministrativeContact should not be expected to be displayed). - This is the only item in Derivation expected to be displayed on web reports addressing the general public. All other items in Derivation are normally displayed only on technical pages. -- Note: Claiming copyright/database rights on derivations may interfere with the usability of data and is not recommended. Care must be taken to avoid violating the rights of holders of the original content copyright! |
|
element DerivationMetadata/DerivationHistory
| diagram |
 |
| properties |
|
| annotation |
| documentation |
The derivation history includes all automatic or semi-automatic transformation with negligable or automated content changes. It does NOT include the history of content revisions and expansions, possibly combined with changes of copyright or ownership; this history must be acknowledged in the Description, Owner and IPR statements in Metadata. Whenever a data provider receives a dataset already containing derviation data, it will put these unchanged into previous derivations and add its own data as a new outer layer. Thus the outermost Derivation is the most recent (immediate) one, the innermost the first. |
|
element DerivationMetadata/DerivationHistory/Derivation
| diagram |
 |
| type |
DerivationMetadata |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| datetime |
xs:dateTime |
required |
|
|
| documentation |
[ATTR: datetime] When did it occur? Date and time (UTC or local time with timezone information) at which the current document or data stream was created by the generator. Using UTC (Universal time coordinates = Greenwich mean time) is recommended. |
|
| gooduntil |
xs:dateTime |
optional |
|
|
| documentation |
The data in this Dataset are guaranteed not to change until this date. No guarantee is given after this date and a cache should be refreshed. If the provider cannot guarantee that the data will not be changed until a future date, this attribute should be omitted. |
|
|
| annotation |
| documentation |
Usually this contains only a single node! The history is not an array, but the recursion or Derivation within Derivation! However, multiple earlier derivations may be present if information has been merged. Example: SDD descriptions are enriched with images created by a geography server and based on ABCD collection data. Datasets should be kept separate whereever possible, e. g. in the case of specimen data from multiple collections. |
|
complexType ExternalDataInterface
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Collections of non-abstract data proxy elements, forming an interface to potentially existing more object representations |
|
element ExternalDataInterface/ClassNames
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Class (biology: taxon) names used in the project. Each proxy object contains a name - either locally defined or representing an external resource defined in a linking mechanism and defines a local id attribute that may be referred to multiple times from within the project. |
|
element ExternalDataInterface/ClassNames/ClassName
| diagram |
 |
| type |
ClassNameProxy |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Biology: Object in a nomenclator [ATTR: id] |
|
element ExternalDataInterface/ClassHierarchies
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Optional hierarchy (= tree, biology: taxonomy) of classes defined above. A hierarchy may be incomplete, i. e. some ClassName object may not be in the hierarchy. ClassHierarchies may be locally defined or represent an external source. |
|
element ExternalDataInterface/ClassHierarchies/ClassHierarchy
| diagram |
 |
| type |
ClassHierarchyProxy |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Biology: Taxonomic hierarchy, or arbitrary set of taxa. [ATTR: id] |
|
element ExternalDataInterface/Units
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Units are physical objects (biology: specimens) that are collected, described, or observed. In biology a collected object is often called a specimen. |
|
element ExternalDataInterface/Units/Unit
| diagram |
 |
| type |
UnitProxy |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Biology: Object in a collection (= specimen) or an observation. Units may be identified or assigned to a Class name. [ATTR: id] |
|
element ExternalDataInterface/Agents
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Documentation of persons/organizations involved in the authoring, compiling, editing, etc. of the data set. |
|
element ExternalDataInterface/Agents/Agent
| diagram |
 |
| type |
AgentProxy |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
@@ The specific elements are only a preliminary sketch, this should be synchronized with TDWG ABCD! [ATTR: id] |
|
element ExternalDataInterface/Publications
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Publications used in the project, defined through proxy objects (= local or external link, see under Agents). |
|
element ExternalDataInterface/Publications/Publication
| diagram |
 |
| type |
PublicationProxy |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Printed or digital publication (including database source) [ATTR: id] |
|
element ExternalDataInterface/Geography
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Geographical locations (often country names, but potentially on any level), defined through proxy objects (= local or external link, see under Agents). An example of an external gazetteer referred to is the TDWG Geography standard. |
|
element ExternalDataInterface/Geography/Locality
| diagram |
 |
| type |
LocalityProxy |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
|
element ExternalDataInterface/MediaResources
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Resource definitions containing links like URLs or actually embedding the resource (e. g. encoded images). These are proxy objects (= local or external link, see under Agents). |
|
element ExternalDataInterface/MediaResources/MediaResource
element ExternalDataInterface/MeasurementUnits
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Measurement units like mm-square, °C, ml, pH, and dimensionless scaling factors like %, promille. |
|
element ExternalDataInterface/MeasurementUnits/MeasurementUnit
complexType ExternalLink
| diagram |
 |
| used by |
|
| annotation |
| documentation |
The object linking mechanisms used by the ProxyBase type may also be used by other objects! |
|
element ExternalLink/LSID
| diagram |
 |
| type |
LSIDBody |
| properties |
|
| annotation |
| documentation |
LifeScience ID (without the constant prefix 'urn:lsid:'). 3 to 4 parts separated by colon, the 1st part is the url of a life science authority service that provides metadata on how to obtain the object references in part 2 (namespace = data collection), 3 (object ID) and 4 (optional object version). Example: lsid.gbif.org:DataCollectionID:ID/1§31~b+:v2 |
|
element ExternalLink/DOI
| diagram |
 |
| type |
DOI |
| properties |
|
| annotation |
| documentation |
Digital object identifier (an ID scheme advanced by the library community). |
|
element ExternalLink/URL
| diagram |
 |
| type |
xs:anyURI |
| properties |
|
| annotation |
| documentation |
A URL directly providing an object representation. In contrast to the URN types LSID or DOI this should resolve directly. The URL may be a query string (with ID embedded), for example: "http://x.y.fr/pub/au=smith?yr=1998". In the case of URLs multiple definitions may be defined to reduce the likelihood of failure. [The element sequence in instance documents is informative and should be preserved.] |
|
complexType GeographicalCoordinates
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| latitude |
DecimalLatitude |
required |
|
|
|
| longitude |
DecimalLongitude |
required |
|
|
| documentation |
Longitude is expressed from -180 to 180°, East longitude being plus and West longitude being minus. |
|
| geodeticdatum |
String255 |
optional |
|
|
| documentation |
Where knowledge of the geodetic datum is readily available it should be passed on. However, in most situations no undue resources should be invested into researching the geodetic datum when this is unknown. Many geodetic datum systems result in differences only up to a 100 m, some up to several hundred meters. For many purposes in biodiversity sciences are acceptable. The 'World Geodetic System 1984 (WGS-84)' is the most commonly used geodetic datum. It is used, e. g., by the 'Global Positioning System (GPS)'. Other important systems are used (e. g., ITRF, ETRS89, NZGD2000, OSGB36, ED50, see also http://www.ncgia.ucsb.edu/education/curricula/giscc/units/u015/tables/table03.html or http://www.colorado.edu/geography/gcraft/notes/datum/edlist.html). The differences between WGS-84 and International Terrestrial Reference Frame (ITRF) are in the centimeter range worldwide, and ETRF 89 and NAD 83 are identical to WGS84 for Europe and North America,
respectively. -- As an exception to what has been said above are historical coordinates (for most countries up to ca. 1900, much later for France) may be based on a prime meridian other than Greenwich/Airy (e. g., the NTF datum uses Paris as its prime meridian, 2.33723° east of Greenwich). |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the coordinate data (latitude/longitude, UTM, TRS, etc.), as close as possible to the (digital/printed/handwritten) information source. |
|
|
| annotation |
| documentation |
ATTR: latitude, longitude (in decimal degrees), geodeticdatum (esp. if different from a Greenwich-based datum). |
|
complexType IPRStatementsRepr
| diagram |
 |
| type |
extension of LanguageRef |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
required |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
A sequence of various intellectual property right (= IPR) statements, with a language attribute on the entire sequence. |
|
element IPRStatementsRepr/Declaration
| diagram |
 |
| type |
Statement |
| properties |
|
| annotation |
| documentation |
Other forms of IPR declaration not yet covered (e.g., database rights); also used in cases where an automatic converter can not decide whether a statements is copyright, licence, etc. |
|
element IPRStatementsRepr/Copyright
| diagram |
 |
| type |
Statement |
| properties |
|
| annotation |
| documentation |
Copyright may include the information that the data has been released to the public domain. |
|
element IPRStatementsRepr/License
| diagram |
 |
| type |
Statement |
| properties |
|
| annotation |
| documentation |
To be used if data are placed under a public license (GPL, GFDL, OpenDocument). Placing data under a public license while maintaining copyright is recommended! (= DC.Rights.Licence; new 2004) |
|
element IPRStatementsRepr/TermsOfUse
| diagram |
 |
| type |
Statement |
| properties |
|
| annotation |
| documentation |
Defines conditions under which the data may be analyzed, distributed or changed. "Terms of use" includes concepts like "Usage conditions" and "Specific Restrictions". |
|
element IPRStatementsRepr/Disclaimer
| diagram |
 |
| type |
Statement |
| properties |
|
| annotation |
| documentation |
Disclaimer statement, e. g. concerning responsibility for data quality or legal implications. |
|
element IPRStatementsRepr/Acknowledgement
| diagram |
 |
| type |
Statement |
| properties |
|
| annotation |
| documentation |
A free form text acknowledging support (e. g. grant money, help, permission to reuse published material, etc.) |
|
complexType Label
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Collection of language-specific label representations |
|
element Label/Representation
| diagram |
 |
| type |
LabelRepr |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
required |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
Language-specific label representation [ATTR: language] |
|
complexType LabelRepr
| diagram |
 |
| type |
extension of LanguageRef |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
required |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
Language-specific simple label, using simple formatted text |
|
element LabelRepr/Text
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Label text in a specific language. |
|
element LabelRepr/Abbreviation
| diagram |
 |
| type |
String50 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
50 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Restricted to 50 characters maximum length, including blanks (recommended to be shorter!). Label abbreviations are especially important when displaying information in a tabular format. |
|
complexType LabelWithDetails
| diagram |
 |
| annotation |
| documentation |
Collection of language-specific label representations |
|
element LabelWithDetails/Representation
| diagram |
 |
| type |
LabelWithDetailsRepr |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
required |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
Language-specific label representation [ATTR: language] |
|
complexType LabelWithDetailsRepr
| diagram |
 |
| type |
extension of LabelRepr |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
required |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
LabelRepr with short inherited Text extended with longer Details text. |
|
element LabelWithDetailsRepr/Details
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Optional text of unconstrained length, elaborating details of the ShortText |
|
complexType LanguageRef
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
required |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
Defines an element with a required 'language' attribute |
|
complexType LocalityProxy
| diagram |
 |
| type |
extension of ProxyBase |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Used for resources like geographical names or places. Provides either a simple free-form text, or a connection to an external resource. @@ Problem: in contrast to class names, and even publications, locality names are necessarily language-specific! |
|
complexType LocalityRef
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Defines an element with a ref attribute pointing to a Locality (ExternalDataInterface/Geography/Locality) |
|
complexType LocalityRefs
| diagram |
 |
| used by |
|
| annotation |
| documentation |
A collection of LocalityRef-type elements. The sequence of elements in instance documents is semantically irrelevant and may be changed. |
|
element LocalityRefs/Locality
| diagram |
 |
| type |
LocalityRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Reference to a locality defined in ExternalDataInterface/Geography/Locality [ATTR: ref] |
|
complexType MeasurementUnitProxy
| diagram |
 |
| type |
extension of ProxyBase |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Provides an extensible definition mechanism for measurement units like meter, mm, µm, liter/litre, °C, m/s, etc. May also be used dimensionless scaling factors like %! Label contains a language/culture- specific long form of the measurement unit, e. g., 'liter' (en-us) or 'litre' (en-uk) for 'L.' Label and InternationalAbbreviation text allow some xhtml formatting to support, e. g., "mm<sup>2</sup>". Note: "International Standard ISO 31 (Quantities and units), 1992 may be relevant here, but it seems not available online. Printed version: ISO Standards Handbook: Quantities and units. 3rd ed., International Organization for Standardization, Geneva, 1993, 345 p., ISBN 92-67-10185-4, 182.00 CHF. A useful online resource is http://hem.fyristorg.com/ojarnef/fys/ metric-units-comp.txt |
|
complexType MeasurementUnitRef
| diagram |
 |
| type |
restriction of MeasurementUnitRefBase |
| properties |
| base |
MeasurementUnitRefBase |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
|
required |
|
|
|
|
| annotation |
| documentation |
Refers to a MeasurementUnit (attribute ref is required) |
|
complexType MeasurementUnitRefBase
| diagram |
 |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
optional |
|
|
| documentation |
ref refers to a measurement unit id (Terminology/General/MeasurementUnits) |
|
|
| annotation |
| documentation |
Abstract base type for MeasurementUnitRef and MicroMeasurementUnit. Here the ref attribute is optional! |
|
complexType MediaResourceProxy
| diagram |
 |
| type |
extension of ProxyBase |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Extends resource proxy type with optional encoded data content (esp. images embedded in xml document) and with a Type (Image/Audio/Video, etc.). |
|
complexType MediaResourceRef
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Defines an element with a ref attribute pointing to a MediaResource (ExternalDataInterface/MediaResources/MediaResource) |
|
complexType MediaResourceRefs
| diagram |
 |
| annotation |
| documentation |
A collection of MediaResourceRef elements. The sequence of elements in instance documents is semantically relevant and should be preserved. |
|
element MediaResourceRefs/MediaResource
| diagram |
 |
| type |
MediaResourceRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
(the sequence in instances is informative!) [ATTR: ref] |
|
complexType MetadataDescriptionRepr
| diagram |
 |
| type |
extension of LanguageRef |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
required |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
Language-specific content metadata (title, description, etc.) with *required* Language attribute added. |
|
element MetadataDescriptionRepr/Title
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A short, concise title. Does not support any formatting! (= DC.Title) |
| documentation |
General Note on DublinCore translation: In addition to those that can bee transformed from UBIF metadata, an additional DC.Type='dataset' should be added. |
|
element MetadataDescriptionRepr/Details
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Free-form text containing a longer description of the project. (= DC.Description) |
|
element MetadataDescriptionRepr/Coverage
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Free-form text describing geographic, taxonomic, or other coverage aspects of terminology or descriptions available in the current project. (= DC.Coverage) |
|
element MetadataDescriptionRepr/Icon
| diagram |
 |
| type |
MediaResourceRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Optionally an image media resource containing an icon/logo symbolizing the project. [ATTR: ref] |
|
element MetadataDescriptionRepr/WebAddress
| diagram |
 |
| type |
xs:anyURI |
| properties |
|
| annotation |
| documentation |
URL pointing to an online source related to the current project, which may or may not serve an updated version of the terminology or descriptions. |
|
complexType MicroAgent
| diagram |
 |
| type |
extension of AgentRefBase |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
optional |
|
|
| documentation |
Reference to a Agents (ExternalDataInterface/Agents/Agent) |
|
|
| annotation |
| documentation |
Provides a minimalized local Agent definition together with an optional Agent reference (ref attribute). In principle this is derived from AgentRef, but to properly do it |
|
element MicroAgent/Name
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Person or role name (e. g., 'head of departement') |
|
element MicroAgent/Email
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
element MicroAgent/Phone
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
(voice phone) |
|
element MicroAgent/Address
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
complexType MicroMeasurementUnit
| diagram |
 |
| type |
extension of MeasurementUnitRefBase |
| properties |
| base |
MeasurementUnitRefBase |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
optional |
|
|
| documentation |
ref refers to a measurement unit id (Terminology/General/MeasurementUnits) |
|
|
| annotation |
| documentation |
Provides a minimalized measurement unit identified through a local (and presumably international) abbreviation - together with an optional Measurement Unit proxy reference (ref attribute). |
|
element MicroMeasurementUnit/InternationalAbbreviation
| diagram |
 |
| type |
String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A scientific abbreviation considered language and audience independent. It may contain formatting to express "mm<sup>2</sup>". |
|
complexType OwnerRef
| diagram |
 |
| type |
restriction of RichAgentRef |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
| role |
AgentOwnerRoleEnum |
required |
|
|
|
| firstcontribution |
|
prohibited |
|
|
|
| lastcontribution |
|
prohibited |
|
|
|
| contributioncount |
|
prohibited |
|
|
|
|
| annotation |
| documentation |
Restriction of RichAgentRef to Owner roles only (contribution attributes prohibited). |
|
complexType OwnerRefs
| diagram |
 |
| type |
restriction of RichAgentRefs |
| properties |
|
| used by |
|
| annotation |
| documentation |
Collection (sequence) of Agent elements of type OwnerRef |
|
element OwnerRefs/Agent
| diagram |
 |
| type |
OwnerRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
| role |
AgentOwnerRoleEnum |
required |
|
|
|
| firstcontribution |
|
prohibited |
|
|
|
| lastcontribution |
|
prohibited |
|
|
|
| contributioncount |
|
prohibited |
|
|
|
|
| annotation |
| documentation |
(The sequence of elements in instance documents should be preserved. Within each role it is mandatory. Different roles may, however, be reported in separate sequences.) [ATTR: ref, role] |
|
complexType ProbabilityEstimateRange
| diagram |
 |
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| lowerestimate |
Probability |
optional |
0 |
|
|
| upperestimate |
Probability |
optional |
1 |
|
|
|
| annotation |
| documentation |
Contains lower/upper estimate attributes; used, e. g., for certainty and frequency! The default values are 0 and 1, indicating that no estimate was possible. |
|
complexType ProbabilityRange
| diagram |
 |
| attributes |
|
| annotation |
| documentation |
Lower and upper probability value as required attributes (no default values) |
|
complexType ProxyBase
| diagram |
 |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Abstract base type for proxy objects representing external resource objects (publications, class names, specimens, etc.). Provides a free-form label (this may be locally defined and the only data item if no external object is available) plus an ID-based link to an external object. |
|
element ProxyBase/Label
| diagram |
 |
| type |
Label |
| properties |
|
| annotation |
| documentation |
Human readable representation. This may be the only data item if no machine readable ObjectLink exists. Example for a publication: "Smith 1998. Flora of Erehwon, XY Publishers." Even if an external ID exist, the Label is required. It preserves the semantics of the proxy object (= keep interpretable by humans) even if the machine-readable object links are broken. Label should be updated automatically (without human control) only after a human decided that the semantic management of an external object provider can be fully trusted. Some Labels like scientific taxon names or publication references can be expressed more or less language-independent, others like geographic names are always language dependent. @@Discussion neccessary: language type is currently extended with neutral and unknown codes ('-', '?'), is this necessary?@@ The Abbreviation element provided is not necessary for all proxies, but especially useful for class names (e. g., for
tabular reports) and publication abbreviations (author/year style). |
|
element ProxyBase/Link
| diagram |
 |
| type |
ExternalLink |
| properties |
|
| annotation |
| documentation |
Defines an ID of an external object or one to several services providing it. The format in which the object is returned is undefined and needs to be interpreted by the receiving application. Ideally, common standards (TDWG, MARC, etc.) should be used. |
|
complexType PublicationProxy
| diagram |
 |
| type |
extension of ProxyBase |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Used for resources like publications, laboratory notes, speeches, etc. Provides either a simple free-form text, or a connection to an external resource. |
|
complexType PublicationRef
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Defines an element with a ref attribute pointing to a Publication (ExternalDataInterface/Publications/Publication) |
|
complexType PublicationRefs
| diagram |
 |
| used by |
|
| annotation |
| documentation |
A collection of elements of PublicationRef type. |
|
element PublicationRefs/Publication
| diagram |
 |
| type |
PublicationRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
[ATTR: ref] |
|
complexType RevisionData
| diagram |
 |
| used by |
|
| annotation |
| documentation |
RevisionData (creators, dates, revision) for the entire project/data set or individual objects. |
|
element RevisionData/Creators
| diagram |
 |
| type |
CreatorRefs |
| properties |
|
| annotation |
| documentation |
If RevisionData exist at all, at least one creator(author or editor) is required. (= DC.Creators) |
|
element RevisionData/Contributors
| diagram |
 |
| type |
ContributorRefs |
| properties |
|
| annotation |
| documentation |
General contributors, or translators. (= DC.Contributors) @@Request for discussion: Translator-Contributors are currently not listed on individual Representation elements. Only a general statement about all translations together can be made. Should this be changed? Also: should one Representation be marked as 'Original/ SourceForTranslation'? @@ |
|
element RevisionData/InitiationDate
| diagram |
 |
| type |
xs:dateTime |
| properties |
|
| annotation |
| documentation |
Date/time when the intellectual content (project, term, description, etc.) was created. Applications may initially set this to the system date for new data objects, but authors must be able to change it to an earlier date if necessary. If for legacy data this is imprecisely known, it may be missing here. Earlier versions in other data formats should then be mentioned in the copyright or acknowl. statements. (= DC.Date.Created) |
|
element RevisionData/LastRevisionDate
| diagram |
 |
| type |
xs:dateTime |
| properties |
|
| annotation |
| documentation |
Date/time when the last modification of the object was made. If in online data sources the provider can not assess this, the current date/time may be substituted. For legacy data this may be set to the file date of imported data, or estimated. (= DC.Date.Modified) |
|
complexType RichAgentRef
| diagram |
 |
| type |
extension of AgentRef |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
| role |
AgentRoleEnum |
required |
|
|
|
| firstcontribution |
xs:dateTime |
optional |
|
|
| documentation |
The first time an agent (creator or contributor) has edited/made a contribution to an object. If a creator has contributed both as an author and later as an editor of data, two references in these two roles will exist and the contribution dates will be recorded separately. |
|
| lastcontribution |
xs:dateTime |
optional |
|
|
|
| contributioncount |
xs:integer |
optional |
|
|
| documentation |
The number of contributions by a specific agent (editing, revising, adding to an object). |
|
|
| annotation |
| documentation |
Extension of AgentRef with a role attribute and three attributes recording object-specific contributions. |
|
complexType RichAgentRefs
| diagram |
 |
| used by |
|
| annotation |
| documentation |
A collection of RichAgentRef elements. |
|
element RichAgentRefs/Agent
| diagram |
 |
| type |
RichAgentRef |
| properties |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Makes the optional base type attribute required. |
|
| role |
AgentRoleEnum |
required |
|
|
|
| firstcontribution |
xs:dateTime |
optional |
|
|
| documentation |
The first time an agent (creator or contributor) has edited/made a contribution to an object. If a creator has contributed both as an author and later as an editor of data, two references in these two roles will exist and the contribution dates will be recorded separately. |
|
| lastcontribution |
xs:dateTime |
optional |
|
|
|
| contributioncount |
xs:integer |
optional |
|
|
| documentation |
The number of contributions by a specific agent (editing, revising, adding to an object). |
|
|
| annotation |
| documentation |
(The sequence of elements in instance documents should be preserved. Within each role it is mandatory. Different roles may, however, be reported in separate sequences.) [ATTR: ref, role, ...] |
|
complexType Sex
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| code |
SexCodeEnum |
optional |
|
|
| documentation |
Controlled vocabulary to express sex status for clinical human or biological purposes. |
|
| text |
String255 |
optional |
|
|
| documentation |
The string present in the source database, either in addition to or instead of code (especially no mapping to the controlled vocabulary has been implemented yet, or if a specific value can not be mapped. This differs from verbatim in that it claims no special status and may contain any amount of interpretation relative to the original source (e. g., a specimen label) |
|
| verbatim |
String255 |
optional |
|
|
| documentation |
An uninterpreted text representation of the original sex information; as close as possible to the (digital/printed/handwritten) information source. |
|
|
| annotation |
| documentation |
Three attribute provide options to express sex as code (enumerated vocabulary), free-form text (perhaps interpreted), or verbatim (uninterpreted original version). At least one attribute should be present; this can not be validated by the schema. |
|
complexType Statement
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Text, optional Details (both free-form text) and optional URI. |
|
element Statement/Text
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
A concise representation of a statement (copyright, acknowledgement, etc.). Recommended to be as short as possible, but actual length is unconstrained. |
|
element Statement/Details
| diagram |
 |
| type |
String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
Optional text of unconstrained length, elaborating details of the ShortText |
|
element Statement/URI
| diagram |
 |
| type |
xs:anyURI |
| properties |
|
| annotation |
| documentation |
An optional resource on the net providing details on the statement (may be used as an alternative to the long text). |
|
complexType StringL
| diagram |
 |
| type |
extension of String |
| properties |
|
| used by |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
optional |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
String (i. e. xs:string with minimum length=1) extended with *optional* language attribute |
|
complexType StringL255
| diagram |
 |
| type |
extension of String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
optional |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
String255 (i.e. xs:string with length 1-255), extended with *optional* language attribute |
|
complexType StringLP
| diagram |
 |
| type |
extension of String |
| properties |
|
| used by |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
optional |
|
|
| documentation |
Attribute for Language, used by-reference |
|
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
String (i. e. xs:string with minimum length=1) extended with *optional* language and preferred attributes |
|
complexType StringLP255
| diagram |
 |
| type |
extension of String255 |
| properties |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
optional |
|
|
| documentation |
Attribute for Language, used by-reference |
|
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
String255 (i.e. xs:string with length 1-255), extended with *optional* language and preferred attributes |
|
complexType StringP
| diagram |
 |
| type |
extension of String |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
String (i. e. xs:string with minimum length=1) extended with *optional* preferred attribute |
|
complexType StringP255
| diagram |
 |
| type |
extension of String255 |
| properties |
|
| used by |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
String255 (i.e. xs:string with length 1-255), extended with *optional* preferred attribute |
|
complexType TelephoneNumber
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| number |
String255 |
required |
|
|
| documentation |
Numbers should be provided in the ITU Recommendation E.164 international format ("+CountryCode AreaCode Number"). |
|
| devicetype |
TelephoneDeviceEnum |
optional |
|
|
| documentation |
Note that telephone device types are not necessarily exclusive (voice/fax, mobile/modem, etc.) and vCard 3.0 allows multiple for a single number. However, in UBIF this can be represented by adding a single number multiple times for each device type. This attribute should not have a default value voice, even though this is the most likely case. However, an exporting database may not have properly reported the type, or the type may be indicated only in the usage note. |
|
| usagenote |
String255 |
optional |
|
|
| documentation |
Free-form text for constraints on use e. g. "weekdays only" or "home number" (partly: vCard:Home/Work flags) |
|
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
Telephone, fax, etc. number ATTR: number = should be provided in the ITU Recommendation E.164 international format ("+CountryCode AreaCode Number") (vCard:Tel.Number) ATTR: devicetype = voice, fax, mobile, pager, modem (identical with vCard:Tel.Voice etc.; if several flags apply to a single phone number list the phone number multiple times!) ATTR: usagenote = free-form text for constraints on use e. g. "weekdays only" or "home number" (partly: vCard:Tel.Home/Work flags) ATTR: preferred = preferred number, may occur multiple times for different device types (vCard:Tel.Pref) |
|
complexType TextWithTranslations
| diagram |
 |
| used by |
|
| annotation |
| documentation |
Text with primary language plus multiple optional translations; used, e. g., in PublicationProxy type. |
|
element TextWithTranslations/Text
| diagram |
 |
| type |
StringL |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
optional |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
A string, e. g. the title of a publication, having a single primary language. [ATTR: language] |
|
element TextWithTranslations/Translations
| diagram |
 |
| properties |
|
| annotation |
| documentation |
Translations from the primary language |
|
element TextWithTranslations/Translations/Text
| diagram |
 |
| type |
StringL |
| properties |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
optional |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
[ATTR: language] |
|
complexType TypeUnitRef
| diagram |
 |
| type |
extension of UnitRef |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Refers to a Unit object identifier (biology = 'specimen') |
|
| Status |
NomenclaturalTypeStatusOfUnitsEnum |
required |
|
|
| documentation |
The type status of a unit (biology: specimen). See the enumerated type for further information. |
|
|
| annotation |
| documentation |
Extension of UnitRef with a required type status attribute (NomenclaturalTypeStatusOfUnitsEnum) |
|
complexType UnitProxy
| diagram |
 |
| type |
extension of ProxyBase |
| properties |
|
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| id |
RelationID |
required |
|
|
|
|
| annotation |
| documentation |
Used to define objects that are collected, described, or observed (collected objects may be preserved permanently in a specimen collection). In biology a collected object is often called a specimen. Provides either a simple free-form descriptive label ('so-and-so in freezer 14, with tag 1233'), or a link to an external collection unit. Note that the term 'Unit' as used here has no relation to 'measurement units' or 'organization units'. |
|
complexType UnitRef
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| ref |
RelationID |
required |
|
|
| documentation |
Refers to a Unit object identifier (biology = 'specimen') |
|
|
| annotation |
| documentation |
Defines an element with a ref attribute pointing to a Unit (biology: observation or specimen) defined in ExternalDataInterface. @GH@: Discuss whether to add a separate element for collection abbreviation (cached information form provider or from |
|
complexType ValueRange
| diagram |
 |
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| lower |
xs:double |
required |
|
|
|
| upper |
xs:double |
required |
|
|
|
|
| annotation |
| documentation |
Lower and upper value as required attributes (no default values) |
|
simpleType AdditionalSexCodeEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
H |
| enumeration |
S |
| enumeration |
MC |
| enumeration |
FC |
| enumeration |
HM |
| enumeration |
HF |
| enumeration |
HT |
| enumeration |
I |
| enumeration |
A |
|
simpleType AgentContributorRoleEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
ctb |
| enumeration |
trl |
| enumeration |
trc |
| enumeration |
clb |
| enumeration |
col |
| enumeration |
crp |
| enumeration |
prg |
| enumeration |
rth |
| enumeration |
rtm |
| enumeration |
res |
| enumeration |
sad |
| enumeration |
pfr |
| enumeration |
mrk |
| enumeration |
cmm |
| enumeration |
rev |
| enumeration |
csl |
|
simpleType AgentCreatorContribRoleEnum
simpleType AgentCreatorRoleEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
aut |
| enumeration |
edt |
| enumeration |
cre |
| enumeration |
ill |
| enumeration |
pht |
|
simpleType AgentOwnerRoleEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
own |
| enumeration |
fmo |
| enumeration |
cph |
| enumeration |
cpc |
| enumeration |
dnr |
| enumeration |
dpt |
|
simpleType AgentRoleEnum
simpleType BasicSexCodeEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
M |
| enumeration |
F |
| enumeration |
U |
|
simpleType CategoricalMeasurementScaleEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
nominal |
| enumeration |
ordinal |
|
simpleType DecimalLatitude
| type |
restriction of xs:double |
| used by |
|
| facets |
| minInclusive |
-90 |
| maxInclusive |
90 |
|
| annotation |
| documentation |
Latitude of geographical coordinates in decimal degrees (i.e. 30° 30' would be expressed as 30.5) |
|
simpleType DecimalLongitude
| type |
restriction of xs:double |
| used by |
|
| facets |
| minInclusive |
-180 |
| maxInclusive |
180 |
|
| annotation |
| documentation |
Longitude of geographical coordinates in decimal degrees (i.e. 30° 30' would be expressed as 30.5) |
|
simpleType DOI
| type |
xs:string |
| used by |
|
| annotation |
| documentation |
Digital Object Identifier (standalone, not embedded into URI syntax) |
|
simpleType ExpertiseLevelEnum
| type |
restriction of xs:byte |
| facets |
| enumeration |
0 |
| enumeration |
1 |
| enumeration |
2 |
| enumeration |
3 |
| enumeration |
4 |
| enumeration |
5 |
|
simpleType IdentificationCertaintyEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
Certain |
| enumeration |
Uncertain |
| enumeration |
SimilarTo |
| enumeration |
Unknown |
|
simpleType Language
| type |
union of (xs:language, restriction of xs:string) |
| used by |
|
| annotation |
| documentation |
Union of xs:language with '-' for language-neutral (e.g. scientific names) and '?' for unknown. Language follows RFC 3066 'Tags for the Identification of Languages': a two-letter code taken from ISO 639 part 1 or a three-letter code taken from ISO 639 part 2, followed optionally by a two-letter country code taken from ISO 3166. (Notes: When a language has both a two-letter and three-letter code, use the two-letter code. RFC 3066 replaces RFC 1766.) |
|
simpleType LSIDBody
| type |
xs:string |
| used by |
|
| annotation |
| documentation |
Compare LSID, this omits the prefix 'urn:lsid:' |
|
simpleType NomenclaturalTypeStatusOfUnitsEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
allo |
| enumeration |
allolecto |
| enumeration |
alloneo |
| enumeration |
co |
| enumeration |
epi |
| enumeration |
ex |
| enumeration |
exepi |
| enumeration |
exholo |
| enumeration |
exiso |
| enumeration |
exlecto |
| enumeration |
exneo |
| enumeration |
expara |
| enumeration |
exsyn |
| enumeration |
hapanto |
| enumeration |
holo |
| enumeration |
icono |
| enumeration |
iso |
| enumeration |
isolecto |
| enumeration |
isoneo |
| enumeration |
isosyn |
| enumeration |
lecto |
| enumeration |
neo |
| enumeration |
para |
| enumeration |
paralecto |
| enumeration |
paraneo |
| enumeration |
plasto |
| enumeration |
plastoholo |
| enumeration |
plastoiso |
| enumeration |
plastolecto |
| enumeration |
plastoneo |
| enumeration |
plastopara |
| enumeration |
plastosyn |
| enumeration |
sec |
| enumeration |
supp |
| enumeration |
syn |
| enumeration |
topo |
| enumeration |
type |
| enumeration |
not |
|
simpleType Probability
| type |
restriction of xs:double |
| used by |
|
| facets |
| minInclusive |
0 |
| maxInclusive |
1 |
|
| annotation |
| documentation |
Double precision numeric value in the range of [0..1] |
|
simpleType QuantitativeMeasurementScaleEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
interval |
| enumeration |
ratio |
|
simpleType Rating1to5Enum
| type |
restriction of xs:byte |
| facets |
| enumeration |
0 |
| enumeration |
1 |
| enumeration |
2 |
| enumeration |
3 |
| enumeration |
4 |
| enumeration |
5 |
|
simpleType RelationID
| type |
xs:nonNegativeInteger |
| used by |
|
| annotation |
| documentation |
This allows to define (and redefine) the value type for keys and keyrefs |
|
simpleType ResourceTypeEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
Collection |
| enumeration |
Dataset |
| enumeration |
Event |
| enumeration |
Image |
| enumeration |
InteractiveResource |
| enumeration |
MovingImage |
| enumeration |
PhysicalObject |
| enumeration |
Service |
| enumeration |
Software |
| enumeration |
Sound |
| enumeration |
StillImage |
| enumeration |
Text |
| enumeration |
Other |
|
simpleType SexCodeEnum
simpleType StatisticalMeasurementScaleEnum
simpleType String
| type |
restriction of xs:normalizedString |
| used by |
|
| facets |
| minLength |
1 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
normalized string required to contain at least 1 character (this removes the xml string anomaly, i. e. either element/attribute may be optional, but if they are required the content may not be an empty string) |
|
simpleType String255
| type |
restriction of xs:normalizedString |
| used by |
|
| facets |
| minLength |
1 |
| maxLength |
255 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
normalized string restricted to 1..255 character length (i. e. required, may not be empty string) |
|
simpleType String50
| type |
restriction of xs:normalizedString |
| used by |
|
| facets |
| minLength |
1 |
| maxLength |
50 |
| whiteSpace |
collapse |
|
| annotation |
| documentation |
normalized string restricted to 1..50 character length to be used for abbreviations (the recommended length of abbreviations is usually much shorter, but 50 characters should be a |
|
simpleType TaxonomicRankAboveSuperfamilyEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
infraord |
| enumeration |
subord |
| enumeration |
ord |
| enumeration |
superord |
| enumeration |
infracl |
| enumeration |
subcl |
| enumeration |
cl |
| enumeration |
supercl |
| enumeration |
infraphyl_div |
| enumeration |
subphyl_div |
| enumeration |
phyl_div |
| enumeration |
superphyl_div |
| enumeration |
infrareg |
| enumeration |
subreg |
| enumeration |
reg |
| enumeration |
superreg |
| enumeration |
dom |
| enumeration |
taxsupragen |
|
simpleType TaxonomicRankBelowSubspeciesEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
cand |
| enumeration |
taxinfrasp |
| enumeration |
fsp |
| enumeration |
subsubfm |
| enumeration |
subfm |
| enumeration |
fm |
| enumeration |
subvar |
| enumeration |
var |
| enumeration |
pv |
| enumeration |
bv |
| enumeration |
cv |
| enumeration |
convar |
| enumeration |
cvgroup |
| enumeration |
graftchimaera |
| enumeration |
infrasp |
|
simpleType TaxonomicRankEnum
simpleType TaxonomicRankFamilyGroupEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
infrafam |
| enumeration |
subfam |
| enumeration |
fam |
| enumeration |
superfam |
|
simpleType TaxonomicRankFamilySubdivisionEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
infratrib |
| enumeration |
subtrib |
| enumeration |
trib |
| enumeration |
supertrib |
|
simpleType TaxonomicRankGenusGroupEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
infragen |
| enumeration |
subgen |
| enumeration |
gen |
|
simpleType TaxonomicRankGenusSubdivisionEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
aggr |
| enumeration |
taxinfragen |
| enumeration |
subser |
| enumeration |
ser |
| enumeration |
subsect |
| enumeration |
sect |
|
simpleType TaxonomicRankSpeciesGroupEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
ssp |
| enumeration |
sp |
|
simpleType TelephoneDeviceEnum
| type |
restriction of xs:Name |
| used by |
|
| facets |
| enumeration |
voice |
| enumeration |
fax |
| enumeration |
mobile |
| enumeration |
modem |
| enumeration |
pager |
|
simpleType TextDirectionalityEnum
| type |
restriction of xs:token |
| facets |
| enumeration |
ltr |
| enumeration |
rtl |
|
simpleType UnivarStatMeasureEnum
| type |
restriction of xs:Name |
| facets |
| enumeration |
ObserverEstLower |
| enumeration |
ObserverEstUpper |
| enumeration |
ObserverEstCentral |
| enumeration |
UnknownMethLower |
| enumeration |
UnknownMethUpper |
| enumeration |
UnknownMethCentral |
| enumeration |
Min |
| enumeration |
Max |
| enumeration |
Mean |
| enumeration |
HarMean |
| enumeration |
GeoMean |
| enumeration |
Mode |
| enumeration |
Median |
| enumeration |
InterqMean |
| enumeration |
Var |
| enumeration |
VarP |
| enumeration |
SD |
| enumeration |
SDP |
| enumeration |
MeanDev |
| enumeration |
MeanDevMode |
| enumeration |
CV |
| enumeration |
CVC |
| enumeration |
TotalRange |
| enumeration |
InterqRange |
| enumeration |
StdErrMean |
| enumeration |
StdErrorVar |
| enumeration |
Skew |
| enumeration |
Kurt |
| enumeration |
N |
|
simpleType UnivarStatMeasureMethodClassEnum
| type |
restriction of xs:Name |
| facets |
| enumeration |
StatisticalEstimate |
| enumeration |
StatisticalParameter |
| enumeration |
ObserverEstimate |
| enumeration |
UnknownMethod |
|
simpleType UnivarStatMeasureReportingClassEnum
| type |
restriction of xs:Name |
| facets |
| enumeration |
CentralMeasure |
| enumeration |
LowerRange |
| enumeration |
UpperRange |
| enumeration |
LowerExtreme |
| enumeration |
UpperExtreme |
| enumeration |
VarianceMeasure |
| enumeration |
SampleSize |
| enumeration |
Other |
|
simpleType UnivarStatMeasureWithParamEnum
| type |
restriction of xs:Name |
| facets |
| enumeration |
ConfIntervalLower |
| enumeration |
ConfIntervalUpper |
| enumeration |
PercLower |
| enumeration |
PercUpper |
| enumeration |
TrimMean |
| enumeration |
SDRangeLower |
| enumeration |
SDRangeUpper |
| enumeration |
MinOC |
| enumeration |
MaxOC |
|
attributeGroup languageOptionalAttribute
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
optional |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
(single 'language' attribute) |
|
attributeGroup languageRequiredAttribute
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| language |
Language |
required |
|
|
| documentation |
Attribute for Language, used by-reference |
|
|
| annotation |
| documentation |
(single 'language' attribute) |
|
attributeGroup preferredOptionalAttribute
| used by |
|
| attributes |
| Name |
Type |
Use |
Default |
Fixed |
Annotation |
| preferred |
xs:boolean |
optional |
false |
|
| documentation |
Elements with preferred = true indicate recommendation by the data provider. The consumer may have reasons to make a different choice. |
|
|
| annotation |
| documentation |
(single 'preferred' attribute) |
|
XML Schema documentation generated with XMLSPY Schema Editor http://www.altova.com/xmlspy
Return to "Overview of available documentation".