How can I create XSD files from M documents?
- by Andrew Matthews
Does anyone know of a nice way to:
produce XSD documents from an OSLO model
consume conformant XML documents using that model and add directly into the DB created from the model?
I can't see any obvious way from the current documentation, but I'm a newcomer, so I may have missed something.
Thanks.