2009-02-25 17:17:50 UTC
Hi Peter,
Thanks for your prompt responce. I understand that Dingo and XSD could potentially generate different output (and I am fine with that). I am trying to understand why the root class has an array of ChildrenType objects.
As far as I understand from the schema definition there can only be 0 or 1 ChildrenType objects therefore I would of expected a single ChildrenType object (that could be null when passing XML) instead of an array i.e.
root {
public ChildrenType children;
}
Not a big deal, but I just wanted to understand this.
Slightly off topic, where does that public string[] text; come from?
Many thanks,
Simon