Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / sal-broker-impl / opendaylight-operational-dom-datastore.yang
1 module opendaylight-operational-dom-datastore {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:operational-dom-store";
4     prefix "operational-dom-store-spi";
5
6     import config { prefix config; revision-date 2013-04-05; }
7
8     description
9         "DOM Service Provider Interface definition for MD-SAL operational
10         store";
11
12     revision "2014-06-17" {
13         description
14                 "Initial revision";
15     }
16
17     identity operational-dom-datastore {
18         base "config:service-type";
19         config:java-class "org.opendaylight.controller.sal.core.spi.data.DOMStore";
20     }
21
22 }