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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • None
    • None
    • Operating System: All
      Platform: All

    • 1466

      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; }

      }

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

              Created:
              Updated:
              Resolved: