blob: b8b5c48f4f7e413566cf2df69f7bfd73deabd4c7 [file] [log] [blame]
module Testmodule {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
container testcontainer {
leaf testleaf {
type "uint16";
}
choice snack {
case sports-arena {
leaf pretzel {
type empty;
}
}
}
}
}