File: sm-mod.yang

package info (click to toggle)
libyang 3.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,088 kB
  • sloc: ansic: 123,309; xml: 645; sh: 410; tcl: 314; makefile: 19
file content (21 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module sm-mod {
    yang-version 1.1;
    namespace "urn:yanglint:sm-mod";
    prefix "sm-mod";

    revision 2017-01-26 {
      description
        "initial";
      reference
        "";
    }

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