Populate data/ hierarchy
[yangtools.git] / model / yang-model-export / src / test / resources / bugs / bug2444 / yin-effective-emitter / notification.yin
1 <module xmlns="urn:ietf:params:xml:ns:yang:yin:1" xmlns:n="notification"
2     name="notification">
3     <yang-version value="1.1"></yang-version>
4     <namespace uri="notification"></namespace>
5     <prefix value="n"></prefix>
6     <grouping name="grp">
7         <status value="current"></status>
8         <notification name="n5">
9             <status value="current"></status>
10         </notification>
11     </grouping>
12     <container name="r">
13         <presence value="false"></presence>
14         <config value="true"></config>
15         <status value="current"></status>
16         <notification name="n2">
17             <status value="current"></status>
18         </notification>
19     </container>
20     <list name="l">
21         <key value="id"></key>
22         <config value="true"></config>
23         <ordered-by value="system"></ordered-by>
24         <status value="current"></status>
25         <leaf name="id">
26             <type name="int16"></type>
27             <config value="true"></config>
28             <mandatory value="false"></mandatory>
29             <status value="current"></status>
30         </leaf>
31         <notification name="n3">
32             <status value="current"></status>
33         </notification>
34     </list>
35     <augment target-node="/r">
36         <status value="current"></status>
37         <uses name="grp"></uses>
38         <notification name="n4">
39             <status value="current"></status>
40         </notification>
41     </augment>
42     <notification name="n1">
43         <status value="deprecated"></status>
44         <container name="c">
45             <presence value="false"></presence>
46             <config value="true"></config>
47             <status value="current"></status>
48         </container>
49     </notification>
50 </module>