BUG-4688: switch revisions from Date to Revision
[yangtools.git] / yang / yang-data-impl / src / test / resources / org / opendaylight / yangtools / yang / data / impl / schema / test.yang
index 68d678fcfd60a340741efbca01f78db9201c9c5a..b39298eebd36dc80f22d75f59ee395c2f25ffce4 100644 (file)
@@ -6,7 +6,7 @@ module test {
 
     organization "Cisco Systems, Inc.";
 
-    revision "2014-3-13" {
+    revision "2014-03-13" {
         description
             "Initial revision";
     }
@@ -48,6 +48,8 @@ module test {
                 leaf instance-id {
                     type instance-identifier;
                 }
+
+                anyxml anyX;
             }
         }
      }
@@ -244,4 +246,4 @@ module test {
         base test-identity;
     }
 
-}
\ No newline at end of file
+}