summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/foo-xml-test/yang/foo.yang
blob: ceed3d9be04eac05e4453b60798a14af6a217b3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module foo {
    namespace foo;
    prefix foo;

    revision 2017-08-09;

    list top-level-list {
        key key-leaf;

        leaf key-leaf {
            type string;
        }

        leaf ordinary-leaf {
            type string;
        }
    }
}