blob: d449adfc32e11b9de33247711b13fac32f4d4b1a [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
container valid {
grouping endpoint {
leaf zip-code {
type string;
}
uses failure;
container hold {
leaf newone {
type string;
}
}
uses failure;
}
grouping failure {
leaf test {
type string;
}
}
}
}