module example { namespace "http://netconfcentral.org/ns/example"; prefix "ex"; revision "2020-01-01" { description "Example module."; } container top-cont { presence true; list list1 { key k1; leaf k1 { type int32; } leaf A { type string; } list inner { key k2; leaf k2 { type int32; } leaf B { type boolean; } leaf C { type string; } } } leaf-list ll-inner { type int32; } } }