This package includes basic schema utilities for a schema which is readable using XMLIn/XMLOut.
The schema includes classes for Field, Class and Package corresponding to java class definitions. A NeuromlSchema has a set of packages.
The NeuromlSchema class has a number of methods for generating Java source code and converting a .jar file into a NeuromlSchema representation. This can then be written/read using the standard Neuroml utilities.
See nmlschema test module for example code which uses these classes.