module example1 { yang-version "1"; namespace "http://rob.sh/yang/test/base-test"; prefix "foo"; import ietf-inet-types { prefix inet; revision-date 2013-07-15; } include "example1-submodule"; organization "BugReports Inc"; contact "A bug reporter"; description "A test module that checks that the plugin works OK"; revision 2016-12-19 { description "test curso mvdeo"; reference "Curso dado Diciembre 2016"; } revision 2014-01-01 { description "april-fools"; reference "fooled-you"; } container int-container { description "A container"; leaf eight { type int8; description "A test leaf for uint8"; } leaf ip-address { type inet:ip-address; } } }