30a842ebf41d5c76774d8f35470cbf47338eaf57
[smo/teiv.git] /
1 module missing-prefix-name-under-import {
2         yang-version 1.0;
3
4     namespace "test:missing-prefix-name-under-import";
5
6     prefix "this";
7
8         description
9         "Copyright (C) 2024 Ericsson
10         Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
11
12     revision "2019-09-27";
13
14     import basic-empty-module {
15         prefix;
16     }
17
18     container cont1;
19
20 }