blob: dd4c5b0352c89da064da8a67e6e8e88ab47bcf4c [file] [log] [blame]
module module-a {
namespace "urn:ietf:params:xml:ns:aug:module:a";
prefix mod-a;
import module-b {
prefix mod-b;
}
augment "/mod-b:cont" {
container val {
leaf arg {
type string;
}
}
}
}