Populate model/ hierarchy
[yangtools.git] / model / yang-model-export / src / test / resources / bugs / bug2444 / yin / notification.yin
1 <module name="notification" xmlns="urn:ietf:params:xml:ns:yang:yin:1"
2     xmlns:n="notification">
3     <namespace uri="notification" />
4     <prefix value="n" />
5     <yang-version value="1.1" />
6     <notification name="n1">
7         <status value="deprecated" />
8         <container name="c">
9             <config value="true" />
10             <status value="current" />
11         </container>
12     </notification>
13     <container name="r">
14         <notification name="n2" />
15     </container>
16     <list name="l">
17         <key value="id" />
18         <leaf name="id">
19             <type name="int16" />
20         </leaf>
21         <notification name="n3" />
22     </list>
23     <augment target-node="/r">
24         <uses name="grp" />
25         <notification name="n4" />
26     </augment>
27     <grouping name="grp">
28         <notification name="n5" />
29     </grouping>
30 </module>