Share

dingo

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Comparing Dingo and Xsd output

You are viewing a single message from this topic. View all messages.

  1. 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
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.