1129de4104662455aaff4772f8e0a7e9f8831b4f
[smo/teiv.git] /
1 submodule submodule3 {
2
3         belongs-to module {
4             prefix main;                        // using different prefix here to make things interesting
5         }
6
7         description
8         "Copyright (C) 2024 Ericsson
9         Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
10
11     revision "2020-12-10";
12
13         container cont33;
14
15         container cont34 {
16                 container cont37;
17         }
18
19         augment "/main:cont23" {        // sits in submodule2
20                 leaf leaf31 {
21                         type string;
22                 }
23         }
24
25         typedef typedef31 {
26                 type boolean;
27         }
28
29
30 }