blob: f4f12b0d478f61fc2314291659fde025d66a815d [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
uses treat;
grouping treat {
leaf treat{
type String;
}
container test{
leaf leaf2{
type String;
}
}
}
}