You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Franz Fehringer <fe...@isogmbh.de> on 2006/01/03 15:59:18 UTC

simple problem with simpleTypes

Hello,

Given the construct
    <xsd:simpleType xmlns="http://www.pegs-pegstour.com/API/XMLSchema/1.0.1"
name="t_NonNegativeInt">
        <xsd:restriction base="xsd:integer">
            <xsd:minInclusive value="0"/>
            <xsd:maxExclusive value="2147483647"/>
        </xsd:restriction>
    </xsd:simpleType>
   <xsd:simpleType xmlns="http://www.pegs-pegstour.com/API/XMLSchema/1.0.1"
name="t_Age">
        <xsd:restriction base="t_NonNegativeInt"/>
   </xsd:simpleType>
wsdl2ws generates for the first case
typedef xsd__integer t_NonNegativeInt;
which seems absolutely correct to me
but for the second case an empty class t_Age, so the underlying integer is
not accessible.
I would expect
typedef t_NonNegativeInt t_Age;
for the second case.
Is this a known issue?

Greetings

Franz

Dr. Franz Fehringer (Dipl. Math.)
____________________________________
ISO Software Systeme
Eichendorffstrasse 29
90491 Nürnberg
Deutschland

Tel. : +49/(911) - 99594-0
Fax  : +49/(911) - 99594-580

mailto:feh@isogmbh.de
http://www.isogmbh.de