Book a Demo

Author Topic: Questions about Schema Generation  (Read 2121 times)

steimke

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Questions about Schema Generation
« on: March 15, 2004, 07:56:16 am »
Hi,

i am new to EA. I try out the Eval Version 3.6. I have questions about the XSD Schema file generation:

a) Is there a way to generate the <documentation> / <annotation> Elements in the XSD-files based on the Documentation for the given classes and attributes? I tried with the "NOTES" Field, but this was not exported to XSD

b) Default production rule: Given a Class A with Attribute B. Then, in my generated XSD File, i will have complexType A with a child Element named b which has a *reference* to the global Element B.
Is there a way to use another production Rule? I`d like to have a Class A with a chlid Element named b which is of *type*  B
(The reason is, that we do have a lot of Schema-files, generated by a self-written Apllication from UML, and up to now i don`t use the mechanism of references to global elements.)

c) I think that i do understand most of the concepts and the production rules (and i think that this is a great product), but i do not understand the "anonymousRole=false" default. I see as an effect, that one more level of indirection is established.
Why / when should i use this anonymousRole='false'?

Thankyou very much

F. Steimke