Book a Demo

Author Topic: EA to output xs:all creating XML Schema, how?  (Read 3025 times)

johnmollaghan

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
EA to output xs:all creating XML Schema, how?
« on: November 24, 2005, 07:46:39 am »

When using the XML Schema profile in EA, how can I specify that the xs:all construct will be used. At the moment it is defaulting to using the xs:sequence construct, not what I want.

Thanks

VK

  • EA Administrator
  • EA User
  • *****
  • Posts: 50
  • Karma: +0/-0
    • View Profile
Re: EA to output xs:all creating XML Schema, how?
« Reply #1 on: November 24, 2005, 02:02:04 pm »
The default modelGroup for an XSDcomplexType class is 'sequence'. To change this value, select the class and open its tagged-values window. You will see a tag called 'modelGroup' with value 'sequence' - change this value to 'all' .

Cheers.