Refactor mdsal-binding-generator artifacts
[mdsal.git] / binding / mdsal-binding-generator / src / test / resources / isis-topology / l3-unicast-igp-topology@2013-10-21.yang
1 module l3-unicast-igp-topology {
2     yang-version 1;
3     namespace "urn:TBD:params:xml:ns:yang:nt:l3-unicast-igp-topology";
4
5     prefix "l3t";
6     import network-topology { prefix "nt"; revision-date 2013-10-21; }
7
8     revision "2013-10-21" {
9         description "Initial revision";
10         reference "TBD";
11     }
12
13     grouping igp-topology-attributes {
14         container igp-topology-attributes {
15             leaf name {
16                 type string;
17             }
18         }
19     }
20
21     augment "/nt:network-topology/nt:topology" {
22         when "nt:topology-types/l3-unicast-igp-topology";
23         uses igp-topology-attributes;
24     }
25 }