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:
- Team blog: http://tinyfinger.blogspot.com/2009/05/m-interop-with-xml-and-others.html (still waiting for Pinky to answer :-))
- Forum discussion: http://social.msdn.microsoft.com/Forums/en-US/oslo/thread/134b2e59-b2c2-4c15-b3b7-9468afa24473
hope this helps.
-Lars
+1
a source to share