INT-885:Enhancing the PNF-sim for netconf over TLS
[integration.git] / test / mocks / pnfsimulator / netopeer_tls_cfg / building.yang
1 module building {
2   yang-version 1.1;
3   namespace "urn:building:test";
4
5   prefix bld;
6
7   organization "building";
8   contact "my buildig address";
9   description "yang model for building";
10   revision "2018-02-13"{
11     description "initial version";
12   }
13
14   container rooms{
15     list room{
16       key room-number;
17       leaf room-number{
18         type uint16;
19       }
20       leaf size {
21         type uint32;
22       }
23     }
24
25   }
26 }