blob: 3a0cc87f71b258cdfe2f2c8c4c21ac2cea2e076d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
module test-module {
yang-version 1.1;
namespace "org:onap:cps:test:test-module";
revision "2020-02-02";
prefix "self";
import missing-module {
prefix "missing";
}
container self-container {
uses "missing:missing-group";
}
}
|