The following sub-sections present all packages in the model with their types.
The packages are listed here in alphabetical order.
Each sub-section contains a description of the package and a table containing its various features.
UTYPE |
feature type |
description |
|
vo-dml:model |
A proposed data model for the response document of an IVOA Datalink service. |
ConstraintType |
enumeration |
Defines different types of constraints to be put on a parameter. |
ConstraintType.MAX |
literal |
Represents an upper bound on the value of a parameter. |
ConstraintType.MIN |
literal |
Represents a lower bound on the value of a parameter. |
ConstraintType.OPTION |
literal |
Represents a valid value for a parameter. |
Datalink |
objectType |
A Datalink document describes resources related to a
given dataset; these can be IVOA services, other data, or
datalink-described services.
|
Datalink.relatedResource |
collection |
A resource related to the current dataset, either a standard
service or a fixed file.
|
Datalink.service |
collection |
A datalink-described service offering extra access options for
this dataset.
|
Field |
objectType |
Cf. VOTable spec.
Thios class represents a named, described, typed field with usual attributes. Serves as base class for similar concepts and
could be made generic, e.g. added to the IVOA data model, and used to map directly to a PARAM in the utype spec.
|
Field.constraint |
collection |
Collection of constraints on the values of a parameter. Similar to the OPTIONs in the VOTable spec. |
Field.datatype |
attribute |
TODO : Missing description : please, update your UML model asap.
|
Field.description |
attribute |
Cf. VOTable spec. |
Field.name |
attribute |
Cf. VOTable spec. |
Field.ucd |
attribute |
TODO : Missing description : please, update your UML model asap.
|
Field.unit |
attribute |
The unit of the parameter. |
FieldConstraint |
objectType |
A constraint on the value of a Field. Similar to the OPTIONs in the VOTable spec. The value attribute is to be interpreted
by the constraintType attribute as either a valid value (OPTION) or a lower (MIN) or upper (MAX) bound.
|
FieldConstraint.constraintType |
attribute |
TODO : Missing description : please, update your UML model asap.
|
FieldConstraint.description |
attribute |
Cf. VOTable spec |
FieldConstraint.value |
attribute |
The value used in the constraint. Its intrepretation is given by the constraintType attrib ute. Cf. VOTable spec |
RelatedResource |
objectType |
A description of a resource related to the present data set(s);
this could be static data like calibration data, error files,
observation logs, previews, rendering, or similar, but also
access URLs of IVOA standard services (e.g., SIAP or SSAP).
|
RelatedResource.accessSize |
attribute |
An estimate for the size of the resource described. Clients
may interpret 0 here as "trivial amount" (less than
roughly a megabyte) and NULL as "unpredictable".
|
RelatedResource.contentType |
attribute |
A MIME type to expect when dereferencing url. This is a hint
for the client to use in data discovery.
At least for HTTP URLs, this does not override
content-type header that is returned with url.
|
RelatedResource.relationType |
attribute |
The kind of relation between the current data set and the
related resource.
|
RelatedResource.url |
attribute |
The URL at which to find the resource. |
RelationType |
enumeration |
The kind of relation between the current data set and the
related resource. Data providers can use free terms here,
but they are strongly encouraged to keep to the standard
vocabulary whenever possible.
|
RelationType.calibration |
literal |
The URL leads to data sets used in the calibration of
the current data set.
|
RelationType.raw |
literal |
The URL leads to a less processed predecessor of
the current data set.
|
RelationType.rendered |
literal |
The URL leads to a rendering of
the data set; this could be both a preview or a
full plot; the accessSize will give further hints on this
distinction.
|
RelationType.siap |
literal |
The URL leads to a SIAP service containing the dataset.
|
RelationType.ssap |
literal |
The URL leads to an SSAP service containing the dataset.
|
Service |
objectType |
A (free) Service within datalink is described by
a set of input parameters. They get their metadata primarily through
UCDs, but specific data models (e.g., STC or a future Image data
model) can be used for further annotation.
|
Service.accessURL |
attribute |
The base URL to which the parameters must be added. Note that
the base URL might already contain serialized parameters.
|
Service.description |
attribute |
A human-readable explanation of the service's overall role (and
action)
|
Service.inputParameter |
collection |
A description of an input parameter to the service. |
ServiceParameter |
objectType |
A parameter of the service.
|
ServiceParameter.defaultValue |
attribute |
The default value to be assigned to this parameter. |
This section lists the external models imported by the current data model.
For each imported model we list URLs to the VO-DML and HTML representations and the prefix used for utype-s from inside the
model.