Token providing a unique identifier to the dataset. It could be anumeric value or a short string.
Source
<xs:element name="dataset" type="psr:DatasetType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Define the dataset as a whole in terms of rights, format, reader.</xs:documentation></xs:annotation></xs:element>
Token pointing to a unique identifier of a table in a tableset element. It could be a numeric value or a short string.
Source
<xs:element name="granule" type="psr:GranuleType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Define the granule (or product) in terms of rights, format, reader.</xs:documentation></xs:annotation></xs:element>
<xs:simpleType name="ResourceClassType"><xs:annotation><xs:documentation>Definition of the classes of resources</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="dataset"/><xs:enumeration value="granule"/></xs:restriction></xs:simpleType>
Complex Type psr:ResourceType
Namespace
http://voparis-europlanet.obspm.fr/xml/PSR/v1.0
Annotations
Definition of the different types of resources: dataset or granule.
The key which identify the class of the resource, a dataset or a granule
Source
<xs:complexType name="ResourceType"><xs:annotation><xs:documentation>Definition of the different types of resources: dataset or granule.</xs:documentation></xs:annotation><xs:sequence><xs:choice><xs:element name="dataset" type="psr:DatasetType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Define the dataset as a whole in terms of rights, format, reader.</xs:documentation></xs:annotation></xs:element><xs:element name="granule" type="psr:GranuleType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Define the granule (or product) in terms of rights, format, reader.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence><xs:attribute name="class" type="psr:ResourceClassType" use="required"><xs:annotation><xs:documentation>The key which identify the class of the resource, a dataset or a granule</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="class" type="psr:ResourceClassType" use="required"><xs:annotation><xs:documentation>The key which identify the class of the resource, a dataset or a granule</xs:documentation></xs:annotation></xs:attribute>