YANGTOOLS-706: Split out yang-parser-rfc7950
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / identity / identitytest.yang
1 module identitytest {
2     yang-version 1;
3     namespace "urn:test.identitytest";
4     prefix "idtest";
5
6     organization "opendaylight";
7     contact "http://www.opendaylight.org";
8
9     revision "2014-09-17" {
10         description "Initial import";
11     }
12
13     identity test {
14         base test;
15     }
16 }