summaryrefslogtreecommitdiffstats
path: root/tests/modules/yang/sm-modp.yang
blob: 33f45b4ebc12599e503506b9fe1ea0e8b28f5710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module sm-modp {
  yang-version 1.1;
  namespace "urn:sm-modp";
  prefix "sm-modp";

  import ietf-yang-schema-mount {
    prefix yangmnt;
  }

  revision 2017-01-26;

  container ncmp {
    yangmnt:mount-point "root";
  }

  container not-compiled {
    leaf first {
      type string;
    }
    leaf second {
      type string;
    }
  }
}