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

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

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

  leaf bl {
    type bt;
  }
  typedef bt {
    type string;
  }
  grouping bg {
    leaf bl {
      type bt;
    }
  }
  feature bf;
  identity bi;
  container bc;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy