Book a Demo

Author Topic: Customize Generation of XML Schema  (Read 2075 times)

Mario Klaver

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Customize Generation of XML Schema
« on: April 21, 2009, 06:41:53 pm »
We use Project -> XML Schema -> Generate XML Schema to automatically generate XSD Schema's from our model.

Is it possible to change the order in which the associations of an element appear in the generated complex type of that element? The order of the attributes appear just fine, but the associations appear in random order.

Regards,
Mario

Mario Klaver

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Customize Generation of XML Schema
« Reply #1 on: April 28, 2009, 04:16:55 pm »
Oke let me specify my question a bit more:

In the class template for XSD generation the list of connector's is given
%list="Connector" @separator="\n" @indent="  "%

As I see it now, the order is determined by the create date of the relation.

Does anybody know how to sort this list (for example to add a tagged value on each connector)

Any help would be appreciated