Issue 12300

Remove Dataset.methodStep.title & instrumentation

12300
Reporter: mdoering
Assignee: mdoering
Type: Bug
Summary: Remove Dataset.methodStep.title & instrumentation
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-11-12 14:14:08.456
Updated: 2013-12-06 12:06:31.947
Resolved: 2013-04-19 22:45:06.059
        
Description: The MethodStep class in our API wraps a title, description and instrumentation.
Only the description exists in the GBIF EML profile xml schema:
http://rs.gbif.org/schema/eml-gbif-profile/dev/eml-gbif-profile.xsd

The original EML schema has instrumentation and presumably citation maps to title:
http://rs.gbif.org/schema/eml-2.1.1/eml-methods.xsd

Either add the missing fields to the GBIF profile schema or remove the attributes from the MethodStep class]]>
    


Author: mdoering@gbif.org
Comment: Also instrumentation is a list in the original EML, not a single string
Created: 2012-11-12 14:19:41.218
Updated: 2012-11-12 14:19:41.218


Author: mdoering@gbif.org
Created: 2013-04-12 12:38:12.511
Updated: 2013-04-12 12:38:12.511
        
EML contains submethods, citations, protocols and many more things, but no title.
To keep it simple method steps in our API should just be simple strings - remove title and instrumentation from our API class!
    


Author: mdoering@gbif.org
Comment: https://code.google.com/p/gbif-labs/source/detail?r=247
Created: 2013-04-19 22:45:06.087
Updated: 2013-04-19 22:45:06.087