summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/multiple-nodes/multiple-nodes.yang
blob: 22a1dae8ace4e6a5c0c8ed1e1bec161343f62e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module multiple-nodes {
    namespace "multiple:nodes";
    prefix "mod1";
    revision "2014-06-23";

    container cont {
        container cont1 {
            leaf lf11 {
                type string;
            }
        }

        leaf lf1 {
            type string;
        }
    }
}