Details

    • Sub-task
    • Status: Released (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 1.10
    • XML Editor
    • 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.

      Attachments

        Activity

          People

            re Robert Ehrlich
            ap Andreas Püschel
            Andreas Püschel Andreas Püschel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: