1
0
Fork 0
libnetconf2/tests/data/modules/module-a.yang

23 lines
375 B
YANG
Raw Permalink Normal View History

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;
}
}
}