Difference between revisions of "ScenarioCollectionInfo"
From Gcube Wiki
(New page: This page will explain the ScenarioCollectionInfo resource. ==The last version (1.2.0)== There is a sample: <source lang="xml"> <VRE name=""> <collectionsGroup id="" name="" description=...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
<source lang="xml"> | <source lang="xml"> | ||
<VRE name=""> | <VRE name=""> | ||
− | <collectionsGroup id="" name="" description="" | + | <collectionsGroup id="" name="" description="" reference=""/> |
<collection id="" name="" description="" creationDate="" recno="" reference=""/> | <collection id="" name="" description="" creationDate="" recno="" reference=""/> | ||
</source> | </source> | ||
Line 13: | Line 13: | ||
** ''name'': the vre scope. | ** ''name'': the vre scope. | ||
** '''collectionsGroup''': a group of collections | ** '''collectionsGroup''': a group of collections | ||
− | *** ''id'': an id generated by ISE. | + | *** ''id'': an id generated by ISE (not editable by user). |
*** ''name'': the group name. | *** ''name'': the group name. | ||
*** ''description'': the group description. | *** ''description'': the group description. | ||
*** ''reference'': the group reference. | *** ''reference'': the group reference. | ||
*** '''collection''': a collection | *** '''collection''': a collection | ||
− | **** ''id'': the collection id | + | **** ''id'': the collection id (not editable by user). |
**** ''name'': the collection name. | **** ''name'': the collection name. | ||
**** ''description'': the collection description. | **** ''description'': the collection description. |
Latest revision as of 16:07, 23 June 2009
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.