summaryrefslogtreecommitdiffstats
path: root/tools/lint/examples/module2.yin
blob: af6cb503ccd7c20991c3c97a73395ffcaf796415 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<module name="module2"
        xmlns="urn:ietf:params:xml:ns:yang:yin:1"
        xmlns:m="urn:yanglint:module">
  <namespace uri="urn:yanglint:module"/>
  <prefix value="m"/>
  <leaf name="m">
    <type value="string"/>
  </leaf>
</module>