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 84680 - [cc] xsd editor code completion could offer unbounded for maxOccurs
Summary: [cc] xsd editor code completion could offer unbounded for maxOccurs
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 11:31 UTC by Jindrich Sedek
Modified: 2007-09-25 01:32 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2006-09-12 11:31:01 UTC
when editing XML schema, typing for example :
<xsd:element name="mobile" minOccurs="|"> code completion could offer unbounded
at the possition of | . Maybe some more situation should be found.