aboutsummaryrefslogtreecommitdiffstats
path: root/example/example_models/example-module.yang
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_models/example-module.yang')
-rw-r--r--example/example_models/example-module.yang10
1 files changed, 10 insertions, 0 deletions
diff --git a/example/example_models/example-module.yang b/example/example_models/example-module.yang
new file mode 100644
index 0000000..b1fbde8
--- /dev/null
+++ b/example/example_models/example-module.yang
@@ -0,0 +1,10 @@
+module example-module {
+ namespace "http://onap.org/example-module";
+ prefix config;
+ container config {
+ config true;
+ leaf itemValue1 {type uint32;}
+ leaf itemValue2 {type uint32;}
+ leaf itemValue3 {type uint32;}
+ }
+}