You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by "Hilco Wijbenga (JIRA)" <ja...@ws.apache.org> on 2007/01/20 21:34:29 UTC

[jira] Created: (JAXME-90) Restrictions don't seem to work

Restrictions don't seem to work
-------------------------------

                 Key: JAXME-90
                 URL: https://issues.apache.org/jira/browse/JAXME-90
             Project: JaxMe
          Issue Type: Bug
    Affects Versions: 0.5
         Environment: Gentoo GNU/Linux, Blackdown JDK1.4.2 & Sun JDK1.5, JaxMe 0.5.2
            Reporter: Hilco Wijbenga
             Fix For: 0.5


I tried something like this:

<xsd:simpleType name="MyIntValue">
   <xsd:restriction base="xsd:int">
       <xsd:minInclusive value="2"/>
   </xsd:restriction>
</xsd:simpleType>

The resulting code seems to ignore the restriction (i.e. I can set a
value of 1 without any complaint).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org