Request for details on XML-MSDATA Schema

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I request that Microsoft's .Net team publish the schema indicated by: 'urn:schemas-microsoft-com:xml-msdata', or at least publish a document describing all of the attributes (and elements?) defined in the said schema.

I'm developing an ASP.net application using datasets, on a very time restriced schedule, and so the details of the said schema would be extremely helpful in manually crafting the XSD file used by my application.
 
I was asking about the "MSDATA" schema in specific, not general schema information
This is a schema used by the DataSet class of .NE

This particular schema would be very useful to anybody who has the want or need to generate schemas for use with DataSet, without the need to use a DataSet to generate such a schema... It allows atributes like ReadOnly, and AutoIncrement


----- Val Mazur wrote: ----

Hi

As I know description of the XML schema was in MSDN from the beginning of
the .NET. Check next lin

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/htm/xsd_ref_7gh1.as
 
Hi Guys,
I've got the same request, the link in the previous reply by Val, does
not exist (any more?!?). I'm trying to add a default value to the XML
node(the default is specified in the SQL table), but I don't know what
attribute if any I can use.
 
I need the same information. Some lower level properties are generation with protection=internal and I want to make it pulblic. There are several notes posted that say "fix the xsd file" but no explaination of how.
 
Back
Top