Details
-
Sub-task
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
- An xsd schema can contain a key reference to some element in the schema such as:
<xs:element> ... <xs:keyref name="FTPFragmentKeyRef" refer="FTPFragmentKey"> <xs:selector xpath=".//FTPFragmentRef"/> <xs:field xpath="@ref"/> </xs:keyref> </xs:element>
- The referenced key provides a list of values like this:
<xs:key name="FTPFragmentKey"> <xs:selector xpath="."/> <xs:field xpath="@name"/> </xs:key>
- The XML Editor should show a listbox for the items that are provided by the selector expression.