The key which identify the class of the resource, a dataset or a granule
Source
<xs:element name="resource" type="psr:ResourceType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The definition of the resource as a dataset or a granule.</xs:documentation></xs:annotation></xs:element>
The key which identify the class of the resource, a dataset or a granule
Source
<xs:element name="resource" type="psr:ResourceType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The class of the resource, to be defined as a dataset or a granule.</xs:documentation></xs:annotation></xs:element>
ANY attribute from ANY namespace OTHER than 'http://voparis-europlanet.obspm.fr/xml/PSR/v1.0'
Source
<xs:element name="tableset" type="psr:TableSet" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>A description of the tables that are accessible through this service.</xs:documentation><xs:documentation>Each schema name and each table name must be unique within this tableset.</xs:documentation><xs:documentation>This element is an extended clone of the vs:tableset element which allows a more precise definition of the table parameters.</xs:documentation></xs:annotation><xs:unique name="CatalogService-schemaName"><xs:selector xpath="schema"/><xs:field xpath="name"/></xs:unique><xs:unique name="CatalogService-tableName"><xs:selector xpath="schema/table"/><xs:field xpath="name"/></xs:unique></xs:element>
Complex Type psr:DataCollection
Namespace
http://voparis-europlanet.obspm.fr/xml/PSR/v1.0
Annotations
A logical grouping of data which, in general, is composed of one ormore accessible datasets. A collection can contain any combination of images,spectra, catalogs, or other data. (A dataset is a collection of digitally-encodeddata that is normally accessible as a single unit, e.g. a file.)
The UTC date and time this resource metadata descriptionwas created.
This timestamp must not be in the future. This time isnot required to be accurate; it should be at leastaccurate to the day. Any insignificant time fieldsshould be set to zero.
The UTC date this resource metadata description was last updated.
This timestamp must not be in the future. This time isnot required to be accurate; it should be at leastaccurate to the day. Any insignificant time fieldsshould be set to zero.
Source
<xs:complexType name="DataCollection"><xs:annotation><xs:documentation>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, catalogs, or other data. (A dataset is a collection of digitally-encoded data that is normally accessible as a single unit, e.g. a file.)</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="vs:DataCollection"><xs:sequence><xs:element name="resource" type="psr:ResourceType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The definition of the resource as a dataset or a granule.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>
Complex Type psr:DataService
Namespace
http://voparis-europlanet.obspm.fr/xml/PSR/v1.0
Annotations
A service that interacts with astronomical datathrough one or more specified tables.
The UTC date and time this resource metadata descriptionwas created.
This timestamp must not be in the future. This time isnot required to be accurate; it should be at leastaccurate to the day. Any insignificant time fieldsshould be set to zero.
The UTC date this resource metadata description was last updated.
This timestamp must not be in the future. This time isnot required to be accurate; it should be at leastaccurate to the day. Any insignificant time fieldsshould be set to zero.
Source
<xs:complexType name="DataService"><xs:annotation><xs:documentation>A service that interacts with astronomical data through one or more specified tables.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="vs:DataService"><xs:sequence><xs:element name="resource" type="psr:ResourceType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The class of the resource, to be defined as a dataset or a granule.</xs:documentation></xs:annotation></xs:element><xs:element name="tableset" type="psr:TableSet" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>A description of the tables that are accessible through this service.</xs:documentation><xs:documentation>Each schema name and each table name must be unique within this tableset.</xs:documentation><xs:documentation>This element is an extended clone of the vs:tableset element which allows a more precise definition of the table parameters.</xs:documentation></xs:annotation><xs:unique name="CatalogService-schemaName"><xs:selector xpath="schema"/><xs:field xpath="name"/></xs:unique><xs:unique name="CatalogService-tableName"><xs:selector xpath="schema/table"/><xs:field xpath="name"/></xs:unique></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>