1
0
Fork 0
libyang/tools/lint/examples/sm-mod.yang

22 lines
345 B
YANG
Raw Permalink Normal View History

module sm-mod {
yang-version 1.1;
namespace "urn:yanglint:sm-mod";
prefix "sm-mod";
revision 2017-01-26 {
description
"initial";
reference
"";
}
container not-compiled {
leaf first {
type string;
}
leaf second {
type string;
}
}
}