module baz { namespace "baz"; prefix baz; import yang-ext { prefix ext; revision-date 2013-07-09; } container baz { container my-container-1 { leaf my-leaf-1 { type string; } } container my-container-2 { container inner-container { leaf my-leaf-2 { type string; } } leaf my-leaf-3 { type string; } } anyxml my-anyxml-data { ext:anyxml-schema-location "/baz/my-container-2"; } } }