Book a Demo

Author Topic: problems with XSD Schema import  (Read 2292 times)

Stephanie

  • EA User
  • **
  • Posts: 40
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
problems with XSD Schema import
« on: May 02, 2007, 04:49:02 am »
Hi,

When importing a XSD-Schema I observed the following phenomenons:
(1)
For all complexTypes (I tested only those) only xs:attributes are imported, that have the "type" attribute set. When the type-attribute is missing, the whole xs:attribute is omitted during import.

(2)
The value of the attribute "fixed" of the xs:atttribute  is not evaluated during import.
I expected that the attribute "fixed" for an xs:attribute would result in a class attribute that has
(a) the flag "const" set
(b) its "initial" value set to the value of the xs:attribute attribute "fixed"
Instead the attribute is created without these properties.

Is this a bug?