Andrew Matthews
Andrew Matthews

Reputation: 3146

How can I create XSD files from M documents?

Does anyone know of a nice way to:

  1. produce XSD documents from an SQL Server Modeling Framework model
  2. 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.

Upvotes: 2

Views: 56

Answers (1)

Lars Corneliussen
Lars Corneliussen

Reputation: 2523

that would be great. I have asked for it a couple of times. But it seems that xml-support is not in scope, not yet at least.

Most of M (the schema part) could easily translate forth and back to xsd. That would also give us the whole toolchain of xml to manage instance data and schema.

Here some forum posts and blog entries about that topic:

hope that helps.

-Lars

Upvotes: 1

Related Questions