Uploaded image for project: 'mdsal'
  1. mdsal
  2. MDSAL-310

Instance Identifier is unable to represent Choice / Case, only children

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Medium
    • Resolution: Done
    • None
    • None
    • None
    • Operating System: All
      Platform: All

    • 1466

    Description

      It is impossible to construct instance identifier, which will explicitly reference choice / case. This makes binding instance identifier not suffiecient expresive,
      since it is impossible to uniquelly reference nodes in following situation:

      Module 1:
      grouping foo {
      container bar {

      }
      }

      choice bar {
      case foo

      { uses foo; }

      }

      Module 2

      augment bar {
      case foo2

      { uses foo; }

      }

      Attachments

        Issue Links

          # Subject Branch Project Status CR V

          Activity

            People

              JieHan2017 Jie Han
              tony.tkacik@gmail.com Tony Tkacik
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: