All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pyang.test.test_bad.qd.yang Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
submodule qd {
  belongs-to qa {
    prefix a;
  }

  include qc;

  leaf dl {
    type bt; // error; qb not included
  }
  container dc {
    if-feature bf; // error; qb not included
    uses bg; // error; qb not included
    leaf dl {
      type identityref {
        base bi; // error; qb not included
      }
    }
  }
  augment /bc { // error; qb not included
    leaf dl {
      type leafref {
        path "/bl"; // error; qb not included
      }
    }
  }
  

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy