ES-DOC / esdoc-questionnaire

ES-DOC Questionnaire (webform generator for creating CIM Documents). POC: @allynt
Other
2 stars 1 forks source link

Add support for encoding ontology version w/in QXML itself. #432

Closed allynt closed 7 years ago

allynt commented 8 years ago

Add support for encoding ontology version w/in QXML itself. Currently an ontology is assigned a version at registration time. CIM2 ontologies contain this information internally. I ought to extend the QXML Schema to also contain this information internally.

allynt commented 8 years ago

I can still assign the version at registration time, but at the very least there ought to be a check that the major version number specified w/in the XML document and that of the version being assigned manually are equal.

allynt commented 8 years ago

The "register_cim2" fn now adds a warning if the major version numbers do not match.