linq-to-xsd Questions
2
Solved
I'm having a hard time with the XSD files.
I'm trying to create an XSD file from a class:
public enum Levels { Easy, Medium, Hard }
public sealed class Configuration
{
public string Name { get;s...
Plus asked 4/4, 2012 at 18:27
2
Solved
Given the following XML example we could imagine a schema defining Root as containing a sequence of unbound number of choices between Type1 and Type2.
<Root>
<Type1 />
<Type2 />...
Skimmia asked 28/10, 2009 at 15:50
1
I am experimenting creating XML data binding classes with LinqToXSD and an XML Schema containing a number of imported schemas. All of the schemas are located here.
To accomplish this, I used the ...
Tenorrhaphy asked 10/5, 2012 at 23:39
4
Solved
Does anyone have any updates on this since the alpha 0.2?
Mensch asked 2/3, 2009 at 2:15
1
© 2022 - 2024 — McMap. All rights reserved.