Author Topic: Getting anonymous attributes generating XML Schema  (Read 2244 times)

mcoletti

  • EA User
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
Getting anonymous attributes generating XML Schema
« on: August 11, 2005, 07:31:10 am »
Hi,

while generating an XSD from a package, the attributes withing a class are rendered as <element> withing the Complex Type definition, but without name (the attributes are named in the UML diagram).

I have created a new project, imported XSD datatypes and then XML profile.

I have created a package, dragging the XSDSchema stereotype, then created only a class within it. The class has two attributes, xs:string.

The elements for the attributes have the correct types, but no name.

Any hint about what went wrong?

(EA 5.0 build 567)