How to create XSD files from M documents?

Does anyone know a good way:

  • create XSD documents from SQL Server Model Modeling Model
  • to use appropriate XML documents using this model and add directly to the database generated from the model?

I don't see any obvious way from the current documentation, but I'm a beginner, so I may have missed something.

Thanks.

+2


a source to share


1 answer


it would be great. I have asked for it a couple of times. But it looks like xml support is out of scope until at least.

Most of M (part of the schema) can easily translate and fall back to xsd. This will also give us a whole xml chain for managing instance data and schema.

Here are some forum posts and blog entries on the topic:



hope this helps.

-Lars

+1


a source







All Articles