Ticket #599 (closed Task: fixed)
modifications to CIM DataObjects to support Questionnaire output
| Reported by: | rupert | Owned by: | allyn |
|---|---|---|---|
| Priority: | blocker | Milestone: | V1.0 CMIP5 Questionnaire Release |
| Component: | WP2 - CIM etc | Version: | 1.0 |
| Keywords: | Cc: | mark,hans | |
| Requirement: | http://metaforclimate.eu/Work-Package-2/Developing-the-CIM/Project-Requirements-summary.htm | ||
Description
The questionnaire has a number of questions for files and variables which do not map to CIM dataobjects. There has been a discussion about this and a solution has been agreed. The solution is to add the following concepts.
- dataobject/acronym
- dataobject/description
- dataobject/content/topic/name
- dataobject/content/topic/stdname
- dataobject/content/reference (of type referencetype)
Allyn can call these what he wants :-)
Change History
comment:2 Changed 2 years ago by allyn
changed dataObject/content/topic/shortName to name
changed dataObject/content/topic/longName to standardName
still need to think about reference
comment:3 Changed 2 years ago by allyn
- Status changed from new to closed
- Resolution set to fixed
The concept of a reference already exists in the data package as DataCitation. This is an optional attribute of DataObject. I have also made it an optional attribute of dataObject/content to support references for particular fields/variables.
This was completed at revision 1417

added dataObject/acronym [0..1]
added dataObject/description [0..1]
added a new class, DataTopic, with the following attributes:
added dataObject/content/topic of type DataTopic
still need to think about stdname and reference