This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 91566

Summary: In Simple Type definition, Min Length can exceed Max Length
Product: xml Reporter: Mikhail Matveev <mikhailmatveev>
Component: Schema ToolsAssignee: issues@xml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Mikhail Matveev 2006-12-26 14:59:31 UTC
1. Create new simple type restricting string.
2. Open Properties window for this type.
3. Specify Min Length = 10.
4. Specify Max Length =9.
Result: no error comes.
It would be nice to check in Min Length <= <Max Length and report error if not.