Code Review
/
yangtools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e94acb2374677ced849564f8793762c8fb4db7a7
[yangtools.git]
/
1
module complexjson-augmentation-namesake {
2
namespace "ns:complex:json:augmentation:namesake";
3
prefix cjaugnmsk;
4
5
import complexjson {
6
prefix cj;
7
}
8
9
revision "2014-08-14" {
10
}
11
12
augment "/cj:cont1" {
13
leaf lf11-namesake {
14
type string;
15
}
16
}
17
18
}