blob: b259cc134cab7cd930e0f70a43f547b5f70b23f2 [file] [log] [blame]
module TestHolder {
yang-version 1;
namespace http://huawei.com;
prefix Hold;
container birds {
unique "abc"
leaf abc {
type "String";
}
}
}