Populate data/ hierarchy
[yangtools.git] / model / yang-model-export / src / test / resources / bugs / bug2444 / yin / import.yin
1 <module name="import" xmlns="urn:ietf:params:xml:ns:yang:yin:1"
2     xmlns:i="import">
3     <namespace uri="import" />
4     <prefix value="i" />
5     <yang-version value="1.1" />
6     <import module="action">
7         <description>
8             <text>txt</text>
9         </description>
10         <reference>
11             <text>ref</text>
12         </reference>
13         <prefix value="ac" />
14     </import>
15 </module>