02a468ffe43f143060a36ec82bb387f8bfc7e484
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / parser-identifier / mount-point.yang
1 module mount-point {
2   namespace "mount:point";
3   prefix "mountp";
4   yang-version 1;
5
6   import parser-identifier-included { prefix pii; revision-date 2016-06-02; }
7
8   revision 2016-06-02 {
9     description "Initial revision.";
10   }
11
12   container mount-container {
13     leaf point-number {
14       type uint8;
15     }
16   }
17 }