module container-leaf { yang-version 1; namespace "urn:simple.container.demo"; prefix "t1"; container foo { description "foo container"; } leaf foo { type int8; } }