Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.5
-
None
-
None
-
Gentoo GNU/Linux, Blackdown JDK1.4.2 & Sun JDK1.5, JaxMe 0.5.2
Description
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).