Bug 2444 - fix of several issues in yang-model-export
[yangtools.git] / yang / yang-model-export / src / test / resources / bugs / bug2444 / yin / must@1970-01-01.yin
diff --git a/yang/yang-model-export/src/test/resources/bugs/bug2444/yin/must@1970-01-01.yin b/yang/yang-model-export/src/test/resources/bugs/bug2444/yin/must@1970-01-01.yin
new file mode 100644 (file)
index 0000000..ba63fb1
--- /dev/null
@@ -0,0 +1,34 @@
+<module xmlns="urn:ietf:params:xml:ns:yang:yin:1" xmlns:mu="must"
+    name="must">
+    <yang-version value="1.1"></yang-version>
+    <namespace uri="must"></namespace>
+    <prefix value="mu"></prefix>
+    <revision date="1970-01-01"></revision>
+    <container name="root">
+        <presence value="false"></presence>
+        <config value="true"></config>
+        <status value="current"></status>
+        <action name="a">
+            <status value="current"></status>
+            <input>
+                <must condition="1!=0"></must>
+            </input>
+            <output>
+                <must condition="1!=0"></must>
+            </output>
+        </action>
+    </container>
+    <rpc name="r">
+        <status value="current"></status>
+        <input>
+            <must condition="1!=0"></must>
+        </input>
+        <output>
+            <must condition="1!=0"></must>
+        </output>
+    </rpc>
+    <notification name="n">
+        <must condition="1!=0"></must>
+        <status value="current"></status>
+    </notification>
+</module>
\ No newline at end of file