objectType DataCollection
extends VOResource:Resource
A logical grouping of data which, in general, is composed of one or more accessible datasets. A collection can contain any combination of images, spectra, catalogues, or other data. (A dataset is a collection of digitally-encoded data that is normally accessible as a single unit, e.g., a file.) This type is deprecated. Resource record authors should use vs:CatalogResource instead. This type will be removed from the schema when no resource record using it remains in the registry.
Members
| name | type | mult | description |
|---|---|---|---|
| facility | VOResource:ResourceName | 0 or more | the observatory or facility used to collect the data contained or managed by this resource. |
| instrument | VOResource:ResourceName | 0 or more | the Instrument used to collect the data contain or managed by a resource. |
| rights | VOResource:Rights | 0 or more | Information about rights held in and over the resource. This should be repeated for all Rights values that apply. |
| format | Format | 0 or more | The physical or digital manifestation of the information supported by a resource. This should use RFC 2046 media (“MIME”) types for network-retrievable, digital data. Non-RFC 2046 values could be used for media that cannot be retrieved over the network. |
| coverage | Coverage | optional | Extent of the content of the resource over space, time, and frequency. |
| tableset | TableSet | optional | A description of the tables that are part of this collection. Each schema name must be unique within a tableset. |
| accessURL | VOResource:AccessURL | optional | The URL that can be used to download the data contained in this data collection. |