aPiecek | 85cda2a | 2022-10-13 13:47:05 +0200 | [diff] [blame] | 1 | module sm-modp { |
2 | yang-version 1.1; | ||||
3 | namespace "urn:sm-modp"; | ||||
4 | prefix "sm-modp"; | ||||
5 | |||||
6 | import ietf-yang-schema-mount { | ||||
7 | prefix yangmnt; | ||||
8 | } | ||||
9 | |||||
10 | revision 2017-01-26; | ||||
11 | |||||
12 | container ncmp { | ||||
13 | yangmnt:mount-point "root"; | ||||
14 | } | ||||
15 | |||||
16 | container not-compiled { | ||||
17 | leaf first { | ||||
18 | type string; | ||||
19 | } | ||||
20 | leaf second { | ||||
21 | type string; | ||||
22 | } | ||||
23 | } | ||||
24 | } |