module foo { namespace foo; prefix foo; container foo; augment /foo { leaf bar { type string; } leaf baz { type string; } } }