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 94262 - Use annotations to show cardinality of elements in Schema View of XSD editor
Summary: Use annotations to show cardinality of elements in Schema View of XSD editor
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sonali Kochar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 03:53 UTC by Jiri Kopsa
Modified: 2008-03-09 02:10 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 Jiri Kopsa 2007-02-03 03:53:49 UTC
Use annotations to show cardinality of elements in Schema View of XSD editor; as
in here:
http://enterprise.netbeans.org/specs/bpel/icons.html#BPELMapper
Comment 1 Samaresh Panda 2007-08-02 06:09:34 UTC
Jirka,
Can you be more specific here? I do not understand what you meant?
Comment 2 Jiri Kopsa 2007-08-02 16:52:34 UTC
BPEL mapper shows a structural view of an XML Schema instance document (see the link below). There, the cardinality of
elements is highlighted with badges on element icons (see Element (repeating), Element (optional), Element (repeating
optional)). Although the Schema view provides a similar perspective, the information about (cardinality - i.e. required
and min/max occurs) is only shown in properties window.

The idea is that XSD Schema View could use same badges as BPEL mapper.