1 2 3 4 5 6 7 8 9
module newmodel { namespace "http://onap.org/pnf-simulator2"; prefix config2; container config2 { config true; leaf item1 {type uint32;} leaf item2 {type uint32;} } }