Merge branch 'master' of ../controller
[yangtools.git] / yang / rfc7952-parser-support / src / test / resources / example-last-modified.yang
1 module example-last-modified {
2     namespace "http://example.org/example-last-modified";
3     prefix "elm";
4     import ietf-yang-metadata {
5         prefix "md";
6     }
7     md:annotation last-modified {
8         type string;
9         description
10           "This annotation contains the date and time when the
11            annotated instance was last modified (or created).";
12     }
13 }