Welcome to MSDN Blogs Sign in | Join | Help

Schema For DataSet Attributes

If you have spent anytime serializing the .NET System.Data.DataSet class structure to file then you will know that this is serialized as an XML Schema. You may have noticed that it also writes attributes from a target namespace “urn:schemas-microsoft-com:xml-msdata“. Although the .NET documentation details when these are written depending on what aspects of the DataSet API are used, it does not define them formally. Also validating the data is not possible without having a schema. There is a formal schema that defines these attributes for the DataSet published at this url http://schemas.microsoft.com/2003/07/msdata.xsd

Published Tuesday, May 11, 2004 11:23 PM by mfussell
Filed under:

Comments

Wednesday, May 12, 2004 7:23 PM by Sean

# re: Schema For DataSet Attributes

Awesome. Very Awesome.
New Comments to this post are disabled
 
Page view tracker