Remove explicit default super-constructor calls
[controller.git] / opendaylight / config / config-api / src / main / yang / rpc-context@2013-06-17.yang
1 module rpc-context {
2     yang-version 1;
3     namespace "urn:ietf:params:xml:ns:yang:rpc-context";
4     prefix "rpcx";
5
6     organization "TBD";
7
8     contact "TBD";
9
10     description "";
11
12     revision 2013-06-17 {
13         description "Initial mock";
14     }
15
16
17     grouping rpc-context-ref {
18         description "A reference to RPC context.";
19         leaf context-instance {
20             type instance-identifier;
21             description "Pointer to the context. ";
22         }
23     }
24
25     extension "rpc-context-instance" {
26         description
27             "Marks enclosing (parent) schema node as suitable RPC context.
28              The argument is identity which is used to identify RPC context
29              type.";
30         argument "context-type";
31     }
32 }