gmso icon indicating copy to clipboard operation
gmso copied to clipboard

Reduce verbosity in GMSO ForceField XML and use schema v1.1

Open umesh-timalsina opened this issue 4 years ago • 0 comments

Currently, we use XML 1.0 with lxml in python. I stumbled upon a package called xmlschema which has a decent user base, that can provide a way for validation for XML schema v1.1 in python.

Additionally, the schema is quite verbose, which is understandable considering the parameters and units, but we should investigate ways to reduce verbosity of the schema.

umesh-timalsina avatar Sep 11 '20 18:09 umesh-timalsina