ScenarioCollectionInfo
From Gcube Wiki
This page will explain the ScenarioCollectionInfo resource.
The last version (1.2.0)
There is a sample:
<VRE name=""> <collectionsGroup id="" name="" description="" reference=""/> <collection id="" name="" description="" creationDate="" recno="" reference=""/>
Fields
- VRE:
- name: the vre scope.
- collectionsGroup: a group of collections
- id: an id generated by ISE (not editable by user).
- name: the group name.
- description: the group description.
- reference: the group reference.
- collection: a collection
- id: the collection id (not editable by user).
- name: the collection name.
- description: the collection description.
- reference: the collection reference.
- creationDate: the collection creation date, taken from the collection profile (not editable by user).
- recno: the number of record in the collection, taken from the collection profile (not editable by user).
Differences between 1.2.0 and old version
From root:
<DL geospatial="" name="">
- Renamed root tag DL to VRE.
- Removed geospatial attribute.
From collections groups:
<collections credate="" description="" name="" recno="" reference="" shortname="">
- Renamed the collections tag to collectionsGroup.
- Removed credate, recno, shortname attributes.
- Added id attribute, a generated value from ISE.
From collection:
<collection credate="" description="" ftindex="" gindex="" gtindex="" id="" metaformat="" name="" recno="" reference="" shortname=""/>
- Removed ftindex, gindex, gtindex, metaformat and shortname attributes.
- Renamed the credate attribute to creationDate.
- The creationDate and recno attribute values are filled by ISE from the collection profile.