Include highest supported QDM version in CQL-to-ELM translator package name
The CQL-to-ELM translator is dependent on two versioned artifacts, CQL and QDM. Currently, the package for the translator includes the CQL version but does not include the QDM version. My understanding is that the translator will be able to handle at least QDM v 5 to the latest QDM version that it supports. It would be good to have the latest supported QDM version noted in the package name to make this explicit to the user.
Lizzie
What exactly is involved in this enhancement? Generating Java classes from the XSD (qdm-modelinfo-5.3.xml), and I notice the classes all have the methods hashCode, equals, toString, append, and appendFields (which are not generated from xsd and must be added). Anything else?
We could include this as part of the documentation rather than trying to change the package name.