summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/equal-data-node-names/yang/equal-data-node-names.yang
blob: 3a3653a12bd481e71fb159bfda73f5b1a0091986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* bug 1204 */
module equal-data-node-names {
  namespace "ns:equal:data:node:names";

  prefix "eqdanona";
  revision 2014-06-26 {
  }

  container cont {
    container cont1 {
        list lst11 {
            leaf lf111 {
                type string;
            }
        }
    }
  }
}