blob: 39a5ae2180ad0e45caf79a8f51e68d2a45aba3f5 [file] [log] [blame]
module module-a {
namespace "urn:jmu:params:xml:ns:yang:module-a";
prefix a;
description "This is a simple user module";
container top {
leaf name {
type string;
}
leaf type {
type string;
}
leaf hidden {
type boolean;
}
}
}