Hide binding.model.api.DefaultType
[mdsal.git] / binding / mdsal-binding-generator / src / test / resources / module.yang
1 module module-name-test {
2
3     namespace "urn:m*o+d,u;l=e.n/a-m@e.t$e#s't.case.1digit";
4     prefix "pref";
5
6     organization "OPEN DAYLIGHT";
7     contact "http://www.opendaylight.org/";
8
9     revision 2013-09-10 {
10     }
11
12     typedef tpdf {
13         type string;
14     }
15
16     container cont-outter {
17         container cont-inner {
18         }
19     }
20
21
22 }