New features
[groupbasedpolicy.git] / renderers / netconf / src / main / yang / netconf.yang
1 /*
2  * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 module netconf {
10     yang-version 1;
11
12     namespace "urn:opendaylight:groupbasedpolicy:netconf";
13     prefix "netconf";
14
15     description
16         "This module defines the group-based policy netconf renderer model.";
17
18     revision "2015-10-30" {
19         description
20                 "Initial revision.";
21     }
22
23     container netconf-renderer {
24         leaf netconf-renderer-name {
25             type string;
26         }
27     }
28 }