Book a Demo

Author Topic: xsd problems with EA 7.5 example  (Read 4006 times)

JesperG

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
xsd problems with EA 7.5 example
« on: March 31, 2009, 11:22:44 pm »
Hi, I just downloaded the new 7.5.843 for evaluation and ran into this with the example

1. the generated xsd contains
      <xs:simpleType name="OrderStatus">
            <xs:restriction base="xs:Integer">
                  <xs:enumeration value="closed"/>
there is no xs:Integer, it should have been xs:string

2. transforming the PIM to xsd results in an empty XSD Model, how come?

thanks,
Jesper