Hi, I've just started working with XML Schema, so please forgive me if the answer to my question is obvious. I want to create an element, say "Foo" that contains a sequence of elements which have different tags, say "Bar" and "Glob". So these would be legal: <Foo><Glob/><Bar/></Foo> <Foo><Bar/><Glob/></Foo> <Foo><Bar/><Glob/><Bar/></Foo> In the complexType for Foo elements, can you specify that it contains a sequence of alternative elements, in arbitrary order? Or do I have to create a wrapper element for the alternatives and place them in a union? Any help welcome ... -- Paul -- Paul Steckler National ICT Australia paul DOT steckler AT nicta.com.auReceived on Sunday, 3 May 2009 02:06:30 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 11 January 2011 00:15:12 GMT