Outline view display element/type "name" attribute
Posted: Tue Mar 01, 2005 7:33 pm
I don't know if this is a bug, or a feature request, or if I'm just doing something wrong, but...
I have some schema documents from a third party which do not always have the "name" atttribute first in the attribute list. For example:
<!-- number of stations reporting p and s arrival times -->
<xsd:element minOccurs="0" name="nst"
type="xsd:nonNegativeInteger"/>
This shows up in the outline view as:
xsd:element "0"
Can Oxygen be made to always display the "name" attribute (if present) in the outline view instead of simply the first attribute?
Thanks,
Linus
I have some schema documents from a third party which do not always have the "name" atttribute first in the attribute list. For example:
<!-- number of stations reporting p and s arrival times -->
<xsd:element minOccurs="0" name="nst"
type="xsd:nonNegativeInteger"/>
This shows up in the outline view as:
xsd:element "0"
Can Oxygen be made to always display the "name" attribute (if present) in the outline view instead of simply the first attribute?
Thanks,
Linus