([[IVOA.IVOATheorySimDB][back to main]])<br/> This page is devoted to describing the [[IVOA.IVOATheorySimDB][SimDB]] data model (!SimDB/DM from now on). ---++ Current model As described [[IVOA.IVOATheorySimDB][here]] all development can be followed on Volute. Particularly relevant for the discussion on this page is the data model in [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM.xml][uml/SimDB_DM.xml]]. The previous versions as well as later working versions can be found in the history of this file, whilst older versions are under the input/ directory, such as [[http://code.google.com/p/volute/source/browse/trunk/projects/theory/snapdm/input/SimDB_DM.xml?r=902][version r902]]. I will try to keep track of the different versions and change logs below. At the bottom of the page the generated GraphViz image representing the last (checked in) version of the model. (NB need to ensure it is in synch with the actual model). ---+ To be discussed * OK on approach? * modelling: analysis(conceptual)->logical->physical * TAP+XML+UTYPE serialisations derived from logical model * Identify main issues of model * sufficiently detailed resources? * characterisation, provenance etc (see [[IVOA.IVOATheorySimDBDM_CharProv][separate page]]) * normalisation (problem for XML, little for TAP) * "queriability" (problem for TAP) * missing semantic vocabularies * quantities/units * Clean up * documentation in the UML * Description of model in Note * finalise the serialisation to UTYPEs * finalise the serialisation to TAP (see [[IVOA.IVOATheorySimDBTAP]]) * finalise the serialisation to XML schema ((see [[IVOA.IVOATheorySimDBREST]]) * reuse by other specs * !SimDAP * S3 * ... <br/> ---++ Version history (link on heading):<br/> Sometimes versions do not change in content, but nevrtheless produce different MagicDraw XMI documents. Sometimes this is due to different drawing, redrawing links or something like that. Here I only indicate the content that was changed. This I do by generating the SimDB_INTERMEDIATE.xml file and diffing those. Note, at the end there is a diff between the current specification model and amodel on [[https://vo-urp.googlecode.com/svn/trunk/input/simdb/SimDB_DM.xml][VO-URP/input/simdb]]. ---+++specification/ under construction<br/> * Updated descriptions. * Rename the enumeration CharacterisationType to Statistic. Rename the 'type' attribute on Characterisation to 'statistic'. [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM.xml?r=1139][1139]] * Introduce Result base class for Snapshot. Result contains ObjectCollection. Snapshot is still the type of the result collection off SimDB/Experiment. TBD * InputData references Result now, not generically Snapshot. * Remove GenericParameterSetting and NumericParameterSetting. Instead have two different fields on ParameterSetting, one a string, the other a Quantity * Updated description of various classes (in progress). [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM.xml?r=1089][1089]] * Changed cardinality of snapshot collection on Experiment. now 0..* * a datatype StringLiteral was added. not really useful remnant of some experimenting. can be removed. * Changed cardinality of representationObject collection on experiment. now 0..* * Changed cardinality of objectCollecitoncollection on Snapshot. now 0..* * Changed cardianlity of label attribute on ValidValue, from 1 to 0..1 [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM.xml?r=1059][1059]] * Added option to refer to an external utype for each <<modelelement>>. Added one on Resource: otherutype="Reg:VOResource" [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM.xml?r=1034][1034]] * removed explicit dependency between simdb and IVOAValueTYpes packages again [this is all mainly caused by changes in how to represent explicitly how a model depends on the profile. Is an explict dependency required or not. * PostProcessing no longer abstract. [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM.xml?r=1029][1029]] * no change in content. [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM.xml?r=1020][1020]] * Added Identity datatype to the IVOAValueTypes. [check whether this is necessray in the model or only for code generation?] * Recreated the explicit dependency relation between the "simdb" and IVOAValueTypes" packages. * Fixed the errors on Contact introduced in 898. [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM.xml?r=1012][1012]] * Removed the "model" package. This was used for code generation purposes only. [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM.xml?r=989][989]] * removed explicit dependency from simdb package on IVOAValueTypes package * Rename AccessibleExperiment to AccessibleResource and change its "experiment" reference to point to Resource iso Experiment and rename it to "resource". * In Contact, INTRODUCED 2 ERRORSD * changed dattaype of telephone from string to Resource * created an attribute: unnamed1, of type Resource * Renamed "experiment" colleciton on Project to "resource" * added a "description" attribute to ProjectResource. * removed the Pos3D datatype. [was onnly there as example of structured datatype] * Removed ClusterFinder and ClusterDetection. PostProcessor and PostProcessing should be used. * On PostProcessing added a reference to the PostProcessor, subsetting the protocol reference on Experiment. * Added description attribute on InputData. * Renamed AccessbileExperiment to AccessibleResource, and its "experiment" reference to "resurce", now pointin to Resource. [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM.xml?r=978][978]] * No change in content [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM.xml?r=952][952]] * Exact copy of, i.e. no change wrt prop-952 [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/uml/SimDB_DM_prop.xml?r=951][prop-951]] (Mar 12, 2009 ,derived from input/902 !)<br/> * ChildProtocol and ChildExperiment removed. ---+++ input/ [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/input/SimDB_DM.xml?r=1025][1025]]<br/> * WebService has AccessibleResource (was: AccessibleExperiment)collection, pointing to Resource. I.e. not only experiments are accessible. * CompositeExperiment and CompositeProtocol have been removed. NB will be reintroduced in later model. * ClusterDetection and ClusterFinder have been removed. Instead of these the more general PostProcessing and PostProcessor must be used. Those types are no longer abstract. * PostProcessing has reference "protocol" to PostProcessor. This reference subsets Experiment's protocol reference. [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/input/SimDB_DM.xml?r=902][902]] [[http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/input/SimDB_DM.xml?r=887][887]] ---+++ VO-URP [[https://vo-urp.googlecode.com/svn/trunk/input/simdb/SimDB_DM.xml][<VO-URP>/input/simdb/SimDB_DM.xml 458]] (diff with volute v1089 * Add "basic" package, holding on to basic datatypes such as Quantity, Value, Cardinality, DataType. * All other packages depend on it. [this is somewhat ugly and required by a problem of the current generation framework (i.e. VO-URP), which does not yet allow "inheriting" dependencies from parent to child packages. Only simdb needs otherwise have this relation. Currently it is required so that appropriate import statements will be generated on XML schemas.] * Renamed Characterisation -> Statistics ["innocent name change" ?] * Renamed CharacterisationType -> Statistic [possibility for confusion with Statistics]. * Renamed "characterisation" collection on ObjectCollection to "statistics". * Introduced Value datatype, representing values of either numeric or unknown datatype. Both represented by an attribute of type Quantity, reps string. [NB this is still far from ideal! But more useful model seems impossible for now as we simply can not know the datatype of parameter values in the model! S3 might present a method to design protocols that can work around this feature of the model, at the cost of only allowing access to experiments of single SimDB:Protocol-s. See the Note.] * removed genericparametersetting and numericparametersetting. SSingle, concrete ParameterSetting class has "value" attribute of type Value. * Statistics has attribute "value" of type Value. This also allows one to have statistics on string and other non-numeric attributes. For example min/max dates [TODO should Value contain a datetime attribute?], or nominal value, or (in the future) histograms. * Added a literal "constant" to Statistic (formerly CharacterisaitonType) to indicate a value that is held constant during an experiment. Example: mass of particles in an N-body simulation. * Cleaned up some bad characters. * Added "unit" attribute to Field. * Changed ValidValue's "value" attribute from string to Value datatype. * ([[IVOA.IVOATheorySimDB][back to main]])<br/><br/> <hr/> <img src="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/specification/html/SimDB.png"></img> <!-- * Set ALLOWTOPICRENAME = IVOA.TWikiAdminGroup -->
This topic: IVOA
>
IvoaTheory
>
IVOATheorySimDBDM
Topic revision: r26 - 2009-11-03 - GerardLemson
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback